problem 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 ArticleVB algorithm help pls.
I have a app im making that will predict the outcome of a TWO MAN race. Lets say there is 10 different racers , each have won and lost many times to each other . i need help figuring out how to get vb...
View ArticleLearn Visual Basic 6 with MS Acess 2003
Hello,:) I am here to teach visual Basic 6 with MS Access 2003. We will start off with simple snippets to a large program development. Will also introduce to oops concepts which will help you with your...
View ArticleNeed VB excel help
Hi guys im new here, sorry If i posted in the wrong section.. I'm a noob at VB, could any of you be so kind and help me do this? Microsoft Excel 2010 is needed not 2007 or 2003, as my system is to be...
View Articleinternet explorer get result from the second window
I have this link: http://www.emilbanca.it/portal/page?..._schema=PORTAL test data input for box ABI (are in column A of sheet): 01000 01002 01005 01010 01015 01020 01025 01030 02002 02005 02008 03000 i...
View ArticleSave form as BMP, including MSFlexGrid
I have a design on a form that has an MSFlexGrid on it. I can export the form as a BMP image but it won't include the MSFlexGrid on the exported image. How can I get the MSFlexGrid to be included in...
View ArticleInternetExplorer Selection
I'm trying to access an Internet Explorer session via Excel VBA. I want to select a bunch of text and links in IE, then use that selection with Excel VBA to populate the sheet. Namely, I want to obtain...
View Articlerandomize 1 to 80 numbers better than the Randomize function vb6
I have created a keno game that selects 20 numbers out of 80 using the Randomize function. The program also tracks which numbers have been selected the most. after running the app hundreds of thousands...
View Article[RESOLVED] start cmd.exe with textBox as arguments
new to vb i usually program websites with php but i have een wanting for years i am trying to make a cmd.exe to have the ping -t i got that part working but i want the text box to be the arguments that...
View Article[ANOTHER] Error:3704 Operation Is Not Allowed When Object Is Closed
I know this question is to silly to ask, because there are many topic about this error, but I can't find the one that really solve my problem, I got this Error when I'm tryng to delete some record,...
View ArticleMulti-User Chat Server - Not sending data back to all clients.. CODE included
Can anyone out there please tell me what the heck is going on here.. When i fire up two clients to test, and type on either one, they only see there own text... i.e. ClientA only sees what Client A...
View ArticleCould not execute Link.exe
hello...everyone..:wave: im new for vb n vb forum.. im facing a error while compiling my project..after compiling it showing "Could not execute C:programfiles/microsoftvisualstudio/vb98/link.exe." i...
View ArticleHow do I find the in a text file?
I am trying to read lines from a text file and transmit them to a distant location to reconstruct the file. I have no control over how the files were written. Sometimes the last line has...
View Articleabout MENU EDITOR...
Hi all, am using DAO in VB6. I have 6 to 7 Menu items... like FILE, REPORT, EDIT, ABOUT, HELP, EXIT etc... in FILE there are few submenu like NEW, EDIT, DELETE etc. like FILE menu other menu also have...
View ArticleList of Random Unique Numbers from 1 to 52?
If I were to create a sequence of 52 random unique numbers from 1 to 52, how do I do it?
View ArticleNeed Help
Dear Reader, I apologize in advance for the extremely vague title. My situation is this: On my PC I have a tool that a previous developer made and I'm trying to find out a specific process he made and...
View ArticleVB6 with Access in Local Network (LAN)
Hi experts.. i developed a simple program in vb6 with access database. i want to connect in a LAN network(3 node). i see some examples using Winsock. that working, but i want work this program in a...
View Articleavoid invalid null value error No"94"
Hai every body, I am using access 2003 Table Name: StatCounter Field Name is :ENTRYDATE Note: Field has no dates. field is empty Combo boxes are :cmbFrom and CmbTo Requirement is: the combo boxes have...
View ArticleRefocus textbox after Msgbox
Hi there, I need some help. I need to refocus a textbox. My code: HTML Code: If vert > 39 Then Beep MsgBox "Cantidad MAXIMA de Vértices es 40", vbCritical Text2 = "" ' I need to refous Text2 from...
View Article