| Thread | Last Post | Replies |
|
| Method '~' of object '~' failed | 19 Nov 2003 23:41 GMT | 9 |
We are often getting the following error message, during the run a VB application and causing the application to die Method '~' of object '~' faile This problem is not coming if the application is restarted In this VB application, we are using File system objects that access the ...
|
| Setting objects = Nothing | 19 Nov 2003 23:26 GMT | 3 |
[Using VB6Pro] I'd appreciate some guidance on two questions, one general the other specific. 1. There have been many postings here advising setting all
|
| Creating Combo Box(es) at Design Time and getting their change events | 19 Nov 2003 23:14 GMT | 1 |
How can I trap the change event for combo boxes created at runtime? So far, I am loading combo boxes as follows during the Page_Load event (Combo1 is a drop-down list with an index of 0): Load Combo1(CInt(nlQuestions.Item(qIndex).Attributes.getNamedItem("ID").Text))
|
| seamlessly move between text boxes | 19 Nov 2003 22:16 GMT | 2 |
I have seven text boxes to which the user must add a two digit number. (It has to be that way as only certain combinations of scores are acceptable entries in each categories.) Is there a simple way to make them act like one 14 digit box,
|
| Got it | 19 Nov 2003 21:42 GMT | 7 |
Did some more fooling with this code Dag & got it to work. Thanks for your help. Spider :-)
|
| MS Visual Basic.NET Standard on Windows ME?? | 19 Nov 2003 19:05 GMT | 1 |
I'm normally not a poster on this particular group, but I was wondering if anyone here would be kind enough to help me out with a (hopefully) simple question: I'm running Windows ME, and would like to purchase and install
|
| HELP: Constant Byte Array possible in VB6 | 19 Nov 2003 17:05 GMT | 3 |
Greetings all, I'm trying to do what is best described as a look-up table in the form of a constant array. In C it would look something like this:
|
| USB - VB6 | 19 Nov 2003 16:56 GMT | 2 |
Does anybody know how to read / write the USB-port(s) with VB? Does there exist an Active-X, which does the task? I guess, that the way to do it is through API-calls, but which? Greetings Peter
|
| Rich Text Box Questions | 19 Nov 2003 16:01 GMT | 2 |
My little app has most of the form taken up with a RTB. The text will change depending on what button the user clicks When the text changes I would like to have some kind of transition effect that would take one or two seconds.
|
| | Delimited Text File | 19 Nov 2003 14:03 GMT | 5 |
I have a | delimited text file (www.swandust.com\rpt_ccz.txt) that is delimited incorrectly. The heading reads as follows: CUS_NUM|GRP_NUM|BILL_TO|STATUS|STATUS_DATE|FIRM|SEC_ADD|ADD|CITY|PROV|CONTAC T|PC|PH_AC|PH_PRE|PH_NUM|PO_NUM|PO_DATE|AGREE_DATE|,SALES_NUM|SALES_NAME|FIR
|
| MousePointer | 19 Nov 2003 13:03 GMT | 2 |
I am having trouble getting the MousePointer method working. I am using frmMain.MousePointer = vbHourglass .
|
| Is a Shelled Process still Running | 19 Nov 2003 12:58 GMT | 4 |
ShellStr = "C:\temp\wzzip " & ZipOptions & " " & ZipTo & " " & ZipFrom ShellRet=Shell(ShellStr) . . . . . . msgbox "Done"
|
| Q: How to create a good exe file?! | 19 Nov 2003 12:56 GMT | 5 |
Can anyone tell me how to create an exe file that will contain all data needed for that program? When I make an exe file and try to run it on some other computer, it tells me that I don't have all ocx files needed. I need a simple stand alone exe file!
|
| Change program-1 | 19 Nov 2003 12:50 GMT | 8 |
I forgot to mention in my other posting that the program is suppose to figure out the minimum amount of different dollars and cents that would be required for a given amount.
|
| Change program | 19 Nov 2003 12:37 GMT | 3 |
I have been working on a change program for one of my classes that I am taking. I got it to work, but I had a section of code that I was trying to make more efficent. The section of code is below m_twentydollars = Math.Floor(m_amount / 2000)
|