ShellExecute not working on some programs
Hello All I have to support a legacy program written in vb6 that runs on a network. The network is not a server setup, just a group of workstations with different shared folders, the program is located...
View Articlesave Settings in text file
Hey guys, I've a lil question. At the moment i write my needed setting in a simple textfile one beneath the other, but there are more and more settings i need to save. So I m asking whether it is...
View Article[RESOLVED] how to see * in access table
is there a way when lets say i have a user password that i enter in the form e.x 123456 when i save it then go to the access table and see in the field password ****** instead of the number? (123456)...
View ArticleProblem loading forms etc. in VB6
Furthest from a guru here... Trying to load up code from a old VB6 project and getting '<filepath>/XXXX.vbp' could not be loaded. I get the same error if trying to open one of the forms from that...
View Article[RESOLVED] how to save images that are moved by user to save at the place
Hi, Everyone I'm new to this forum so hello. I been programming for about 4 months so I'm still really new to visual basic 6.0 I like vb6.0 because, my brother uses it and I rather us it to because of...
View ArticleDo I really need pdm.dll?
This problem is driving me crazy. I've already Googled til I'm blue in the face, so please no regurgitations of what you Google! I am running vb6 enterprise edition with no discernible problems and I...
View ArticleHelp with data parsing?
I am using the Yahoo Weather API Code: http://weather.yahooapis.com/forecastrss and I don't know how to download the data. What do I use? Microsoft Internet Control? Or what? Firstly I need to send the...
View Article[RESOLVED] syntax error in query
why do i get syntax error if all are the fields are correct why?:confused: Code: If NewRec Then Dim NewID As Long NewID = NextID("ChkID", "Checks") Dim strSQL As String strSQL =...
View ArticleRuntime Error "Too few parameters Expected 1"
Hi, I m facing an Error "Too few parameters Expected 1" while running the below query. Please help me to resolve the issue. Code: rs.Open "Select Sum(Qty), Sum(Weight) from tblPurchaseDetail where...
View ArticleQuerying Registry in windows 7.
In windows XP the following line will give me a return of United States Country = GetREGSZVal("SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\01\", "Name") Not I know that key isn't...
View Articlehow to use crystal report instead of datareport
so far i was using datareport how do i use crystal report with my code? is it the same code or method? this is my code Code: Set DTRprtAll.DataSource = CN.Execute("SELECT * FROM Appointments")...
View Article[RESOLVED] how to use crystal report instead of datareport
so far i was using datareport how do i use crystal report with my code? is it the same code or method? this is my code Code: Set DTRprtAll.DataSource = CN.Execute("SELECT * FROM Appointments")...
View Articlehow to export access to pdf
iv been searching on the web to figure out how to export db access to pdf didnt find nothing is it possible to do so ? from my form in a code i meen
View ArticleHow do I high light words on screen using arrow keys
Hello, How do I High Light labels using arrow keys and not mouse, I have hidden the mouse and I want to have a time limit to give to the user, so say I did not pick a label for like 1min it will load...
View ArticleHow To: Change width and height of a Textbox at run time
I need to be able to right mouse down on a Textbox and if the mouse pointer is on any border then change the mouse pointer to one of those directional arrows and drag the mouse to change it's width and...
View ArticleAutomatically stored code to database then link/sync it to another code.
Hello there.. i have some question here regarding some application called VBterm, you can check the code here VBterm.zip so the first question, is that posible to stored the code that have been read by...
View Article[RESOLVED] text dosnt lower or eqals to another text
i have a text 12 that suppose to check if its Lower or equal then text 2 but when i update and put a lower amount it dosnt say that its Lower this is my code when i save Code: If Txt(12).text <=...
View Articlehow to check if the same number (Value) exists in the database
im trying to check if the same number is the same like in the Db i put sime code but its not working Code: If NewRec Then If Not FrmInventory.LsVw.FindItem(Txt(9).text) Is Nothing Then...
View ArticleRecommendations: Improved FileListBox with Date Sorting Functionality (and...
Hi All, I am looking for some recommendations for an improved FileListBox View...something that can at a minimum do the following: Loads Last Date Modified into the List - can click on column header to...
View Article[RESOLVED] How do I high light words on screen using arrow keys
Hello, How do I High Light labels using arrow keys and not mouse, I have hidden the mouse and I want to have a time limit to give to the user, so say I did not pick a label for like 1min it will load...
View Article