Browser limitations?
Think a contractor is attempting to snow me... (THE PROGRAM IS NOT BEING DEVELOPED IN VB, BUT IN JAVA--but think the result is the same.) Question....Can a browser, IE9 in particular, display a list of...
View Articlewinsock chat (is it possibe if so how )
is it possible to create a database in phpmyadmin , create usernames and password so we can login to the database from vb6 then , create another database for chat-messages ,to send and recieve any...
View Articlewinsock file transfer ( Read Not Everyday Request )
hi:eek::p:p i want to know how to be able to execute this using winsock control filetransfer = pause = resume and continue filling in rest of the binary till received completed filetransfer = broken =...
View ArticleHow can datareport and costumer report printer without open report
Hello, I print Letter size page and legal size page i printer data report and costumer report but i want to not open report and print data. its means only command1 press the printer print report not...
View ArticleDate Expiration
I'm making a Library system with Accounts logging in but it should not be exceeded to the date validation or expiration. here's my code Code: Call bok If Text1.Text = "" Then MsgBox "Please Enter Your...
View ArticleMain form not visible means it's not available when Alt/Tabbing
A project's main form is Form1 and eventually Form2 is loaded following a button click, Form2.Show 1 I thought I'd make the main form invisible until control be returned to it by inserting another 2...
View ArticlePreview Handler Host
Does anyone know of any VB6 sample code showing how to host preview handlers ? Preview handlers are a lightweight read-only preview of a file contents that are bound to a the preview pane window of...
View ArticleCenter stacked font (glyph) in Vertical Printing
I'm printing (in picturebox) a string that is stacked. For example: N o w As you can see above each character is printed left justified. Any suggestions or examples to have the character centered on...
View Article[RESOLVED] Main form not visible means it's not available when Alt/Tabbing
A project's main form is Form1 and eventually Form2 is loaded following a button click, Form2.Show 1 I thought I'd make the main form invisible until control be returned to it by inserting another 2...
View ArticleI have a coordinates startanle angle,want to generate pulse for pic How do I...
x ,y,z meter typemoveG0 cR 100 angle 100 start angle 50:):wave: Public Sub sendDataL(dx As Integer, dy As Integer, dZ As Integer, typemove As String, CircleRadius As Integer, Angle As Integer,...
View ArticleHow to extract parts of a text string
I'm sending messages to an external program and it returns text strings that contains misc text. Some of the text may be in the format of lnln where l is a letter a-h and n is a number 1-8 other times...
View ArticleVB6 Learning Edition - Can it compile DLL's?
I know it can compile an exe, but I'm wondering if it can combine a dll. Anyone know?
View ArticlePing someone?
I'm making a program and I need to be able to ping another IP and get the ping latency, basically what I want is the number that you see when you play games and it shows you how good the connection is...
View ArticleWin32Exception was unhanded
Hey guys! New to this forum :) Okay so basically when I click start on the debugging process I get Win32Exception has occurred or unhandled exception. This is the code: Public Function...
View ArticleNeed help creating program to scrub a website
I would like to create a VB6 program that can "scrub" a website to get status response info on a membership application (sorry I can't provide details or tell you what website it is). The program needs...
View ArticleMake Image Brighter/Make Image Un-brighter
I have this code that I got from this site (one of my previous threads) which is used to make an image brighter. I use it in my games to indicate a piece has been selected by the player. Now, after the...
View ArticleStored Procedure should return value
Hi I want that if stored procedure is executed successful it should return a value Vb Code is this confind.Open "Driver=SQL Server;Server=" & ServerName & ";Database=" & dbname &...
View Article[RESOLVED] Need Help (Populate Date range to Listbox)
How to populate Date range to Listbox? dFR = DtPicker1.Value ' From dTo = DtPicker2.Value ' To For example : (From : 02/27/2014) (To : 03/03/2014) The output must be like this : 27 - Thu 28 - Fri 1 -...
View ArticleConnection String
Hi I have written the below string for connection with sql cnn1.Open "Driver=SQL Server;Server=" & ServerName & ";Database=" & "WEIGHBRIDGE" & ";uid=" & uid & ";pwd=" & pwd...
View ArticleSgrid 2 as a User Control .ctl
Sgrid 2 as a User Control ( .ctl ) I have come across a user control for SGrid 1 but not for SGrid 2 I use the SGrid 2 and I would love to use it as a User Control (which is a .ctl file that you can...
View Article