[RESOLVED] Getting Hash of File in VB.net -- Code does not produce same hash...
I am looking to verify the integrity of some files in a VB.net program and have encountered something strange. Originally, I was using the attached class to produce a hash, but during testing noticed...
View ArticleSimpleSock User Control
Attached is a User Control for SimpleSock. On the surface, a User Control is easier to use and more compact, but that is not the full story. I have hesitated to produce this control, because it makes a...
View ArticleCan VB.Net adjust bios settings?
My main interest is to modify the amount of RAM the computer uses, while the machine is running (IE, without restarting). Is there a way inside of .Net, or even Shell, to adjust BIOS settings without...
View Articlesql to join two records in 2 different tabve
Code: SELECT * FROM ALLOGGIO i need to select, also, * from TABELLA1 and return a unique recordset, similar: SELECT * FROM ALLOGGIO and select * from TABELLA1 note: the tableS have the same numberS of...
View ArticleFill combobox in one shot only
Possible to fill a combobox with this array value? Code: Set RS = New ADODB.Recordset   RS.CursorLocation = adUseClient   SQL = "SELECT * FROM COMUNI UNION SELECT * FROM STATI"   RS.Open...
View ArticleVS 2019 ContextMenuStrip stay displayed
I am using a ContextMenuStrip in my program. When I click one of the menu items the text gets copied and the menu stays displayed until I click somewhere else in the form. The problem is that when my...
View ArticleUse VB6 to develop a tool similar to AstExplorer.net
AstExplorer is a very convenient tool, but sometimes I need to use AstExplorer offline, that is to say, use AstExplorer on some computers that cannot connect to the Internet. So I plan to use VB6 to...
View Article[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 Article