Searching database help needed..
Im trying to search my MS Access database but its not the usual searching of record. Im trying to search a record which is lesser (<) than the value that im using to search for it, as an example. i...
View ArticleHow to find word after a string in a txt file?
Looking for a way to search a .txt file for all instances of a certain string, then print the three words that follow each instance on a new line in another .txt file.
View ArticleA question to Lavolpe or anyone who can answer
i'm trying to get the color table of a 8bpp bmp with this API: GetDIBColorTable but the table is so bad and the resulting bmp different from the origin my steps are: 1. loading a 8bpp bmp via loadimage...
View ArticleDouble Jeopardy! - Keyboards Serial Numbers
A few years ago, I created a Jeopardy! look-alike game in VB6. As the TV series uses three contestants, so does my program. I used three keyboards and had each 'contestant' assigned a different key to...
View ArticleChecking processor is 32 bit or 64 bit
When a processor is considered 32 bit or 64 bit? I want to check whether a PC is having 32 bit or 64 bit processor. So how can i check it in a vb6 code? While i was researching about it i got that i...
View ArticleVB6 and TV Tuner
Just wondering if anybody had developed a program like a pvr and tv guide that could connect to something like TitanTV online to pull guide down? Thanks
View ArticleScript for uploading files to FTP site?
Hi there, I'm working on a method to allow easy uploading of files to a FTP site. I have a directory called 'files' which has several subfolders called 'txt','jpg','ini' and 'psd'. I want to be able to...
View Articleopen source
is thr a command called opscr i.e open source used to open other files. can you tell command to open sql table in oracle
View Articlereading a file into array
I was trying to find a post in the forums that may show me how to do what I need to do. I have a text file that has a list of cities with longitude and latitude. I need to put only the cites into a...
View ArticleHow to Copy a file from Client System to Server System
Hi All, I want to copy image files from client to server. Will this be possible by using FSO? If anyone here knows about this, please help me
View ArticleSendMessage to change image in explorer
I am trying to make a program that is similar to a wallpaper changer except it changes the backgrounds inside windows explorer directories instead of the desktop. I used the Spy++ program to see if I...
View ArticleLoading .png but with transparencies
I am handling the loading of .png with a free class the is on internet. one uses that class to put the image in a stdpicture. now, why it don't do the transparency when using then the stdpicture with...
View ArticleCDC Print Cancel not Working
When I run my code CDC ShowPrinter click cancel I get an error 32755 what am I missing please Code: Private Sub cmdAddress_Run() Cancel = False Inch = 1440 PrintCount = 0 myResetRow = 1 Dim sPage As...
View ArticleDrag & Drop direct access in win7
I have an app that works for winXP, it has a textbox where you can drop there a direct access from desktop then it pickup its data with Code: Private Sub TextDirectAcess_OLEDragDrop(Data As DataObject,...
View Article[RESOLVED] looping through the variables
hi .. how are you all iam trying to loop between variables but i couldn,t .. i realy dont know why here is the examble dim a1 as integer dim a2 as integer dim a3 as integer for i = 1 to 3 msgbox ("a"...
View ArticleDisplay Date in specific format
How do i display the date in a specific format of MM - DD- YYYY I can pull the date but its seperated by / and only single digit i need the - seperators Code: Text1.Text = Date gives me the date as...
View ArticleAnyway to get rid of a background pic?
Hello everyone. I am working on a program to help teach elementary subjects, and I am working on a whiteboard of sorts to write stuff on. In the first version I made, it did not resize, and I had a...
View ArticleNeed Help..... How To Controll / Access WMP Plugin from Form ? plugin sample...
Dear Master, Im Newbie in VB. and now i'm learning VB6. i found a good DLL plugin for Windows Media Player. My Question is.... When I Emeded Windows Media Player to The Form, How to controll / access...
View ArticleText Localization with VB6?
So, I have coded in Visual Basic using Tesseract OCR, but now I am stuck at a problem, that is to localize the texts. I'll give the breakdown, to help you understand better, I get an RGB image, then...
View ArticleSorting a Listbox
Is it possible to sort the entries in a listbox by the value in the ItemData Property? I need to sort a listbox first by the ItemData value and then by the List value
View Article