| Thread | Last Post | Replies |
|
| Releasing an Object Reference | 04 Aug 2005 21:30 GMT | 11 |
I use a "generic" MDI-child form to show and manipulate the records in a Jet-recordset. Let's say the form is called frmRecordSet. From the menu of the MDI-parent, the user can ask the progam to show a
|
| optional Text Box validating to mm/dd/yy | 04 Aug 2005 21:02 GMT | 7 |
Can someone point me to some code that can validate a textbox back to a date formatted "mm/dd/yy"? OR How can I skip validation on a maskedit control with a mask of mm/dd/yy if
|
| More Custom Command button problems | 04 Aug 2005 20:32 GMT | 1 |
Hello again I have created a user control to display a custom command button. Esentially the control has 3 bitmaps on top of each other, and a transparent label on top of all of them which has code in its following events to
|
| Win32 - Graphics | 04 Aug 2005 20:15 GMT | 9 |
I have been playing with Win32-Graphic-APIs Sometimes I get the expected results but especially with patters for brushes I found strange results
|
| How to run external applications from VB6 (DOS) | 04 Aug 2005 17:59 GMT | 16 |
I'm trying to create a program that would ideally run a DOS application (a file written in Qbasic) from VB6. I was wodering if that's possible and if yes how would you go about it????
|
| Windows Media Player | 04 Aug 2005 17:50 GMT | 1 |
I am new at this and i am writing a program to run from a CD. It is to play videos in a form by using the windows media player object. it works on my pc but i tried it on another one that does not have the newest windows media player and it would not work. Is there a different ...
|
| Async | 04 Aug 2005 16:13 GMT | 15 |
I'm trying my hand at Async calls in VB6 :P I'm using the 'timer technique' in an ActiveX server. Initially I used a form Timer and it worked just
|
| DLL Hell query?????? | 04 Aug 2005 16:10 GMT | 6 |
Hi All Experts, I have a question regarding DLL Hell. I will explain it clearly. Let's assume that we have two application App1 and App2. Both App1 and App2 have their own custom DLLs. Incidentally both the App has
|
| VB.NET UML Designing TOOL | 04 Aug 2005 15:09 GMT | 1 |
Visual Paradigm Smart Development Environment 3.0 for Microsoft Visua Studio.Net (SDE-VS) is a full-featured UML modeling extension fo Microsoft Visual Studio.Net. SDE-VS provides a wide range of UM related activities within the .NET environment. By providing th
|
| Bitwise operating...is that the term? | 04 Aug 2005 14:41 GMT | 13 |
There is an addin for VB6 that makes the mousewheel work in the IDE, and it works great, unless you have multiple monitors and have them setup in a certain configuration (in my case, 3, with the one on the far right being the primary monitor).
|
| Conditional Range | 04 Aug 2005 14:21 GMT | 7 |
Is it possible to do sothing like this: If 1 >= X <= 49 or 100 <= X >= 300 then do something end if
|
| Newbie looping question | 04 Aug 2005 14:14 GMT | 2 |
I am baffled as to why the following loop fails to end the looping when it encounters the first empty row of cells. While (cell <> String.Empty) Try
|
| how do you pass string value from a form to class | 04 Aug 2005 12:31 GMT | 12 |
vb6 I'm trying to pass a string value which is computed in a Form to a sub in a class? I tried to declare the string as public in the Form, however, it the class did not recognize it. How can this be done?
|
| Set Command variable | 04 Aug 2005 12:08 GMT | 6 |
I use Command to read the command-line switch. Easy enough. But is there a way in code I can Set Command? tod
|
| C to VB please | 04 Aug 2005 06:08 GMT | 7 |
I can only find this routine in C and need it in VB6 - can anyone translate this please: --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- unsigned char Calc_checksum(char* sz, int nCount)
|