get the filename of the process that is currently runing using vb6
i use below code to get list of opened files in proccess this code works fine but this code get duplicate file name in current proccess.how to avoid duplicate the file handle process context. and i use...
View ArticleHow to Close a connection!!!
hello guys... i have a problem with my DataEnvironment1 and show my DataReport in my app the code is: Code: DataEnvironment1.Connection1.ConnectionString = App.Path + "\db1.mdb"...
View ArticleGet Data and Copy/Paste to another sheet in same workbook
Need VBA to search Sheet3 Column B for specific criteria (ENE,SNE,WNE) and pull the Column A data string in the same line. Then Copy and Paste in Sheet 1.
View ArticleHow to pick up uppercase characters
I have a vb 6 program which tests thousands of RTF documents for several contents, but first of all I must determine if such a RTF file consists only of uppercase characters in which case such a file...
View Article[RESOLVED] insert query statement error
HIIII i m using the below insert query which has 90 fields in it while executing it gives error insert syntax error i have debug the line the close bracket is missing at end how can i rectified it or...
View Articlewebbrowser navigate error
PC with proxy internet settings, navigate with [postData] method is not navigating to webpage (web.WebBrowser1.Navigate buildURL, 4 + 8, , byte_array) any solutions ? thanks. Attached Images Â
View ArticleRotating Wheel Wedges to Resemble a Wheel Spinning?
I am wondering if there is a way to rotate multiple wheel wedges by using BitBlt or some kind as if the wedges rotating resemble a wheel spinning? Any help would be appreciated. If what I said is hard...
View Article[RESOLVED] simple problem [help needed]
i will attatch an image to hopefully illustrate the problem Attached Images Â
View ArticleRight click on Image on WebBrowser
How can I prevent the drop-down box from showing when I right mouse down on an image showing on WebBrowser
View ArticleHelp on difference between Win7/WinXP handles resource files.
So i have an application that contains a resource file. Within this resource file it contains. 3 xml files, 1 icon file. 1 of the xml files of course is the manifest file. I added the 2 additional xml...
View ArticleHow to convert 24 hour time to AM/PM time
Dim H As Integer Dim M As Integer Dim S As Integer H = Hour(Now) M = Minute(Now) S = Second(Now) How do I convert the number in H from it's 24 hour time to it's AM or PM time
View ArticleYet another VB6IDEMouseWheelAddin
I have download this off the MS site and got it registered AND did the add in and have it set to start up and is says loaded (Win7). No Errors. However, I cannot actually use the wheel to scroll...
View Article[VB6] Chat client ping pong problem, keep losing connections
I have a chat client that has multiple user connected at once. After all users have been idle for about 10 minutes or so they all lose connection to the server. How do I fix this issue? I have the...
View ArticleVB 6 app installs but wont run
Hi. Im a beginner programmer in VB 6 although I have programmed a front end GUI for an Access database. So here's my problem. I don't have VB 6 on my computer now but I do have the install disc. I have...
View Article[RESOLVED] form MDi Child disappears after canceling the exit in MDI
i have a MdiMain and MdiChild i put a code that only if the mdichild window is closed then i can exit the program however when i try to exit the mdichild from the MdiMain the window disappears this is...
View Articlexml namespace
Hi all, I am new to vb6 and I need to do export to xml file, which i have done. but i dont know how to add namespace in vb6. Could someone please help me with some sample code.... Thank you
View ArticleGet VB 6.0 to stop edit code when not all files ar found
Hello, When I load a project that contains reference paths to files that dose not exist on my computer at those locations the VB 6.0 IDE changes my code or removes those parts from the code entierly....
View ArticleCheck Command Button status in database at the time of execute...
Hi all, I have 3 command buttons in my form. when I execute program, I need to check my database/Table for some query. below is my code... Code: private function ChkData() set rs = db.opentable("Select...
View Article[RESOLVED] how to check if values are empty before sending sms or email
i have a form that sends sms now i'm trying to check if a text box is empty then it could not be sent and if everything is ok then i get msgbox sent successfully i know im doing something wrong here...
View Articlehow to check if all requirements are ok before sending a sms
i have a form that i send with it sms and i use a listview now .. i messed up my code trying to figure out how to fill and to check all values before sending e.x if the credit for the sms is enough if...
View Article