[RESOLVED] Getting the path to a file
Is there is way to get the path of a file that is not in the App.Path? I have a folder that contains other folders that contain sub projects for each component of the main project. A file is in the...
View ArticleMenu Has Focus
This may sound like a stupid question but how can I determine whether the menu of a form has focus? Reason I need to know is cause I created a Nintendo Emulator in vb6, and I would like for the...
View Articleto get the updated record count from msacess database
HIIII i m having issue in getting the updated record count if suppose the records are deleted & then another process accessing the same table which required the updated record count How can i get...
View ArticleVB 6 - File Explorer (HELP Please . . .)
:wave: Hello! this is my very first post and I'm in trouble :mad:, can anyone figure out how to use shell function to start a Program ? :confused: And actually I'm making a file explorer that explores...
View Article[RESOLVED] min value in recordset
hi i need to find the minimum date from a recordset. my recordet holds 4 dates eg 01/02/2012 01/02.2013 01/02/2014 01/02/2015 i need to loop through each one and find out which one is the smallest....
View Articlewhat is going on with combo1 and list1 what the hell
last night i accidently hit some button and now my combo1 and list1 shows emty items when i try and add items manually the items i add manually is 1,2,3,4,5 and they get replaced with square box when i...
View ArticleNeed to send emails from SQL Server database
Hello, I need to send copies of the invoices from yesterday's sales to the customers that would like an email copy of them. I currently have the invoice created in a Crystal Reports and export it as a...
View ArticleNeed to keep from making two lines
Here is what i have: Private Sub Command1_Click() Shell ("c:\ip-test.bat") Text1.Text = Clipboard.GetText Text1.Text = Mid(Text1.Text, 40, 15) Text3.Text = "forcebindip " Text3.Text = Text3.Text +...
View ArticleTrouble with accessing Class Collection Data
I have created a class data module and write data to the collection in one form. I need to process the data written to the collection in a different form, but can't seem to get the syntax correct to do...
View Articlehelp in making big proggy , project vbulletin poster
am currently making a big software and the software is vbulletin power poster , the main ability for the tool is members or admins can make any post just with 1 click. so far done 1: login to vbulletin...
View ArticleVB6 Runtime Error 438 - Winsock.senddata
Runtime Error 438 Object doesn't support this property or method Code: Dim player As New player player.nivel = 1 player.nombre = "Yuekio" player.x = 23 player.y = 23 Winsock1.SendData (player) <--...
View ArticleVB Drop Down Toolbar Help!
Hello, I'm developing an application that uses a Toolbar. My toolbar has a Drop Down on it. Is there a way when you click the Parent button of the Drop Down it will automatically display the drop down...
View ArticleAutogenerate Account numbers
wanna generate auto account numbers for ACCOUNT NO in a banking system....details in d screen shot!! Attachment 97463 Attached Images
View ArticleDependencies out of date error
Hi all. I am struggling with my first public release and the PDW. I get through part of the build and get an error: Code: The wizard found dependency information for the listed files, but the...
View ArticleLaVolpe Button
Hello all, I am looking for a guy who has used LaVolpe's (Keith Fox) button control, one of the best buttons ever created. This button supports many wonderful properties but I am interested in the...
View ArticleVB6 Textbox Value Send
I'm entering a number in the text box.There is no any delimiter or commas.I'm entering a number between 1 to 16 & that value will output through serial port. The problem is, it will send numbers...
View ArticleExtracting Data from a ACCESS DB
Hi As a general rule I do not have any problems extracting data from a Access DB and displaying the information within textbox's or labels on a form. Access DB contains information on Tax Returns for 2...
View Article[RESOLVED] LaVolpe Button
Hello all, I am looking for a guy who has used LaVolpe's (Keith Fox) button control, one of the best buttons ever created. This button supports many wonderful properties but I am interested in the...
View Article[RESOLVED] Extracting Data from a ACCESS DB
Hi As a general rule I do not have any problems extracting data from a Access DB and displaying the information within textbox's or labels on a form. Access DB contains information on Tax Returns for 2...
View ArticleHow to make AutoCAD instance only available to my application?
Hey all, I've been working with integrating AutoCAD into my VB6 Projects. I imagine that my question is not specific to AutoCAD, but that just happens to be what I'm using. So, when I start my program,...
View Article