Need 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[RESOLVED] Sorting Arrays
Hello, Im looking to sort one array, and use the index from that array to allocate another array... ive declared; dim player(0 to 2) as string dim score(0 to 2) as integer I have sorted the score array...
View ArticleI need some serious help
Hi when ever I open a project I get this message object library not registered and that happens under components and says c:\windows\system32\mscomctl32.ocx this just started to happen when I moved to...
View ArticleI need some help please!
I am new to writing VB. I like it, it's simple and I have learned a lot in 1 month. I co-modified an application that displays information on TV screens. Nothing complex, just changes the image every...
View Article[RESOLVED] value error
hello everyone i have a form with 2 combobox now i added a text and i get a error message this is the code Cn.Execute "INSERT INTO Curses " & _ "(LssID, LssDate, LssStudID, LssTchrID ,Lsname)...
View Article[RESOLVED] Resize a Form
How do I resize a Form and keep the textbox the same ratio and the Listbox always the same width but it's height is resized keeping the same ratio Example: ScaleMode = Pixels Form.Width = 9390...
View Article[RESOLVED] How to calculate a value depending on width of Form
I have a Form that shows a progress bar like (not a real progress bar) motion that prints a certain number of repetitive characters across the width of a Statusbar. The number of characters that it...
View Article