HexBox Control? View .bin file as ushort?
Is there any HexBox Control or type of way to view a long (2mb) .bin file as USHORT with some control that shows the addresses and everything, that allows editing and saving the modified file? File...
View ArticleWindows from XP: how can i get more cmd.exe memory?
speaking on windows from XP to 10... the EMS seems to be disable and if i use sound driver, the memory will be less(the Doom2 can slow down) :( how can i get more cmd.exe memory?
View ArticleOptimise a For loop VB.net
Hello guys, im currently working with 2 huuuuug excel files the one in ws3 contains more than 13000 lignes and ws2 contains more than 2000 lignes. my code is trying to compare the column E with the...
View ArticleGameboy Color Repair Service
A side effect of being displaced from Hurricane Ida is that I'm finding a bunch of my childhood toys and my grandfather's house. One of these toys was my old Gameboy Color. When I went to turn it on...
View ArticleGetPixel() replacement - read from a BITMAP buffer instead
Currently I access the pixel color using the GetPixel() API, but it's awfully slow. To access 1000 pixels it takes ~31 secs! Code: Dim lngDC As Long, lngScreen As Long, lngColor As Long lngDC =...
View ArticleGetting Started With Unity IoC Container For Visual Basic In .NET Core Or .NET 5
Good day! Since most of the examples out there are written in C# and Visual Basic that targets the .NET Framework, I decided to create a post Using Unity IoC Container Dependency Injection, Dapper ORM...
View Articlessl Localhost privacy error.How to resolve
I tried to connect with development server certificate Running on IIS express . working with dot net core .Now I m accessing api from dot net client console application giving me ssl error Warning:...
View Articleinnovasys Freeware Controls
I know this is very old and discontinued. I have some old projects that were using those controls. (innovasys Freeware Controls) Since they have been discontinued and no longer avaiable for download on...
View Article[RESOLVED] IndexOutOfRange Exception
Hi, I receive the error message in the below code: System.IndexOutOfRangeException: TenantName vb:line 709 Code: Try Using con As New SqlConnection("Data Source=DESKTOP-O6TSDMJ;Initial...
View Article[RESOLVED] Update Statement - DatagridView
Hi, In the Update Statement code - I receive the error message: Incorrect Syntax near 'flattype' Code: For i As Integer = 0 To DgUnitsUp.Rows.Count - 1 Step +1 query = "UPDATE...
View ArticleLogic
Hi, I have the follow code that works fine.. It pulls all the registered tenants from the tbltenants to the tenantname column - combobox dropdownlist to select from. Code: Try Using con As...
View ArticleMigrate VB6 to .NET
I have taken on a project of migrating a large VB6 application to .NET C#, I have spent the last year making updates and understanding how the application works. The company does not want to rely on...
View Article[VB.NET] Desktop Application - Bind Datasource To Control
I have seen this question asked frequently in the VB.NET forum and I figured I would add a tutorial submission to address this in a single location. Imagine for a second that you have a lookup table...
View Article[RESOLVED] Error accessing the system registry - VB6 on Windows 10 (Win 7...
VB6 was working just fine on my Windows 10 Pro system with compatibility set to Windows 7 and RunAdmin. This morning when I started up the IDE I get "Error accessing the system registry" and according...
View ArticleWIA Automation
The following code is used to load into a PictureBox using WIA: Code: Dim Img 'As ImageFile Set Img = CreateObject("WIA.ImageFile") Img.LoadFile "C:\Bliss.bmp" Picture1.Picture = Img.FileData.Picture...
View Article[RESOLVED] visual studio 2017 listener instead of timer?
hey i have a timer that each 10 seconds checks a file that is comming from an api. question is there other method for this? i know there is a way called listener dont know how to do it. this is the...
View ArticleQuestions about Strings and Threads
So I have questions about these 2 separate topics, as they will both be used in the program I'm trying to make. Regarding strings, when compiling in MS Visual C++? My copy of MSVC++ has 2 include files...
View ArticleHow to use a specific portion of an image as the form background
I know this sounds stupidly simple but I have been searching for hours. I am using a large (much larger than the screen) image as my form background and it works fine showing the top left corner of the...
View Article[RESOLVED] WIA Automation
The following code is used to load into a PictureBox using WIA: Code: Dim Img 'As ImageFile Set Img = CreateObject("WIA.ImageFile") Img.LoadFile "C:\Bliss.bmp" Picture1.Picture = Img.FileData.Picture...
View ArticleVS 2010 help! DataRow update error
I have a data table, PK, not on the field, I have modified the DataRow in a record, and then use the following code updates to the database, but there is an error Dim cmdBuilder As New...
View Article