| Thread | Last Post | Replies |
|
| Calling a function in DLL from VB | 10 Dec 2003 12:08 GMT | 1 |
Hi, folks! I'm a newbie to VB. I'm trying to call a DLL function from VB and getting an error. (No error code. App stops.)
|
| Problem What's this button | 10 Dec 2003 11:49 GMT | 1 |
I don't know whether these are reasonable doubts or not. Please excuse me if I wasted your time. I prepared everything for What's this help. But when I tried to execute the VB project The What's this button was not at all showing
|
| MSDN Collection | 10 Dec 2003 09:42 GMT | 1 |
When I invoke HELP in VB6 (Enterprise Edition), I get the message; "The MSDN Collection does not exist. Please reinstall MSDN"
|
| What's the difference between VB & VB .NET? | 10 Dec 2003 08:20 GMT | 6 |
As the subject line states... what's the difference & which should I buy? Paul BTW, if you're in Australia I know that VB is a beer and a very nice one too, maybe I should just stay with that :-)
|
| 1000 uniquely named variables? oh ya, no, really | 10 Dec 2003 04:36 GMT | 19 |
Okay so mabey this is crazy but tell me what you think. I've got an app that takes in ~1000 user fields and generates reports with ~1000 unique report fields. The Process? Think Dynamic... Dynamic. Atleast that's what I keep telling
|
| recset ref | 10 Dec 2003 03:56 GMT | 11 |
I have to go through a lot of recs in an adodb recset. So it's important to ref the fields efficiently. What's the fastest method? rs.fields(0) rs.fields("name")
|
| MSChart Control | 09 Dec 2003 19:46 GMT | 1 |
I am trying to learn the MSChart control. Are there any good MSChart tutorials online?
|
| Regression Lines in VB | 09 Dec 2003 19:44 GMT | 5 |
Is it possible to determine the formula for a polynomial trendline (regression line, or line of best fit) for stock data in VB. In Excel I can graph the data and add a trendline and display the polynomial equation, but I am thinking about developing a stand-alone
|
| compile files into existing .exe | 09 Dec 2003 16:59 GMT | 6 |
Dear Group, We have limited time to solve this problem, and we couldn't find any useful litterature on the subject: We have a VB6 application that uses a database file to fetch and store
|
| form private fields not reinitialised on unload/reload | 09 Dec 2003 16:41 GMT | 4 |
I've added a private variable to a form in (General)(Declarations) Private mvarshowdetails As Boolean This flag stores the state of whether a certain frame of controls is visible
|
| Restricting instanciations | 09 Dec 2003 15:40 GMT | 2 |
I have a class whose instances should only be created by a factory function. How can I stop anybody else from making instances of it? TIA
|
| Constant Declaration Bug | 09 Dec 2003 14:59 GMT | 2 |
Here's an interesting bug I've found in VB6: Try entering the following lines into a VB/VBA module. Public Const LoWordBuggy As Long = &HFFFF Public Const LoWordOkay1 As Long = 65535
|
| Invalid outside procedure | 09 Dec 2003 12:54 GMT | 3 |
I am very new to this. I am trying to open a file and read it. I keep getting a "invalid outside procedure" when I start to run it. here is an example.
|
| coverting VB colors from long int to RGB | 09 Dec 2003 09:37 GMT | 4 |
Anyone know what the formula is to convert the int from RGB() back to R,G,B values?
|
| Email from VB6 | 09 Dec 2003 08:20 GMT | 4 |
I tried emailing from VB 6 with the code below but Outlook keeps opening confirmation dialogues for each message sent Anyone know how to prevent this happening for each message in the For-Next loop
|