click 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[RESOLVED] Load ListView w/o .Add. Can you help?
I open and save the ListView like so: Code: Open App.Path & \"text.txt" for Input as #FF While Not EOF(FF) Line Input #FF, strTxt lv.listitems.Add ,, strTxt Wend Close #FF Open App.Path &...
View ArticleWhy is this not working for me??? Please Help, need help required!!
Hello, I am looking to have a file that is a Resource File element and then make an Windows EXE File of it to be then Shelled and when it is finished being used then it will then be deleted from the...
View ArticleInsert data with SELECT Statement.
Dear SamOscarBrown, I would like to insert data with SELECT Statement which the data is begin = 1. As the code below, I am using INSERT Statement which the data is begin = 1. But some field in the...
View ArticleFolderBrowserDialog does not show network location in windows 8
In Windows 8 when we use FolderBrowserDialog, the network drives are not displayed. It works fine if we run the same program on Windows 7 or windows xp. But in openfiledialog both these network...
View ArticleFormatting grid data for dos printing. Help Needed!!
Hi-all:wave: I have data in my grid (farpoint spread or msflexgrid) in vb6 applications which I need to print in tabular form (bills etc.) with headers and footers or some other details. I have tried...
View Article[RESOLVED] how to show a form before exiting the program
i have a mdi form and when i user try to leave then it has a question i cant figure out how can i ask him 2 questions before he exit the program 1) first if he wants to exit the program then yes no 2)...
View ArticleProblem with adding XML-Node
Hi, i need to add a Node at a specific place in an XML document. At the Moment i m using .appendChild. Is there another function beside .insertBefore to add a node after a specific Node. The Problem is...
View Article[RESOLVED] how to minimize MDIForm to system tray with minimize button
i have a Mdi Form and i want to minimize it with the minimize button never done this before ive search in the web how to minimize a mdi form to system tray and alot of people said it's impossible so i...
View ArticleHelp me get started in VB
Hello Pals, Im new to VB, I want to be a programmer in VB because of its simplicity. Please pals, i need to know the latest version how how to get stated ASAP. I have a copy of VB 6.0 but i couldn't...
View ArticleDownloader
I need help here to code the downloader .. where I need to download even file size more than 500MB here is sample project Attached Files sample.zip (2.6 KB)
View Article