How to make a combo box to select record from access
Hello Everybody i have two form and two tables(access 2007) ; Supplier form and Product form are linked to Supplier table and Product table by the use of "Adodc" i want to use the records of SupplierID...
View ArticleMS paint (Save As)
Hi all, I just wondering how to change the directory of save as form, as i point you in attached image by using vb6 code? for example. Thank you Attached Images
View Article[RESOLVED] my project dosnt go from right to left Help!!!
i compiled my project and try to test it on a OS windows xp sp2 where the gui is right to left i mean the start and everything is on the right side anyway when i run the project all the menu editor in...
View ArticleSysAllocString
Hi all, Code: BSTR tmp = SysAllocString(L"Hello world"); It works! But Code: char mystr[] = "Hello world"; BSTR tmp = SysAllocString(mystr); Does not compile. Any hint? Thanks, Cristina
View ArticleMSChart grid lines too close
Hello all and thanks ahead of time for any input , it's appreciated I have a MSChart that is an xy 2d plot for info from a machine operation. It has work for several years but I've upgraded the pc...
View ArticleDatabase connection(Access) to msflexgrid
hi there ... I want to build a random number to every cell in a table, which I use is Msflexgrid the flexgrid table has 11rows and 8column when the table has filled by random number is there a way to a...
View Article[RESOLVED] how to add my program to start with copmuter
im looking for a way for the user to pick if he wants to add the program to start with windows or not a check box is good enough. im looking for something simple
View ArticleMy app freezes due to internet connection. How to solve this?
I start my app using the Sub_Main() in a module, and from there it launches the first form called frmBackImg. On the form_load event of frmBackImg it loads a setting (using "GetSetting" ) and it...
View ArticleHow to send a file...
I wrote a VB 6.0 program that talks to a uController via serial port ( Modbus RS232 ASCII protocol ). This program has the ability to download data files from the uController ( 1 days data [2k bytes],...
View Articleclick event in sub
How can I use click event of button in module but not on the Form1(code)
View Article[RESOLVED] Webbrowser error help
So I keep getting the "attached" error. I know I can do webbrowser1.silent = true but I also want other pop ups to pop up (for exmaple a website pops up another window to login for facebook). Is there...
View Article[RESOLVED] How to read from a single text file into multiple text boxes?
So, I have this text file. Line1 Line2 Line3 I want to import them into TextBox1, TextBox2 and TextBox3 as Line1, Line2 and Line3 respectively. How do I do this? Is this possible as such, or should I...
View ArticleEither BOF or EOF is True, or the current record has been deleted
Hi could someone help me solve the code for my Login form? I keep getting the error: Either BOF or EOF is True, or the current record has been deleted Thanks in advance Public conn As String Public rs...
View Articlehow do i know if a backup already exists?and how to format it with time and date
2 things i have a backup form that i backup my DB im trying to see if the same backup exists and if it does exist"msgbox overwrite yes no? second i tried to show in the backup folder the date time...
View Articlei have a proffesional question regarding vb6 RTL OS
does it matter witch OS system im using if i want dispaly the correct lables and comboboxes? e.x i did a vb6 program in a english OS and some client want to use it with a diffrent OS lets say farsi...
View Article[RESOLVED] CopyMemory
Hi guys, Is it possible to copy memory from a source to a specific variable in a rec and then down? This is my rec: Code: private type myrec name as string random1 as string random2 as string end type...
View ArticleHow can we retrieve data like images from winsock to form
hi there, I want to retrieve data from winsock which connected to a website including some fields and images. I want to get image and show it in a picturebox. It's a multi accont creator which is using...
View ArticlePerformance of the VB6 native compiler
In a different thread: http://www.vbforums.com/showthread.p...29#post4486929 (which became a bit too OffTopic) this VB6-code-snippet here was posted by Niya: Code: Private Sub DoTestVB() Dim...
View ArticleMassive 2D Array Out of Memory Error
I want to create a massive size two dimensional array such as a large 2D tile map, but ran into a limitation I think VB6 has. See my computer has over 8 gigs of memory. I know of computers out there...
View Article