Problem with serial port and over-lapping events
Hi all, I'm writing a relatively simple program which requires some data exchange over the serial port. I'm using the standard MSComm control that comes with VB6 (SP3). High level requirement: 1) Every...
View ArticlePopulating ListView
Hi I have a method below, that populates a listview. As it is now it ommits last two columns from array of data it's getting, I need to change that so that it can return everything. but I get incorrect...
View Articlehow to add checkbox in vsflexgrid in vb6.0
Hi all, i am using vb6.0 and there is two different form like form1 and form2. i am create a vsflexgrid1 in form2 and put coding as whatever data is put in form1 is displayed in vsflexgrid1 when load...
View ArticleHow Can I Set The Print Layout With Continuous Paper?
I have to set a print layout for a continuous rolling paper with width 5 inches. What Should be the paper size when using the printer object. How can I set the printable area and A fixed height for a...
View ArticleVB6 exe without a form
Hi all, is it possibile to implement an executable with vb6 without any form? I mean something I can call with a parameter and from command line in this way: "myscript.exe 45" where 45 is the input of...
View ArticleTrouble setting width of MSflexigrid
This code only displays part of the last column, it's not wide enough Code: Sub SetGridWidth() Dim i As Integer Dim iWidth As Long Dim LineWidth As Integer LineWidth = 20 For i...
View ArticleVB6: Heavy form's controls load slowly and chaoticly
My problem ocurrs both in Windows XP and Seven, both throught VB6 and compiled, both in slow and fast computers. In my software, when it has "heavy" forms (with much much controls), they are loaded or...
View ArticleProblem with un-selecting numbers for keno game(stumped)
Hired a coder from FreeLancer a few month ago to write Code for a keno game. Can no longer find him. There are 80 numbers on the keno board. The numbers are selected by dragging the mouse over the...
View ArticleConnect VB6 App from internet with UDL File
Hello guys, I Created VB6 app for my client, but my client want my program can be accessible from internet, i use UDL_File for connection string, Is it possible ? if it's possible , how to do that ? Thx.
View Article[RESOLVED] Cross Ref Of ObJects In MS DLLs?
What I want to do is add a Tabbed Dialog to a form. The problem is that I don't know what file to add to Project\References\Components. Is there a cross reference that shows the objects contained each...
View ArticlePrint vertical text
I want to print vertical text on the printer. What's the API call I need? Attached Images
View ArticleSimple. Need values back in range
I know it is simple basic thing. I wonder that I do not know. Start with range name range1, range has values, then I move range with offset and I want new range , the same size just in new location to...
View ArticleProblem with sorting an array and Spearman's Rank
Ok, i've been on this forum for a long time, anonymously browsing and searching for problems. I've always found the answer i sought after but now i'm really stumped and desperately need someone's help...
View Article[RESOLVED] how to remove a symbol from a phone number in access
i have a list that i transferd from outlook to aceess now, there are phone numbers that contains a symbol like this " - " e.x 054-7223510 needs to be like this 0547223510 and in my program is max...
View Article[RESOLVED] Hangman Game. Can't remove lives correctly.
Hi, I've attempted to make a simple hangman game and it went kinda of okay. However, I've ran into two hiccups, which I cant seem to solve. Before I go on outlining my problem, I'll say I have basic...
View ArticleVB6 Webbrowser Problem Help me !
webbrowser.navigate = http://portal.nttgame.com/Signin/Sig...dhbWUuY29tLw== Supmit Click ... Help me. Attached Images
View Article[RESOLVED] syntax error in query expression via Sql DataReport
i am trying to show a report of a specific customer when i hit the buttonreport i see his history only if his name dosnt contain this ' e.x salsa31 this is ok salsa's room here i get the error when i...
View Articlehow to decode special symbol from xml to symbol in vb 6
hi sir, i want decode special symbol like: " ξ " i used genral url decoder but it not working. Public Function URLDecode(StringToDecode As String) As String Dim TempAns As String Dim CurChr As...
View ArticleVB 6 Application to Install a Software only for 3 Computers in Network
HI all, I Have developed a User Application which has to install in computers connected in Network. But I need to Restrict the Installation Only For 3 Computers in Network. How can i do this,, Please...
View ArticleExport chart from Excel to VB6
Hi everyone, I found at this address (http://www.deixsys.com/fr/SITE%20DEI...10_DEIXSYS.zip) an excel document containing a map of Italy divided by provinces. My need is to be able to use this map in...
View Article