Having trouble installing vb6.0 I just got a new desktop and ever sent i got it
Hello everyone I just got a new desktop computer and when i go to install visual basic 6.0 with my real cd, it says, There is insufficient memory to run setup try to closing any open application or...
View Articlehow to close open folder window
guys how do we detect any open folder window and close it? I have not seen an example in google.
View Articlehow to get caption of an opened folder window
how to get caption of an opened folder window?
View ArticleTextbox Question
When the app first starts up there is a default value of 5 in a textbox. Based on this value certain things in the app take place such as initializing other variables, loading controls, etc. Now once...
View Article[RESOLVED] Global Events
Hello everyone! Im trying to write an Active X DLL that functions like this: In a Module.Bas: Public anyVariable as DoubleAny number of forms could/would have a reference to the DLL in the Form.Load...
View Articlehow to open jpg file in mspaint
how to open jpg file in mspaint.exe? or how to view jpg file in mspaint.exe? i am using Shell (App.Path & "\temp.jpg") but not opening
View ArticleHow do I change Quantity in FlexCell Grid and Database Fields ?
Hello everyone How are you all I hope that everyone will be happy I want to modify this example (Small Sales System) I have 2 Forms Store and Sales in Sales Screen : I want when clicking on Cash $...
View ArticleRuntime Error
Hi I have written this , it is giving me this error Run-time error'-2147217900(8004e14)' [Microsoft][odbc Sql Server Driver][Sql Server] Backup Database WeighBridge To DISk = 'd:\Backup' Secondly i...
View Articlefilesystemobject copy files to remote machine using username and password
Hello, what i am trying to do is to copy my dlls (VB6) from a machine mac1 to another mac2(to deploy my app across few machines). I do not have any shared folders defined in mac2 but i have admin...
View Articleok guys need some answers: protection & preventations
topic is releated to protection of programme and prevent to be honest and not lie , i have got many friends that has different abilities to do what i want that is break softwares, hack , crack,etc,...
View ArticleHow to modify this search and text compare to just one specific instance?
Hi there everyone. I am working on a bingo caller, and the user can switch the function of showing called numbers on the board, or uncalled numbers. When they switch, the prog will check to see if the...
View Articlemigrate from vb6.0 to vb 2012
Hello, I wanted to migrate my vb6.0 project to vs.2012 project.. My project is very large. Pl tell me simplest way to do this.
View Articlehelp with sql query !
on my form i have a 'yes' button. this form has an id num on it. When the user clicks the yes button another form opens with a new id number. say the id number on the fiorst form is 1 and the id on the...
View ArticleArranging printed lines by date
I have a series of strings that need to be arranged by date with the latest first for example with this code: Code: Open "c:\test\scripts.txt" For Input As #1 Do Until EOF(1) Line Input #1,...
View ArticleOrganizing information from a txt file
i have infromation stord in this format in a text file: Quote: DOS:01-24-13 MAS:NOE BPH:MATTHEW J. FAGAN, D.O. MIC:034.0 MDX:STREP THROAT-10 days, hoarse, ONS:01-05-10 SIC: SDX:Pre-Op Visit (L) HIP...
View ArticleReference Form fields to fill them
To start with....I'm a novice, but like VB, for as short as i use it already. I started with simple coding, but would like to reduce my coding now. e.g. I made a calculation pgm with 10 entries....
View ArticleNeed help with something difficult for me(beginner)
So i kind of created a maze right... and its pretty much done except i want to make it so when someone right clicks it ends the program and also how do i make it so when the player leaves the panel the...
View ArticleDropping header from empty section
The program i have written arranges information into sections for display. Sometimes there is no information to display in a section hopw do i get it to not print the header line for the section of...
View ArticleFindWindow(vbNullString, "Choose File To Upload")
Hi All, I am working on an webpage whre I need to click on a browse button to upload files. I am using the FindWindow(vbNullString, "Choose File To Upload") option to do the same. The problem is after...
View ArticleConvert share folder code from vb.net to vb6
Hi. I have vb.net code that share a folder with permission on the network. I attached its 2 class. but i want to use this code in vb6. I converted it to vb6. but id does not work properly. Code: Option...
View Article