| Thread | Last Post | Replies |
|
| 2 MAPI Problems | 17 Feb 2005 00:30 GMT | 6 |
I have 2 problems with a MAPI-enabled application: 1) I compile the program on my computer (Windows 2000) and it works as expected. When I run the program on a user's computer (Windows 98), I get "Component 'MSMAPI32.OCX' or one of its dependencies not correctly
|
| Question for a Guru | 16 Feb 2005 23:20 GMT | 4 |
What I would like to do is capture the data that is going to my sound card. I know through the API we can hook events like keyboard strokes, etc..., but is there a way to : a) re-route the data stream to my app first (serial path), or :
|
| 'Nuther dumb control question: Initialization event? | 16 Feb 2005 23:00 GMT | 10 |
List: First, thanks for the link to the tutorial. Answered everything EXCEPT . . . Is there a sub such as Form_Load() that I can rely upon being run
|
| Combo box controls | 16 Feb 2005 22:01 GMT | 3 |
The FM20.DLL combo box allows multiple "columns" of data to be used in a drop-down box. We do not want to use FM20.DLL because of redistribution issues (plus it's got problems when used with VB); I was wondering if anyone was aware of any other combo box that serves the same ...
|
| Compile Error: Object Library invalid or contains references to object definitions that could not be found. | 16 Feb 2005 21:29 GMT | 3 |
I have a user control with a collection and class definition in it. I put the collection and class definitions there to be centralized (Deborah Kurata should be proud of my re-factored code!). I also have 2 other class definitions in 2 other modules (DLLs) that will each have 1 of ...
|
| GDI+ question (transparency) | 16 Feb 2005 21:07 GMT | 4 |
I have written a little utility (in VB6 of course) for my own use that creates a simple graphic image (just a rectangle or a curve) and then saves it to disk as a .PNG file. I'm creating the images in a PictureBox and then using a GDIPlus class (from www.syix.com/wpsjr1)
|
| I need help!! | 16 Feb 2005 19:38 GMT | 1 |
I need to find out how through either a script or app to write something that will look for a process on another computer on the network. Once it sees that program down for a certain amount of time it will start the same app locally.
|
| Hide Graphics Server icon | 16 Feb 2005 19:37 GMT | 2 |
I am using VB6. I have seen several postings about how to supposedly remove the graphics server icon from the taskbar. None seem to work. I have found code to remove an icon, but it removes the icon for the program and not the graphics server. How do I call the
|
| newbie - easy sql select statement | 16 Feb 2005 19:16 GMT | 10 |
I am connected to access 2000 from vb6 using ado. I need when a user enter search criteria that they can just enter the first letter and the search is not case sensitive. So if the user type "F" then I want and record with F as first letter in field to be displayed. I thought I
|
| Stopping and Starting Services | 16 Feb 2005 18:06 GMT | 4 |
Hola, So long as I'm here let me ask this little question: I want to write a VB6 program that runs on a Win2k Server and, among other things, stop the IIS 5.0 service at, oh say 2:00AM,
|
| how to center form at runtime when maximized | 16 Feb 2005 17:29 GMT | 10 |
I made my project into .exe and when I maximize the form it goes to the top left. When it is not maximized, it is center the way I put it a design time in the form layout window.
|
| MSFlexgrid - row sel | 16 Feb 2005 16:34 GMT | 4 |
I have a MSFlexGrid which shows some fields from a table. When I click in a row, since I selected the 'Selection Mode' property as '1-flexSelectionByRow' the row is painted accordingly. When the row is double-clicked, I load another form, that shows the remainig
|
| Cannonical List of Automatic Events? | 16 Feb 2005 16:31 GMT | 2 |
List: I've seen many examples--especially recently--concerning the events that fire in which order for forms and user controls. Is there a cannonical list available somewhere in the MSDN universe?
|
| Local copy of variable not acting locally | 16 Feb 2005 16:06 GMT | 11 |
I want to declare a local copy of an object so I can modify the local version without affecting the original copy. But when I update my local copy, the original object changes, too. My original object is a collection I’ve defined. I started with a class
|
| Msgbox beep | 16 Feb 2005 16:00 GMT | 7 |
Is there a way to turn off the beep when a msgbox is displayed? -Dan
|