| Thread | Last Post | Replies |
|
| VBSendMail problems on XP | 13 Jan 2005 04:52 GMT | 1 |
I'm experiencing strange problems trying to send e-mails using VBSendMail.dll (v3.54) on Windows XP Pro (SP 2). I've taken the same VB 6 code to a nearby Windows 2000 Pro machine and it sends the e-mails correctly without any problems (never had any problems on 2000). But on
|
| Dynamic Loading Forms | 13 Jan 2005 04:39 GMT | 5 |
I need to be able to load forms dynamically. Instead of Set frmTemp = New frmForm1 I'm looking for
|
| Erasing nodes on a Tree View | 13 Jan 2005 04:00 GMT | 9 |
I am compare some existing text with the Node.Key & if its not the same, then I will remove the node, but for some reason other than I?m a rookie programming I can?t figure out why this darn thing isn?t working. Thanks William
|
| Timezone headache. | 13 Jan 2005 03:46 GMT | 2 |
I have written a component that acts as a downloader for a particular application, it takes parameters like the name of the file etc and then stores that file in a particular location on the clients disk. I have to also check the version of the file locally to see if the
|
| Function Key's | 13 Jan 2005 01:25 GMT | 3 |
Is it possible to write a app in VB.net or C#.net that is entirely Function Key driven? I have created a single form in VB6 and tried every way I can find to simply print a statement after each function key is pressed and it
|
| I need (I think) the Mutant Child of an MDI form? | 12 Jan 2005 20:36 GMT | 1 |
List: I seem to be the king of "Weird" posts this week. What I'd like is a form that has the top menu ala an MDI form, but with the internal content a fixed view of the data rather than a "document."
|
| USB | 12 Jan 2005 19:57 GMT | 9 |
Some of the products that we sell are serial devices like scanners and such. It works with our program that we developed in VB6 and in the past, I have tried to find a way for me to work with USB devices but I could not find anything. This is getting worrisome because newer ...
|
| What is FOURCC_MEM? | 12 Jan 2005 18:59 GMT | 5 |
From MSDN: a.. To open a memory file using an internally allocated and managed buffer, set pchBuffer to NULL, fccIOProc to FOURCC_MEM, cchBuffer to the initial size of the buffer, and adwInfo to the incremental expansion size of the
|
| Ampersand and API CAll | 12 Jan 2005 18:01 GMT | 13 |
Trying to figure out what the ampersand does behind and API call variable. As an example, with the following statement Dim OurParent As Long is that the same as creating a variable as long by putting the ampersand
|
| LoadImage | 12 Jan 2005 17:55 GMT | 12 |
Is there is demo out there that shows how to use this function? I searched on the next, but I can't find what I'm looking for. I will be loading a bitmap from a resource, and I need to copy the pixels to my own buffer.
|
| ActiveX dilemma | 12 Jan 2005 17:23 GMT | 5 |
In my application I use a lot of custom controls. Some controls use 2-3 classes along with modules (incase of subclassing), etc. Adding all these files in my main project causes a lot of confusion and conflicts in variable/sub names. Then I thought of placing all my controls along ...
|
| Repeating things | 12 Jan 2005 17:08 GMT | 2 |
I thought that was an easy way to do this but I can't remember how. Say I want to repeat something like vbTab 5 times without doing a loop. I thought that I could do something like this (I know this isn't right): vbTab(5)
|
| TreeView background picture? | 12 Jan 2005 17:03 GMT | 1 |
Is there a way to put a picture on the background of a treeview? Thanks William
|
| Cannot carry across a variable from one form to another. | 12 Jan 2005 16:42 GMT | 5 |
I'm having trouble carrying across a variable from one form to another. The first form is selecting a tag number and then by clicking the OK button, the second form opens, however the tag number is not carried
|
| MSI on a XP SP2 No Worky | 12 Jan 2005 16:35 GMT | 1 |
I have created an install package(MSI) for my VB 6 program but when I try to use it on a PC with Windows XP SP2 which came installed with service pack two I get the message "This installation package could not be opened. Contact the application vendor to ensure that this is a valid ...
|