| Thread | Last Post | Replies |
|
| Am I wasting my time? | 28 Apr 2004 00:55 GMT | 4 |
I want to be a VB6 programmer, but I keep hearing about "outsourcing", where employers are hiring programmers from India or elsewhere for very low pay. Are there still plenty of good paying jobs for Americans, or am I wasting my time learning VB6? Thanks, Jerry
|
| popup menus | 27 Apr 2004 18:38 GMT | 6 |
I am building as class module to create popup menus. My question is: How do I know when an item is clicked on? Seems the one question I couldn't find an answer to on the internet.
|
| Printer Selection with CommonDialog Ctrl in VB6.0 | 27 Apr 2004 07:23 GMT | 4 |
I'm trying to use the CommonDialog control in VB6.0 to select a printer, and then save the name of the selected printer to the database. I can't figure out how to retrieve the name of the selected printer,
|
| Picturebox question | 27 Apr 2004 06:44 GMT | 1 |
What is the difference between Picture1.Picture & Picture1.Image? It seems when I load a picture into it, it loads it into .Image. To use .Picture, I have to use Picture1.Picture = Picture1.Image. Reason is: I'm building a class module to add graphics to a PopupMenu. The pictures ...
|
| Windows XP and missing msinet.ocx | 27 Apr 2004 02:56 GMT | 1 |
On an install of Windows XP Pro (with Service Pack 1a) msinet.ocx appears to be missing which means that my VB code that relies on it doesn't work. If you look through the components, it's not listed and a quick search
|
| How can I Subclass when using SetParent to display a button on a Statusbar? | 27 Apr 2004 02:27 GMT | 3 |
I am using the technique of displaying a Button over a Panel in a StatusBar (a cancel button, like in Visual SourceSafe). The only way I have found to cause the button to appear over the Statusbar is to use SetParent.
|
| Problem accessing MS Word table Object in VB6 | 26 Apr 2004 23:24 GMT | 2 |
Hello! I am having a problem creating a table in Microsoft word, the second time only. Here is what happens. I open up a MS Word 2000 document using the shell execute API. The word document I am opening has a 1x1 table in it only. I select the single cell and then add a 1x3 table in ...
|
| Events | 26 Apr 2004 23:18 GMT | 1 |
Is it possible to have Events is a Class Module? If so, how is this accomplished? I have previously put them in User Controls with no problems.
|
| creating a DLL in visual basic for use in Excel | 26 Apr 2004 22:48 GMT | 1 |
i have compiled a simple Visual Basic function using Visual Basic Design Studio, in an attempt to create a DLL. i put the function definition in a module, declared as public. if i create an EXE it runs ok. if i select "ActiveX DLL" for Project Type, the compiler
|
| copyright issue + thanks... | 26 Apr 2004 17:58 GMT | 3 |
Thanks a lot Randy, I'll try this solution. There may, however, be a copyright problem as the code is to be included in a distributed application (software package for analysis of nucleotide and protein sequences, www.seqtools.dk) which seems to be in conflict with the copyright ...
|
| Translating C++ function calls | 26 Apr 2004 13:38 GMT | 1 |
All I'm trying to transalte the C++ function's parameters and would really appreciate if someone could help me out. The dll is for ex; ProjctMgt.dll So how do I declare this function in VB6 ??
|
| Email | 26 Apr 2004 12:44 GMT | 4 |
I have a small app for a client that I am starting. The client wants email capability from the "notes" section of the program. I am looking for opinions. Either do my own MAPI or shell to Outlook Express. There's a way to do it. Better find it.
|
| General ShellExecute routine. | 26 Apr 2004 10:28 GMT | 4 |
I have a gizmo program, for my own use only, which produces a list of files in a listBox. If I click on a filename, I find it convenient to run an associated app to open this file. I have a routine (below) which works well enough for
|
| Passing Image to Usercontrol | 26 Apr 2004 06:25 GMT | 2 |
I am having an issue with trying to pass an image to a control. I can set the Image by properties. Here is some of the code that I have, am I missing something in my usercontrol.
|
| Question About .NET 2003 !!! | 26 Apr 2004 05:15 GMT | 3 |
Is there any real difference between .NET 2002 and .NET 2003?
|