Keeping Data Static on Form2
I have program with two Forms; the main Form (Form1) and another (Form2) that keeps track of game moves going on in the main Form. When a player makes a move on the main Form game board the move is...
View Article[RESOLVED] Keeping Data Static on Form2
I have program with two Forms; the main Form (Form1) and another (Form2) that keeps track of game moves going on in the main Form. When a player makes a move on the main Form game board the move is...
View ArticleNeed to Call database table to another database using VB6
Hi, Can anyone help me how to call another database table.? I need a table from database1 to be used in database2, I am thinking to put it in a stored procedure but I don't know how to call it. Waiting...
View Articlehelp please
hello i have 2 tables 1: it has 50 serials 2: it has 20 serials and they have joint serials how to see joint serials in table 1 . thanks
View Articleneed help with winsock ( processing 4 items from list ) at a time
as you se in the picture the ( red ) arrows are the first 4 to be processed then the next 4 (green ) then on and on how do i do this with winsock please help. Code: Text1.Text = "" ws.Close ws.Connect...
View ArticleCreateObject("Microsoft.XMLHTTP")
I've just recently (as of this week) run into a strange issue I've never seen before and am hoping that the VBForum gurus can assist. (PLEASE) I have been submitting webservice requests via XMLHTTP for...
View ArticleHow to move an icon in a grid cell ?
Hell guys, I develop a project where I use a flexgrid control (VSFlexgrid8) designed to work in a better way with databases. In some tables of my project I had to includ a small icon (bmp format) so...
View ArticleVB6 SP6 Components Controls List
I'm getting no list of controls at all, where is this list kept and how can I get it Back? Exsiting Projects show the controls used New Projects show no controls at all?
View ArticleCalculator in Visual Basic
Hi! everyone i have simple mini Calculator application. I have a plusminusdot(0) CommandButton to put -ve sign, next i have plusminusdot(1) CommandButton to put period (.) sign. I have code below:...
View ArticleVB6 -> Visual Studio 2008,10,12,13
hi.. what is the shortest explanation of the difference between VB6 and Visual Studio 2008,10,12,13 I code and compile application in VB 6 , stand allone programs for Bingo Clubs . So what benefits...
View ArticleVB6 Calculator. pls help. new in vb6
here is a code for a basic calculator LAB-3/PROGRAM-1 DATE:19.02.2014 #Write a program to design a simple calculator in VB Private Sub Command1_Click(Index As Integer) Text1.Text = Text1.Text +...
View ArticleNeed Help (Generate User ID Number on Mysql DB)
I am using MYSQL DB. I am having a problem on Generating unique number, checking the database table if it is already taken. my problem. 2 users save record at the same time. and they get same unique...
View ArticleVB6 Pairs Game
Hey there, I'm new to this forum and I'm also in urgent need of help with my program. It's a basic pairs game. I've managed to create a grid which randomizes images and stays face down until clicked....
View Article[RESOLVED] How to read Text file content?
Hey guys... I actually know how to open txt file : Code: Dim File as string Open "C:\test.txt" for input as #1 input#1,file close#1 text1.text=file The problem with latter code is that the statement...
View Articlehelp : slow connection (mysql db + vb6)
I am having a problem on MYSQL database connectivity. Not running smoothly. It take 2 to 10sec before records completely load on lynxgrid. Sometimes it hang up. Is there any way to save and retrieve...
View ArticleNeed help sum of textbox value
Dear Guru, please help me ... I have 3 textbox contains numbers (Integer) and 2 textbox contains (+ or - or * or /) I want to sum 3 texbox like D = (A + B) - C i use: AB.Text = Val (A.Text) +...
View ArticleHelp actskin.ocx
how to use msgbox skin with actskin.ocx form with msgbox is not the same. Thank's Attached Images
View ArticleVB6 clean Available dependencies List
Hi, i have been given a VB6 project which uses a lot of custom DLL (36). When i open the dependencies list to see what has been checked, it's a mess. A DLL can be found 2 or 3 times or more with, of...
View ArticleVB6 APPLICATION CALLING AN ACTIVE X DLL in Another Location [HELP NEEDED...
Hi friends, I want to be able to an Active X DLL created in VB6 from another VB6 application running in a different location, that is, if the VB6 application in the second location sends a transaction...
View Article[RESOLVED] VB IDE Missing Bookmark Tag
Still using VB5. When I bookmarked something I used to get a blue oval as I recall in the left hand margin to indicate the line was bookmarked. These bookmarks disappeared from my IDE awhile back and...
View Article