VB5/6 IDE Help in Windows 10
Microsoft has so far foiled any workarounds for the use of HLP files under Windows 10 v1909 (+/- ?). Curious how others are dealing with getting/using Help since it no longer works in VB5/6?
View ArticleFil TableAdapter using a parameter shows no data
Hi, I have two related tables. 1 table contains books and the other table contains the libraries that own the books. Now I only want to see 1 library with the books. There is a variable called...
View ArticleMZTOOLS in Excel
I have an old XP machine and on it are both VB6 and Excel 2010. I used to use MZTOOLS 3.0 in both of them but I had a problem with Excel and MZTOOLS no longer appears in the Add-In Manager. How do I...
View Article[RESOLVED] What would be faster...
I have a a 3 loops which draw the measure, beat, bars, vertically + horizontally. I'm drawing a TIMELINE like a music sequencer, however it does take about 3-4 seconds to daw this. There is quite some...
View ArticleGreater and Less
1. Please write your name on the active cell if it is empty. 2. Please get a number and please show whether this number is greater than 100. 3. Please write the following function in VBA. 4. Please get...
View ArticleVS 2019 Trouble populating then updating a text box
I have 3 forms that share 2 common fields. On each page I will input an amount (money) in various fields and I am needing it to update the DB then refill the common text boxes with the updated amount....
View ArticleRun remote function.
Hi. If you are bored reading the below just go to the questions(GOTO 1 ). Basic Idea, run WEB API for remote service instead of WCF without IIS , possibly putting it on a Windows Service. So I wanted...
View ArticleHow to find out if a table exists in sqlite
I need to programmically find out whether or not a table exists in an sqlite database. I use this query: Code: select * from sqlite_master where type = 'table' It gives me a list of all tables. But,...
View ArticleHow to run VB6 code quickly,and run code about:vb.net,vbs,vba,asp,php,python?
like vb6 /make C:\TEST.vbp? make a test.bas,test.vbp,test.frm and run! how to run vb.net code by vb6 command line or VB.NET COM OBJECT? I WANT to make a code database,and quickly test it.
View ArticleSecondary Monitor ,, I need help
Hello guys .. I want to convert this Code From VB.net To VB6 PlZ ... PHP Code: Dim screen As Screen screen = screen.AllScreens(1) Form2.StartPosition = FormStartPosition.Manual...
View ArticleVB6 The line returned when it hit the wall
Hello my friends, I want a simple code that returns at the same angle when a line hits the walls. Thanks . Code for vb6 Attached Images
View Article'Remove vertical spacing' not behaving as expected.
Hi, When I'm in a design page and wish to snap two controls together I select the control to which I want to 'pull' another, then, with Control depressed, select the other control so that the first has...
View ArticleControl Array?
I am writing a grocerylist program where I use 3 control arrays (Listbox, Button, and Radiobutton) each with 40 elements. In VB6 I would just make each into a control array and refer to each using the...
View ArticleUnable to cast object of type to type IEnumerable
Hi folks, I am buidling this app where I use deserialization to obtain a List of the object "Contact", so far so good. When I try to retrieve the first element from this obtained list (which I sorted...
View ArticleVB6: what is the diference between HBitmap, GDI, and Bitmap GDIPLUS?
on GDI we use HBitmap, but the type is long... on GDIPLUS we use Bitmap, but long too... what is the diference between HBitmap and Bitmap? or both can we use with GDI and GDIPLUS functions?
View ArticleRich text box
I have developed hospital management software. I designed userform in excel vb and then transported to vb6. I have fields in patient discharge card which involves tables, bold letters, etc. So I need...
View Articlevb code to open user home drive folder (created on AD) by supplying credentials
I am new in VB. We have a situation in which PC is on Domain but there is local account created on PC through which any user can login. I need user to click a button on a form and user need to put...
View Articlemouse_move event on image
How to check if the mouse is on red icon and on blue icon? The image is in picturebox1 picture1 Attached Images
View ArticleAgain about Olaf's SQLiteServerMode
Hello Olaf Hello vbForums community I'm struggling to establish a chat system over Lan based on UDP DataGram. I'm progressing quite well. My question: Is there a way to check if the client is connected...
View Article