| Thread | Last Post | Replies |
|
| VB6 missing keyboard cues with XP styles | 25 Jul 2006 15:38 GMT | 5 |
---------------------------------------------------------------------------- ---- Sorry if this exists somewhere - I have googled, MSN Searched, and tried searching this group for every combination of applicable keywords I could
|
| VB6 sstab | 25 Jul 2006 15:13 GMT | 5 |
I have the following code to dynamic create a tab and label: Set m_sstab = Me.Controls.Add("TabDlg.SSTab", "m_sstab", Me) m_sstab.Height = 2000 m_sstab.Width = 2000
|
| vs6sp5 on vista - how to | 25 Jul 2006 14:11 GMT | 16 |
Found an amazingly elegant solution yesterday. Seems to be working fine as well. http://tinyurl.com/mo58q
|
| Triggering events of a late bound DLL | 25 Jul 2006 13:56 GMT | 6 |
I have a DLL I purchased that I'm late binding (because it's main functionalty of app and the app is an Excel macro [i.e. not a single file distribution]) in my application. How do I get the the Event procedures (class module) I've written for this DLL to fire.
|
| Instr= 0 causes Left function Invalid Procedure Call or Argument | 25 Jul 2006 10:04 GMT | 8 |
In an application a user is able to provide multiple email addresses by separating them with ';' , with the first address being the primary. In sending a user profile to another application that can only handle 1 address, I attempt to strip off the first entry using the following:
|
| Setup question before installing VS 2005 | 25 Jul 2006 00:54 GMT | 13 |
I am sure this queston is asked from time to time, but I have scrolled through this newsgroup, and cannot see it asked or answered recently. I am running a stable copy of Visual Studio 2003. I am planning to upgrade to VS 2005. I don't need, or wish to keep, VS 2003 on my machine. ...
|
| Andre Pons VBSmart.com | 25 Jul 2006 00:41 GMT | 4 |
Does anyone know how to get in touch with this guy? He made some cool controls a few years ago that I have used in several apps that are in the hands of several clients that will find their apps broken when they migrate to Vista, unless a fix is forthcoming, and I'd
|
| End Sub Closes my Form | 24 Jul 2006 20:13 GMT | 4 |
I have some real simple code that I am trying to run in VB.NET Friend Module xxx Friend F1 As Form1 -----------------
|
| how to capture a .exe in installshield | 24 Jul 2006 20:01 GMT | 1 |
i have used wise to capture the .exe file of an installation but i am wondering ii can do the same thing in installshield and what are the steps are thanks
|
| Word Automation for Check Printing | 24 Jul 2006 17:57 GMT | 7 |
I need to create a module that opens a word document template and positions fields throughout the document (for check printing). So the check amount, memo field, etc etc... need to be in pretty specific locations on the document. I have a form that allows the user to test print ...
|
| ActiveX Registry editor 1.0 | 24 Jul 2006 17:48 GMT | 1 |
I found an interesting control reference on the internet but I don't find it on my system (Windows XP). Where can I find it? Library name: ActiveX Registry editor 1.0 Library file name: RegEdit.OCX
|
| Pole Display help | 24 Jul 2006 16:36 GMT | 3 |
I am trying to display text message to a POS (customer pole display). So far I am able to display the messages using MSComm. But I am having problems translating commands the device maker indicated in a manual that will add effects(Scroll, blink, initial display, brightness etc... ...
|
| Domain Account & Password Authentication | 24 Jul 2006 15:14 GMT | 2 |
I intend to develop a new application in VB 6.0 on Windows XP plate form. And for user/password authentication i want to use NT Domain account. For Example: User Name : nr
|
| How to reference (dimension) a distributed DLL in a Sub | 24 Jul 2006 15:10 GMT | 2 |
If this is not the correct forum for this then which one is? I want to reference a distributed (a purchased) DLL in the subroutine it's being utilized in. I'll use ShellAndWait Win API wrapper routine to register the DLL but how do reference the variable to the DLL (Declare ...
|
| VB5 Question | 24 Jul 2006 13:47 GMT | 12 |
I have programmed in several languages, but never VB before (not regular VB anyway). I've got a customer with an old application written in VB5. They only want a few simple changes, so I picked up a copy of VB5, and am attempting to load the program and make some simple changes ...
|