Changing ImageBox Picture in UserControl?
I remember having a user control done for me back in 2009 with the text label that could be changed in the program. But I am wondering if there is a way to add an ImageBox Control in a control array...
View ArticlePrecision problem (single vs integer data types)
At a certain stage during program run, (single) variables A and B have values: A = 4.95 B = 5 At these statements: If B-A > 0.05 Then Do This Else Do That End If B-A is 0.05 so 'That' should be...
View ArticleText Handling
Hi, What's the best way to get multiple lines of text into a label (or Text Box) ? Thought pasting into the control at design time would be it, but no... Thanks, ABB PS, perhaps also possible to show...
View Article[RESOLVED] Precision problem (single vs integer data types)
At a certain stage during program run, (single) variables A and B have values: A = 4.95 B = 5 At these statement VB Code: If B-A > 0.05 Then  Do ThisElse  Do ThatEnd If B-A is 0.05 so 'That'...
View Articlehi, i m not advance programmer in vb6
i want to retrieve all rows from SQL 2000 to MSFLEXGRID in vb6. thanx in advance..:):):)
View Article[RESOLVED] Manual form maximize code.
There is a borderless form. There is also a picture box. I would like that when the user double clicks the button, it will maximize the form. I don't want to use me.windowstate = vbmaximized because it...
View ArticleNeed to learn quickly how to work with databases.
I am making a notes app. I realized that I couldn't save each note in a text file(such as width,height,content,top,left,etc etc) and that I need databases, because that would be the best option. I need...
View ArticleCopy Frame content to picturebox
Hello there Can anyone help me on how to copy frame1 content to picturebox? Like what's in the attached image Attachment 98097 Attached Images Â
View ArticleSimple Timer / Reminder program
I am trying to design a simple program with a combobox listing a few different intervals of time, and a command button to wait that amount of time and display a messagebox or something similar. is this...
View ArticleRate this app so far. (Unfinished yet)
This is the notes app I've been working for a long time, redesigning and redesigning it plenty of times, and recoding and recoding, and a few times, I even started the whole project from the beginning....
View ArticleVB6 ActiveX DLL
In VB6 the following syntax are as follows... List1.Font.Italic List1 = Method Font = Property Italic = What?? Is this a collection? And how would I replicate this "Italic" using ActiveX DLL. Example...
View Articleshow all column mschart from database
I've tried to show mschart per column but can't, still remains one column of all data from the database. can you help me please?. I'm newbie this my code Public Sub Tampil_Data() If...
View Articlehelp: 7-zip commandline in vb6
I use 7-zip command line uses like this one 7z a -sfx "E:\project1\lastname, firstname middle.exe" "E:\project1\lastname, firstname middlename" -pMYPASSWORD in vb6, I have dim folder as string...
View Article[RESOLVED] VB6 ActiveX DLL
In VB6 the following syntax are as follows... List1.Font.Italic List1 = Method Font = Property Italic = What?? Is this a collection? And how would I replicate this "Italic" using ActiveX DLL. Example...
View Articlehelp: how to search of text in the text
do you have a function that will check the existence of the text or sentence in the html page source?
View ArticleTo interface VB.6 and PIC microcontroller
HI I am Darshan, am doing one project, there i need to recognise voice and depending on the instruction some value should be sent to the PIC microcontroller. Am facing problem in Regnising the voice...
View ArticleSelect with multiple where
I Have 3 dropdown box: cmb1, cmb2, cmb3 i was add item to each combobox, so user just choose from selection... I Have This Code To Select from msaccess db.. Code: Rs.Open "SELECT * FROM Student where...
View Article[RESOLVED] cant display my binary answer
Hi Ev1~ here is my sample code for binary code somehow when i try to click the answer it only display 00000 when i press no like 98 or any other no.. Code: Private Sub Binary_Click() Dim df As Integer...
View Articlecell checkbox
Hi, How to remove checkbox only in selected cell using vsflexgrid. By default I set column data type to boolean but when loading the data I want to remove the checkbox if no data available inthe cell....
View ArticleMScomctl error with latest MS update
I have been away on family business and when I returned and turned my laptop on, the pc downloaded several MS updates. After the update, I tried to open my existing VB6 program to make some minor...
View Article