HOW TO MAKE x64 Treeview.ocx by twinbasic?
HOW TO MAKE x64 Treeview.ocx by twinbasic? i can create new activex control project ,and add a new usercontrol,put TreeView1 control how to add every Mehod output for make TreeView.ocx of...
View ArticleExtract data from Excel
i am working on a program where I need to extract data from an Excel document. Everyday, or at least most days I receive an Excel document from my employer. This document contains information some of...
View ArticleDatagridview Textbox Rows and Image Box Columns
I have a datagridview on my form. I have the columns set to image box columns. The dgv has 12 rows. Rows 0, 2, 4, 6, 8, 10 are for images. I would like for Rows 1, 3, 5, 7, 9, 11 to be text box rows...
View ArticleLooking for a suggestion for "dynamic" tables
Bit of background:- I'm implementing a system where a user can specify multiple sources of entities (in this case people) and then define some matching criteria that can be used to identify common...
View Article[RESOLVED] VB6 Question: DLLs unregistered unexpectedly
On another thread that I accidentally hijacked I stated that all my VB6/RC6 programs had suddenly started to generate the same error. This was due to the RC6 DLLs being unexpectedly unregistered. I...
View ArticleVB6 Thought: Making AI part of your VB6 development process
OK, so following on from another thread where the limitations and possibilities of using AI in your development environment, I thought I'd make this thread to allow us to discuss which AI tools and...
View Article[RESOLVED] Shell command
Is it possible to shell to another program with data? I want to pass an argument to the shelled program. I have two programs. Each one can shell to a third program. The third program needs to know...
View ArticleCoreAudio APIs
Hello, Does anyone have simple sample code demonstrating the use of Microsoft's Core Audio API, or a link to a tutorial? I would like to work with this API, without any 3rd party libraries.
View Articlechechk is first char is a letter
i can have in textbox1: A123 B899 G767 K990 .. 8909<wrong value I need before to click on button1 is present the firt char is letter in textbox1 note: the value can have only 4 digit
View ArticleClipboard object throws Invalid Qualifier
I get an "Invalid Qualifier" error when compiling my project at "Clipboard." From what I read, the error is generally trying to say that I'm calling a member function that doesn't exist. After doing...
View Article[RESOLVED] 2D Array memory not generated correctly. User or program error?
With this program I have an "Options" Dlg box that the user can make default setups with, and for troubleshooting they can put their canned statements in the appropriate section of the Dlg box to be...
View ArticleTextbox not formating properly
I have a textbox that does not seem to format text properly. I'm reading text from an Excel sheet and displaying it, shown below, but when the Textbox is loaded the text is all jammed together. Even if...
View Articleupdate NR in ISTAT_COMUNI with a count
I need to update NR in ISTAT_COMUNI, with the count of CF in STORIA_ANPR with the join CF in ISTAT_COMUNI and CF in STORIA_ANPR. for example, in NR ISTAT_COMUNI for CF=H501 i need NR=11 Attached Files...
View Articlehow to make async msgbox?like CreateDialog
how to make async msgbox?like CreateDialog Code: Option Explicit 'Reference conversion of C to VB type declarations here 'http://msdn.microsoft.com/en-us/library/aa261773(v=vs.60).aspx 'Declare...
View ArticleVS 2022 Need help with array
Hello everyone, In this code example, something bothers me about the repetition of "SamplesList(i, j)". In this kind of situation, I usually use the "With" statement, but here it doesn't seem possible....
View Article