[RESOLVED] read space delimited text file!
i have a text file like config file but delimited by space i want read some part of this text file and define that part for a variable Code: remote xxx this is in middle of text file and i need find...
View Article[RESOLVED] Capture Picture Of A Form When A Portion Of It Is Off The Screen...
I can capture a picture of the form and put it on the clipboard perfectly... except the portion that's off the screen. If my form is wider than the screen is, it takes that portion of the picture and...
View Article[RESOLVED] Right Mouse Down on WebBrowser Image
When an image shows on the WebBrowser's loaded page I want to right mouse down on the image. Now I have already solved the problem of not allowing the Browser's popup form showing by using...
View ArticleSearch Access Database
Here is the line that searches my database and returns the records matching strSearch If LCase(rsData(strTableItem)) Like strSearch Then How can I change this to return records that include any part of...
View ArticleCompatible Updates of dao350.dll for VB6 in Win 7
I am using VB6 to write program for Windows 7 From the website: http://msdn.microsoft.com/en-us/vstudio/ms788708.aspx I found that dao350.dll and msjet35.dll are unsupported but supported and...
View Article[RESOLVED] values dosnt enter and saved in the database table
im trying to save some values in the database and it dosnt save i get no error but it still dosnt save nothing i dont know what is wrong this is my code Code: Private Sub Command1_Click() Â Â Â Â Dim...
View ArticleIs it possible to stop the form from unloading in the Form_Unload procedure?
With reference to the form I'm designing, when the Form_Unload event occurs (or rather, when the Close (X) button is pressed), a message box appears with the options OK and Cancel. If the user chooses...
View ArticleVB6 Project won't open on Windows 7 64 bit...
Hi, We have a large (175,000 lines, dozens of forms and modules) reporting system built on VB6. I am charged with testing it on a Windows 7 64 bit box that has Office 2010 32 bit installed. I am aware...
View ArticleCut Sprites Out Of A Sprite Sheet...
In case you didn't know, this is a sprite sheet: http://fc05.deviantart.net/fs70/f/20...y7-d2ygn9z.jpg I would like to programmatically cut out each of those characters and save them as their own...
View ArticleSelect color text in a Listview
Is it possible to have a Listview display an item and its subitems with different font colours?
View ArticleCombo Box Printing Issues , No Decimal Points, No comma, and Thousand Separator
Hi, I almost finish my program but I have these minor problems that I thought it could be fixed easily. Turned out it's harder than I thought when I google them though. 1) Is there a way to make combo...
View ArticleVB6 to save a (unattached) copy of MS Excel during data logging...
hi. I am currently running a test GUI using VB6 - to test and log data to MS Excel 2007. All is working great. My Manager came up with a request: to give him the ability to immediately manipulate the...
View ArticleList items from Ftp
is there any way to place a Text file in a Directory in Ftp and then gets its contents as Listbox items like
View ArticleControlling computer audio
Morning Y'all - - I'm trying to do something that it seems should be fairly simple, but even after looking through this forum and other sources in depth, I just can't quite find what I'm looking for....
View ArticleComboBox Event
What is the event that is raised when an item is selected from the list of a ComboBox (Style: 2-DropDown List)? I'm certain it's not Change, since I learned that it is raised only when text is entered....
View Article[RESOLVED] checking between 2 values not working after clicking the button
i have a form that sends data now when i check and compare between 2 values label1.caption and txt(1).text and if label1.caption is bigger the txt(1).text then i cant send if its lower than i can. i...
View Articlehow to show Excel workbook on a different drive...
Hi. I have a test GUI using VB6 that writes to MS Excel. If I use: Code: xlApp.Visible = True then the workbook is visible on the same computer as the one that the GUI is running. My question: What if...
View Articlefrmentry.frm is not copied when copy the project folder to pendrive
Hai every body I done a vb project and all the files in a folder named SRLGNT.It is working well. the problem is when I copy this folder to pen drive one of the form i.e, frmentry.frm is not copied. I...
View ArticleLost in starting a project.
I have a project im working on, or attempting to start i guess. And im a bit lost on how to attempt this, so any help in getting going would be appreciated. Basically here is what im wanting this to...
View ArticleSending clipboard via winsock error 5
I m trying to send the content off the clipboard via the winsock the pb.Contents = pct rturn a error Run-time error 5 any help will be appreciated here is the code for the client and the server Option...
View Article