SQL Manual coding connection
Hey guys i need help on manually coding my SQL database to VB 2008 also with the functions of basic Add, Edit, and Delete there's an easy way to connect it but im sure if it will work if i move the...
View Article[RESOLVED] Components of ocx's/etc ?
Does anyone have a COMPLETE list of all the controls found in EACH of the components not intrinsically loaded on a new EXE VB6 project? I have found some from Microsoft , but none lists them ALL. As...
View ArticleFinding colors on a bitmap
Is there any code or function that can find all the colors used in a bitmap? I want to load a bitmap into my app and get all colors so I can build a color map for the bitmap image.
View Articleerror:Cannot show autoredraw of image.
My code draws on the picture box contained in another picture box. PROBLEM: when drawing is large an error pops up that it cannot do Autoredraw of image. how do i resolve this?
View ArticleTake very long time to Search, Copy and Paste
Hello, What's wrong on my code, although it get what I need, but take about 30mins to complete. I would like to back up some important data File from C:\Check Result\ Inside the C:\Check Result\, there...
View ArticleBitBlt diagonal roll over effect
Hello! I have a little big problem about how can I move a picture on the diagonal (roll over effect). I attached the example of roll over effect from right to left. So how is done diagonally effect?...
View ArticleHow do you read a bitmap file
I load a bitmap file into my app now how do I relate the bytes in this file to the Type structures available? Like these... Code: Private Type RGBQUAD rgbBlue As Byte rgbGreen As Byte rgbRed As...
View Articletextbox data to database field ( LOGIN)
hey guys., I'm a CpE Student. I've been working on our project and I'm new to VB 6.0 These are the things I want to do w/ the Program: *Login 1.) Creating a account w/ name, user and password then save...
View Article[RESOLVED] either bof or eof is true or the current record has been deleted
hi so I've posted this thread http://www.vbforums.com/showthread.p...eleting-a-data last night but after doing some minor changes I had this error "either bof or eof is true or the current record has...
View ArticleHow to capture some data from scanner
hi guys,, how to capture some data from scanner like document or image... ??
View ArticleVB6 - Word translation through Google translation?
I want to write a program where the user introduces a word in spanish and the program shows it in russian. The program also needs to play the pronunciation of that word. I mean, in google you can hear...
View ArticleMaking Editable MsflexGrid
as i did earlier there is one option in msflexgrid property .by which we can make editable grid .can any one refresh which property it is .let me know please .Attachment 92173 Attached Images
View ArticleVB6 Webbrowser - Compatibility with Internet Explorer 8
This is not a question, but a description of a solution. I hope that it may prove of interest and use to others and that more experienced VB6 users may add further comments. The Webbrowser control was...
View ArticleSaving data of Msflexgrid
I Simple want if user press btsave . all the brand data will be saved altogether .with salesLevel1 .in tradingSummaryStatus Table . can anyone tell me ? .how should i write the code in smart way . Do...
View Article[RESOLVED] SavePicture Picture1.Picture
I am having a mind block. :( I used this link to populate the image in Picture1 from a webbrowser using BitBlt. http://www.vb-helper.com/howto_browser_capture.html But when I use Code: SavePicture...
View ArticleHow to get nodes and sub nodes of an XML file
I need to get the info from the XML nodes below and its child nodes. I want to get the label, maturity, bid1 and ask1 value from the XML file but when I run my code, it kept looping other value for the...
View Articlehelp to export from vb6 to openoffice spreadsheet
Dear friends I have any application which is using sql server at backend and vb6 as front end. I export data from the record set to excel sheet easily in this application. now i got a requirement to...
View ArticleVb6 how to find a record based on multiple id
I have a table in my database based on a multiple ID FirstID SecondID they are both primary keys I understand the vb find a record with one primary key I haven't got a clue how to do this with 2...
View Article[RESOLVED] Hi, Need some help adding code to my web browser
Hi, when ever I open up an address like msn.com or yahoo.com, google.com I get a message that says there was a script error here is my code, oh and I want to make it that my images of refresh and exit...
View ArticleMany buttons do the same thing
Every button posts a letter a label. Btn_A.Text = "A" and Btn_B.Text = "B" etc.. Is it possible to make every button post its own btn.text into a label, without having to write so many lines of code?...
View Article