Error While Exporting the Data from Flexgrid to MS Access Table
Hello all, I know this query might have been asked many times in this forum but really appreciate if any one helps me out. Problem Statement : i had to export the data stored in Excel to a Flex Grid...
View Article[RESOLVED] access webcamera in my laptop
hello im trying to access my web cam with vb 6 any ideas where to start or how? i searched the web found some samples but they all not working tnx in advanced
View Article[RESOLVED] project to fit any resolution
hello i created a programm in vb 6 with resolution 1280 X 1024 is their a way to make it fit to all resolutions so that the programm will work no matter what i change? on any resoluton tnx for the...
View Articlerequire free vb6 for sp2
hi, can anybody give a link for free download of vb6.0 for sp2 pls...
View ArticleVB 6 and Access
Hi all, Is VB6 compitable with ACCESS 2007.I keep getting the message "unrecognised database format".I have been able to communicate with BIBLIO but not the database I created in Access 2007 .Can some...
View ArticleChanging 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 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 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 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 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 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 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