After 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 ArticleUnloading form in style
Hello reader Does anyone a better way of unloading form in style? Please help if u do. Thz
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[RESOLVED] When an array isn't an array
I have 100 Image controls on my Form named ImgEmot(0) thru ImgEmot(99). Is this not an array? Now in my code when I use Ubound(ImgEmot) I get a Compile Error: Expected array. How do I reference the...
View ArticleSorry Need some more help
How how do i get a listbox to select the programs in the listbox and open up the program when selected, so say when you type in to the textbox1 and you typed pprograms and a list of programs show up I...
View ArticleTip: How to disable the Right-Click Context Menu for a Textbox control array
After looking at a half dozen possible solutions I came up with a simple answer. In a MouseDown event when the right-button is clicked disable the textbox, then do what you want instead of the pop-up...
View ArticleCopying Picturebox to another form with everything intact??
I'm not sure what I'm doing wrong here... I have two forms in my project. One has only a PictureBox (frmMain) and the other (frmDataCell) has a PictureBox with Labels overlaying it. I am needing to...
View Article[RESOLVED] PictureBox Shows Above Frame
I'm maintaining VB6 app that is having some UI troubles. A timer ticks in the background and when some conditions are met, it uses a 3rd party API to take a picture. The app doesn't use forms for...
View ArticleWhat? ComboBox Click event not firing after moving project to new machine
Hello, I have been developing an application at my work for months now on a Windows 98 PC in VB6. I haven't had any real problems and for the most part it has been stable for the past month or so. I...
View Article[RESOLVED] Copy/paste to/from another program
It's definitely doable but how? I want to set up a program so I copy text from another program and paste it into the textbox on my program as well as, after modifying the text in my program be able to...
View Article