[RESOLVED] Trying to find an early posting.
Hi, Doing what I thought was an update, I managed to install a new version of Thunderbird and that totally lost over 20 years worth of back emails. I'm trying to find a thread I started in November...
View ArticleI offer $100 for text filter in vb6
I need a coder to write me code in vb6 to extract data from a website to a textbox, data must be filtered inside textbox i can pay with any payment method you want , i offer $100 for this task leave ur...
View Article[RESOLVED] Add filenames to listbox but sort by date etc.?
Could someone point me in the right direction for adding the contents of a folder to a listbox but sorting them first by date created, modified, filename etc.? I've seen suggestions for EnumerateFiles...
View ArticleLaunch WinForm without taking focus
How do I launch a WinForm from the Windows Scheduler without taking focus.
View Articleexport datagrid to csv
good evening. vineyard ask for help how can i export custom columns and only the checked rows from a datagridview to csv
View ArticleSubscript Out of Range when opening a random acccess file
Hey everyone, I've run into a problem that I just can't seem to figure out. I have a data type: Public Type Info3 Info1 As String * 3 Info2 As String * 128 Info3 As String * 48 Info4 As String * 48...
View ArticleVS 2015 Press a button of an external window
I want to press a button of an external window (a game table). To press buttons on external applications usually I use without problems SendMessage (everywhere is the cursor), but this specific window...
View ArticleA RichTextBox with added text alignment: 'Justify'.
Hi, I should like to submit this for the vb.NET code bank. Make a RichTextBox with added text alignment: 'Justify'. This was designed by Passel in December 2014 in response to a request. I have used it...
View ArticleCodeSense/CodeMax + Alt Key + Menus
Hey everyone, I'm having an annoying thing happen with the alt key and using the CodeSense control. When I press Alt, I can't get the MDI form's menu's to become... active (i.e., File won't become...
View ArticleTop level menus
My Form has three top level menus, Top Level 0, Top Level 1, and Top Level 2. Top level menus 1 and 2 each have one sub menu and Top level 0 menu does not have a sub menu. With the following code I can...
View ArticleTo MicroSoft: It's time to VB6 to open source! If 2019-nCoV destroied MS VB6...
It's time to VB6 to open source! If 2019-nCoV destroied Microsoft but VB6 can life for ever.
View ArticleReading a text file into array elements in Visual Basic
I have a question that may be simple to answer but I cannot find the answer anywhere on the Net. I am programming in Visual Basic and would very much appreciate if you can help me with the following...
View Article[RESOLVED] Acceptable Usage Policy
The link to the AUP is broken http://www.vbforums.com/aup.html
View ArticleMath 3D: how calculate the camera size?
my camera size and position seems compatible with my draw positions or ConvertPositon3DTo2D() function... see my entire code: Code: Option Explicit 'Get Key state: Const KEY_DOWN As Integer =...
View ArticleVS 2019 Help with code
I am trying to develop a number guessing game application. I want the user to have 8 guesses and each time they are incorrect, a label will tell them how many guesses they have left subtracting from 8....
View ArticleHow to secure a connection string
I've sort of asked this question several times but never really had a satisfactory answer so I thought I'd try again. I've got an online database that contains information. It interfaces with the...
View ArticleSubclassing WM_SYSCOMMAND and SC_MINIMIZE
I have need for my application when minimized/Restored to cause a second application to follow. To capture the minimize event, I hooked WM_SYSCOMMAND and wait for SC_MINIMIZE to come along, then send a...
View ArticleError help - Value of type 'String' cannot be converted to Control.
I get this error Value of type 'String' cannot be converted to 'System.Windows.Forms.Control'. When trying to execute the code txtB1 = Controls.Add("Forms.TextBox.1")
View ArticleVS 2019 [RESOLVED] Help with code
I am trying to develop a number guessing game application. I want the user to have 8 guesses and each time they are incorrect, a label will tell them how many guesses they have left subtracting from 8....
View ArticleAdding menus to a menubar
When you add menus to a menubar using code (not the Menu Editor) how then do you add functionality to the added menus. Assume my Form already has three top level menu items each with a sub menu and...
View Article