[VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8c
This is an add-in to display comments and code of user generated Functons/Methods/Properties and also some info from typelibs in the project It takes the text inside comments over the declarations and...
View Articlehow to get hdc by vb6,api for autodraw=true?
how to get hdc by hwnd with vb6 ? For example, you want to draw a picture to the form of another program. vb CClientDC? Use this API or something else.
View ArticleVS 2019 Can GIF file corrupt the VB project ?
Added a GIF file to project. Started getting ".EXE not found" errors. Deleted the GIF from the project explorer, and from project->Resources and the error went away. Anyone seen this before?
View ArticleMy AV protection doesn't like reading USB business card
No idea where this question belongs but I will try this category. I received a business card from someone and the card has a flash drive on it with the guy's resume (and other files) but when I plugged...
View ArticleUsing Transactions with OLEDB Adapters
Hi, I have an Windows Forms application that uses an Access database. I am trying to implement Commit & Rollback into parts of it where it makes multiple updates to the db. I cannot get it to work...
View ArticleVS 2017 How do I move data in a DataGridView DOWN?
Hello: If I want to move the row down, it only works the first time. If I hit the command a second time, it fails. The issue has to do with Code: Me.dgvScheduleData.Rows.Remove(myRow) because if I...
View ArticleLoad/Edit/Save all tables on a MySql Server
Here's a small project with which you can load any table from a MySql server (locally or remotely) by simply selecting its name and then do any operation on its data; Insert, delete, update. All you...
View ArticleGetting row value from another value
Hello everybody , newbie here, let say I have a table with with 2 column, , one with ID and the other with Name, in my form I have a combo box with all the data of the Name columns. What I want to do...
View ArticleVS 2017 How to join two or more DataTables together to display in DataGridView
I am trying to find the correct way to join two datatables, or more, into a single datatable and use it as the datasource for a DataGridView. I have read through all sort of examples and posts, but...
View ArticleVS 2017 Delete Record in Recordset by Row Number
Hello: I would like to delete a row in a RecordSet using old school ADODB. Basically, I am deleting rows in a DataGridView, and after deleting various rows I do an update to preserve the order. The...
View ArticleVS 2017 Bringing panel to front causes flicker after resize
Hi all, Visual Studio 2017, Visual Basic, .Net Framework 4.6.1 I have a windows form application with one form with 4 panels stacked on top of one another containing various controls. as the user...
View ArticleTwinBasic + RC + cross-platform
so, Im thinking, better to have its own thread instead of mixing with twinbasic. what I would like this thread to be: - installation instructions step by step how to install RC into twinbasic - noob...
View ArticleVS 2017 Problems uploading Site to Host - Can not load type...
My application works fine in Visual Studio. However, when I try to move it to my Web IIS Host it is throwing errors. The first errors were that it did not like the two Compile statements in Site.Master...
View ArticleVS 2019 Separateing strings
I need to separate strings, however not looking to use arrays or list to so if I don't have to. I want to separate by a specific character ("-"). Everything beyond and including the - I want to drop or...
View Article[RESOLVED] How do I add a field to a datatable?
Language: VB.NET Database: Access I've created an application that accesses a table in an Access database. The application works on the original set of columns in that table. Predictably, I've...
View ArticleVS 2019 How to simplify and compress code?
I have been using Visual Basic for about two years now and I would rate my skills at below average but good enough to do what i want. In the programs I make, I have a tendency to e.g. have multiple...
View ArticleVS 2019 [RESOLVED] Adding a parameter to the ColumnChanged event
I have several forms that are bound to DataTables. I add delegates for handling the ColumnChanged and RowChanged events. Code: AddHandler dsMain.Tables("Fuel").ColumnChanged, AddressOf Column_Changed...
View ArticleHow to compile a static library SQLITE3.a,sQlite3.lib
It is best to add a function to load from the memory address to the memory database. Originally a function is: load files to the memory database. The file itself will not be modified, which is...
View ArticleAnother vb alternative Mercury? not 100% compatible but still!
FYI, thoughts on this one? https://visualstudiomagazine.com/art...0/mercury.aspx
View Articlehow to make SSTab by vb6 usercontrol?
Want to use the least code to achieve, I don't know what to do? In the design mode of the form, click multiple tab controls to automatically switch, you can add sub-controls, switch between different...
View Article