| Thread | Last Post | Replies |
|
| How to get Reference Counter for an Object? | 26 Aug 2004 14:36 GMT | 10 |
this problem is probably an easy one for every expert: Dim x as clsMyClass, y as clsMyClass set x = New clsMyClass set y = x
|
| run crystal report from visual basic with stored procedure | 26 Aug 2004 14:17 GMT | 1 |
Hi... How Can I run crystal report from visual basic with stored procedure? Any example... I using crystal report 7, visual basic 6 and SQL Server 7. Regard.
|
| question about class_terminate event | 26 Aug 2004 14:06 GMT | 5 |
supposedly (& apparently verifiable) when an object (in this case a form, instantiated in a class module) goes out of focus, it gets destroyed. ex: when a new form is instantiated for the purpose of accessing a different customer, the 1st customers class_terminate event fires.
|
| How to modify the VBA componants remotly? | 26 Aug 2004 13:48 GMT | 3 |
Hi all. I am new here and also in the VBA area. Need advise from all you exports on How to modify the VBA componants remotly. I maintain a file which is used by some users at other office. File size
|
| Newbie again- Unusual behavior with copied file and relative file | 26 Aug 2004 13:47 GMT | 3 |
Hello- I'm posting this here because I got such a great response to my previous post. I do appreciate the help. I edited an Excel File with macros, saved a copy of the file with a new filename, and then found the macros in the new file are attempting to call
|
| Randomize, rnd() (VB6) | 26 Aug 2004 07:08 GMT | 3 |
I can't figure out this random stuff. I'm not a programmer, just a hobbyist. What I want to do is give the player of a MineMan game the option of restarting or replaying a particular game. In Freecell, for instance, you
|
| How to create Windows XP thumbnails view | 26 Aug 2004 05:31 GMT | 1 |
Is it possible to force Microsoft's listview control to display images/pictures similar to Windows XP thumbnails view. What my clients want is to able to specify the pictures directory and they can view them on the spot.
|
| about Automation... | 26 Aug 2004 05:11 GMT | 16 |
Hi... How Can I get the list, what application is available for automation? Thanks.
|
| How can I access url through the code in VB(not the VB .net) | 26 Aug 2004 05:11 GMT | 2 |
In my program, I should be able to access URL using the code in VC++/VB I would appreciate if anybody can provide a sample code - ssunder
|
| Changing the color of a mesh vertex in Managed DirectX 9.0c | 26 Aug 2004 05:08 GMT | 1 |
I just want to change the color of the vertex (the face if possible) of a vertex in a mesh sphere. I can see lots of examples in C# but not in Visual Basic. The problem I run into occurs when the lock returns a graphics stream.
|
| Email addresses | 26 Aug 2004 01:20 GMT | 16 |
Once upon a time, all the regulars on the VB newsgroups used to use their real e-mail addresses. Now many don't. If you're one of those that has changed, has it made any difference? I have the impression that once the spammers have you, your address will
|
| Saving contents of MDI child form | 26 Aug 2004 01:15 GMT | 1 |
I have a MDI child form that allows the user to input data. The printform command outputs the completed form to the printer OK. What I want to do is also be able to save the completed form as a document for hardcopy records. Can I do that and if so can I get some help with the ...
|
| ADO Recordset and Memory questions... | 26 Aug 2004 00:27 GMT | 19 |
Recently, I wrote a simple program for my employer comparing two recordsets to each other. Both recordsets activeconnnection was set to nothing. The first recordset had 850,000 records and the other had 350,000. I was amazed that my computer could handle coping all those ...
|
| Determining user privileges in VB6 | 25 Aug 2004 23:28 GMT | 3 |
I need a way to programmatically determine (in VB6, not .NET) whether the current Windows user has Administrative priveleges. The software I am writing includes a setup form that should only be accessable to Admins. Thanks!
|
| How to enumerate local network drives? | 25 Aug 2004 23:25 GMT | 1 |
I need programmatically access and read a file on the network drive. How to do that?
|