Attention all VBForumers, I have a Microsoft Windows 8.00 Answer, for you all...
This has all of the Answers that you need for your Programming in Visual Basic. I am still sourcing one for Visual Studioo .NET, but then this one is for both VB6 and VBA COM... Click Here
View ArticleHELP needed in picturebox of visual basic 6
hello i have a code which draws a line in the picture box when i click the command button, clear the picturebox when i click on the second command button..... the code is below Private Sub...
View Articleloop dir and zip file
How to loop all .txt files in dir and zip one to one.... naturally delete the original file if the ziiped operation is complete.
View Articlewinsock connect friends home ip plz help
i have a vps i tested this on vps and it connects but when i try and connect to friends pc using his ip it dont connect please help my client code Quote: Private Sub Command1_Click() sckMain.Close...
View ArticleTrasnsform string in date
I have myvar="ASSMF-01102012-230120.txt" i need to extract the date 01102012 from myvar and assing the new value in Mydate in this format 01/10/2012
View ArticleData Member Not Found
Okay so Im doing a quiz for my project in VB6. I use three forms, a main menu, the quiz itself and then the high score table. I seem to be having trouble with my quiz form with the code. I get an...
View ArticleIssue with addrow to database table
The problem is that when I am INSERTing a row to a table in the database it sometimes will take 30 or more seconds to add. Most of the time it returns in less than a second. What could be going on when...
View ArticleIs VB6 supports MTOM attachment?
Hi, Could you let me know if VB6 supports MTOM attachments? If not, do we have any other way to call WebServices from VB6 with attachments? Thanks, Singaiah.
View Article[RESOLVED] Vb6 - shellexecute doesnt like "&"
Hi I was trying to send an email thru shellexecute and I found out that if the text being sent contains a "&", shellexecute will just stop reading beyond &. I don't know why (Im not familiar...
View ArticleHi. everyone I keep geting this error no matter what projuct I open
What dose this error mean? Automation error error accessing the OLE register
View ArticleCan't see images or labels on my form
HI, I have this code when it runs it opens a blank form (no image or labels) until after my code is done. I want the form to show and label to say "Running" then label changes when completed. Right...
View Article[RESOLVED] Hi. everyone I keep geting this error no matter what projuct I open
What dose this error mean? Automation error error accessing the OLE register
View Articlehow to do this in vb?
Hi I need to make my exe call exact same thing as the batch file below: @ECHO OFF LOGOFF How do I call this in Vb? It needs to be exact same thing. I tried shell shutdown /l but that logs off...
View ArticleNeed Help With If Then Statements
Hello all, I'm trying to create if then statements and can't quite get it. I need to take two inputs from the user for the room type and the number of days the guest will be staying. Then I need to...
View ArticleIm still geting an error from visual basic 6.0 when trying to test.
Hi, everyone, I have an error that comes up now when I try to debug and play the program here is the erorr System Error &H80004001 (-21474672631) what dose this mean.
View ArticleColor Mask Background of an image
How to add color mask background to an image so VB can remove it and show an image without background color Attachment 92807 my issue is that, the first one image has no background. It is (.GIF), other...
View ArticleFor..If,..For trip up for the non so easily entertained - try and figure this...
The point is to cleanly and easily disable sets of various arrays that make up a day of a month in my monthly budget program. Attachment 92809 Attachment 92811 The point that it trips is at the 5th day...
View Articlesearch strings help please
So on my form I have 2 forms, the top one shows the search box and the bottom form displays the result Code: VERSION 5.00 Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "ieframe.dll" Begin...
View Articleproblem with my user control. only works in user control project
I have a user control (activex control) that i developed a few years ago. i recently moved to another computer. i can open the user control project group and the control works fine in my test app. when...
View ArticleError : Object required
Hi it gives me error , Object required. How i should check the condition that this error should not come If rst.State = adStateOpen Then rst.Close Set rst = Nothing End If Thanks
View Article