VB6 - Problems being Changed from Grid to Picturebox
Hello When i moved a grid created with vsflex6 to a computer on which vsflex8 is installed and run, the grid changes to a picturebox. Installing vsflex6 on a computer with vsflex8 worked properly....
View ArticleUpgrading Problem From VB6 To Vb.Net
Hello All, I am using Vb2019 version and trying to upgrade a VB6 project. I was using the codes below but when i try to use it in VB.net i am getting "System.NullReferenceException" error mesage. How...
View ArticleVS 2019 I have a very simple error that i just don't know how to fix with...
All I am trying to do is if Monday is chosen, then the times from my MondayLessons.txt file are shown only in the drop-down. But if Tuesday, Wednesday, Thursday or Friday are chosen, then the drop-down...
View Article[RESOLVED] 'Working on it' Form2.
I have a project that I've been working on for a couple of weeks, no real problems until today. The application runs, everything is fine, no problems. However: When I click to open Form2 design, the...
View ArticleProcess Locking file , i cant solve error.
Trying to figure out why this code does not work. I am on windows 10 and this code does exactly what i need, but it does not work that well for me, i keep getting error here at this code line Code:...
View ArticleMsOf13 Copy the Data one by one till the cell is empty
Hello Everyone, I have an Workbook with some data. in that i need to copy some data by manually to another sheet to run another VBA. now i'm looking for if i get the data from sheet 2 by automatically,...
View ArticleSyntaxe sql - multi table
Hi all, I'm searching the SQL syntax en VB.BET to add data in 3 different tables. I'm using a MySQL data base Someone can help me to find an example? All i' find it's just to add in one table. Thanks
View Article[RESOLVED] VB6 IDE crash when opening a project - either new or existing
Help! I went away for a couple of weeks for Thanksgiving vacation. Computer was off that whole time. Today is my first day running VB6 since then. When I try to open a project - either new or existing...
View ArticleSyste,io.FileInfo on netwrok PC's work only when logged in.
Hello. I'm using FileInfo to determine if a file exists on a network PC and then delete it. I'm running the app from the desktop of the main server that has full permissions. The FileInfo only works...
View ArticleADODB Recordset not populating
Ok, this is driving me crazy because it works elsewhere! rs.count not even happening and prefsuppliername returning nothing. Code: Private Function M1_LookupPrefSupplierName(_pn As String) As...
View ArticleGDIPlus: how create a memory DC for Graphics?
how can i create a memory DC for Graphics? Code: Public Sub Class_Initialize() GDIsi.GdiplusVersion = 1& GdiplusStartup gToken, GDIsi 'hDC = CreateCompatibleDC(GetDC(0))...
View ArticleHow do i copy the contents of 1 textbox in 1 frm to another textbox in a...
Sorry about the title, couldn't fit it all in. The user will log in to their account, and whatever is in 'Enw Defnyddwyr', I want to then be automatically added to the form 'Dewis Dyddiad' in the text...
View ArticleVB6 IDE crashing when placing a UserControl on a form
Hi, Bit of a strange one. Recently installed VB6 + SP6 onto my Windows 10 box. No problems launching IDE, navigating, compiling and running simple projects. However, I found that as soon as I try to...
View Article[RESOLVED] Syste,io.FileInfo on netwrok PC's work only when logged in.
Hello. I'm using FileInfo to determine if a file exists on a network PC and then delete it. I'm running the app from the desktop of the main server that has full permissions. The FileInfo only works...
View ArticleOver 600 viewing VB6 Forum
I keep one eye on the number of members viewing the VB6 forum vs the VB.NET forum (Trust me, it is not because of me loving VB.NET) Usually there is say a 160'ish for VB.NET and a bit less for VB6...
View Articlehow to remove cell value in the cell offset if the cell repeated again?
I want to make a loop in range to zero the offset cell if the cell data is repeated next As Below: Col A Col B T10 - 5 T20 - 10 T10 - 15 You see I have T10 Repeated maybe after one or many rows, What I...
View ArticleProperty Bag alternative - Data Bag
Property Bag alternative - Data Bag Class This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType. (For the vbVariant , it now...
View ArticleVisual Basic StreamReader - Importing a csv file into an array
Hi all I have a set of data in csv format, numbers only. It is 2 columns x 111 (varying length) array. It will always be 2 columns. I am struggling to get the data into an array to manipulate it...
View ArticleASP.NET MVC Bind Or Populate jsTree From SQL Server Database
Hello, This ASP.NET MVC article demonstrates on how to populate the jsTree.js from SQL Server database using employee supervisor/manager hierarchy concept. The database used for the app is...
View Article