| Thread | Last Post | Replies |
|
| why won't this simple code work??? | 25 Sep 2003 21:06 GMT | 3 |
I am trying to add two Text fields together on my Form. But when I run the following code, I get an error that says: ___________ code:
|
| Can somebody give me info about the rebasing in the dll ... | 25 Sep 2003 17:48 GMT | 1 |
Can somebody give me info about the rebasing in the dll ... and how can i share a single dll image loaded in the memory for multiple EXEs ?
|
| Help Automatically updating excel spreadsheet based on email | 25 Sep 2003 17:22 GMT | 1 |
Hi- My question has to do with VBA. My issue is that on a daily basis I update "tracking" spreadsheets with information I receive via email. All the emails are standardized, meaning the same subject lines are
|
| MAPI vs. Outlook OCX Using VB 6.0 | 25 Sep 2003 17:12 GMT | 1 |
I know I can create a form using MAPISession and MAPIMessage objects and have practically the same functionallity as Outlook Express. The question I have is, is there a way to open up an Outlook Express "New Message" window from within VB 6.0?
|
| Bug in ScaleX, ScaleY, Screen.TwipsPerPixelX, Screen.TwipsPerPixelY | 25 Sep 2003 15:21 GMT | 1 |
If you set display resolution to 85 DPI. Then: Private Declare Function ReleaseDC Lib "user32" (ByVal hwnd As Long, ByVal hdc As Long) As Long
|
| Install this update that comes from the Microsoft | 25 Sep 2003 07:51 GMT | 1 |
Microsoft Consumer this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Passing an HTML form to an VB component | 25 Sep 2003 00:50 GMT | 1 |
Hey all, Is it possible to pass a html form to a vb component, where it can be further processed? Thanks
|
| DDE and VB6 | 24 Sep 2003 19:45 GMT | 1 |
Hate to beat a dead horse but haven't had any luck trying to talk between VB apps OR VB and EXCEL. Can read into VB from Excel but not the other way. Error 282, failure to initiate. Before I pull ALL my hair out, can someone unlock this mysterty?
|
| vb.net and wsdl from Websphere | 24 Sep 2003 18:58 GMT | 1 |
I am trying to write a vb .net client to consume web services written in WSAD (java). However, WSAD split the WSDL file into four WSDL files and five XSD files. When I try to create a web reference from one of the files (I've tried all 4 wsdl files), one of two things
|
| string behaviour of Global Variable | 24 Sep 2003 16:40 GMT | 2 |
I met a strange behavior in VB ----------------------- public const sConstant as string = "AAA" ' define in a module file -----------------------
|
| Runtime error 91 | 24 Sep 2003 14:38 GMT | 1 |
Anyone knows what cuases this under 6.0 ? -Ike
|
| Application Error | 24 Sep 2003 14:31 GMT | 1 |
when i run my project excutable files on my window nt server 4.0 (sp6), i get and Dr. Watson error saying that application error occurred. when i run the same exe files from client nodes the exe
|
| another newbie Question | 24 Sep 2003 13:22 GMT | 2 |
still trying to understand checkbox properties....how does one alter contents of a text box, ie change font, size etc., via selecting checkbox....sorry for the basic nature of this question but four VB books only touch on the subject of checkboxes!
|
| setting height of main area of form (excluding titlebar) | 24 Sep 2003 07:56 GMT | 3 |
can someone tell me how to ensure the height of my window is always exact? (excluding titlebar) in VB6 e.g. if i set the form to 300 pixels, then the total height of the form takes into account the title bar, however i want to use a specific
|
| How do I add a custom Icon to a desktop shortcut? | 24 Sep 2003 01:27 GMT | 1 |
I used fCreateShellLink to put my application shortcut on the desktop but how do I add my custom icon to the shortcut?
|