ADODC control create run-time error
Hi Guys, I develop one project using vb6 for my working company. after develop, create a setup package and install many end-users machines. Every machine it's working fine except some pc's when try to...
View ArticleProblem with sorting algorithm
Basically my program is supposed to sort a 2d array of scores from a spreadsheet and display them in a picture box, but the sorted scores are not being displayed, any help would be appreciated. The...
View ArticleMasks on Grid.
- Ive been trying to Mask many DBGrid Cells (so Columns). - Firstly, Inside Access, adding format, Mask & also Validation text to each Field inside the table. Thats not catched by the Grid linked...
View ArticleModal Form
Hi I am displaying records in MSFLEXGRID . I want the row on which user clicked its values should get displayed in modal form . After updating in Modal form those values should get updated in...
View ArticleRS232 Port
Hi I am getting value through RS232 port and gets stored in text box . I want as the values appear continuously on Hyperterminal that values should also appear continuously on the form as Scroll till...
View ArticleVB Appliation on Extended Monitors
I have one VB + SQL application which is running on Client computer. Client wants to show some information to end customer on differnt form and this form should get displayed on extended monitor...
View ArticleLoading a transparent PNG using WIA
After learning how to load a png file using WIA, I have another problem. My PNG that I was about to upload before contains transparancy. Instead of transparency after uploading, the transparent part...
View ArticleAfter 5 attempts have the program exit
I am very new to programming and i need very simple instructions on how to finish this program thank you :confused: I have to create a password program and i've done that but now i have to make it so...
View Articleoedering row based column listview
In column 11 of listview i can have only a sequence of 1 and 2. I need to order by numeric value the column 11. i have insert 2 button. button1 to sort ascending button2 to sort descending how to?...
View ArticleLaunch a sub-report in CR8 through VB6
Hi all, I'm having a problem trying to launch a sub-report designed in CR8 through VB6. The report works all rigth in Crystal but when I launch it through crystal object in vb6 the main report opens...
View Article[RESOLVED] Help with my test system, and have questions
I have a RichTextBox1, I made it so that a text file opens into the richtextbox1. I have done that so that part works now. I have locked it, that way no one will type anything where the text file texts...
View Articlevb6 winsock chat help
i use webbrowser as chat window on client i send command Code: wsClient.SendData "///" & Text1.Text & strMsg server received it Code: If InStr(strData, "///") Then txt2.Text =...
View Articlelitte help
in winsock data arrival how do i split this : aaaaaa hanna:<font face="MS Sans Serif"><font size="8.25">aaaaaa as you se the top line Code: : aaaaaa please help me split this
View ArticleListview column color.
hey.. is there any controls or code to highlight a particular column with different colour? my code to load listview: Code: Private Sub Init_Data() Dim lvItem As MSComctlLib.ListItem On Error GoTo...
View ArticleWindows API in Visual Basic 6 Not Printing in Remote Desktop Client of...
Dear Sir, I have developed Application in Visual Basic 6. In my application I am printing Text file in DOT MATRIX PRINTER using Windows API OpenPrinter, StartDocPrinter, WritePrinter, EndDocPrinter to...
View ArticleReport based on input search
I want to generate a report depending on user selectable field and search item. My table Address has three fields viz. First Name, Last Name and Address. Form has one textbox txtText, one...
View Articlevb6 urgent help
how do i remove 1 character from 1 line of string the first character :jhon:hello my name is google i nice to se you how do i remove the first : <<<< this dot
View Articlesend mail from OUTLOOK WEB APP not from OUTLOOK via VB6.0
Hello, I need a simple way to mail from OUTLOOK WEB APP not from OUTLOOK via a VB6 code. Anyone know how to do that? Any code/link avaliable? Thanks, Krunal
View Articlecan you help me ?....
i have small problems in my vb 6 program can you help me how to use the date in textbox in vb6? ... the example like this Attachment 92945 thanks....... Attached Images
View ArticleNeed help making system
Hey guys, I'm trying to make a system, basically a list of objects. When someone logs into my client, I want it to load up the objects they've already stored in their account, and the objects also will...
View Article