| Thread | Last Post | Replies |
|
| ShellExecute and Outlook | 01 Oct 2004 17:12 GMT | 4 |
Hi, I'm trying to launch Outlook 2003 with an attachment with the Shellexecute command in VB6 on WinXP. Outlook is launched but I see no attachement. The code is below Dim strFile As String
|
| Using ADO programatically? | 01 Oct 2004 17:10 GMT | 5 |
Could someone please reply with a link to a webpage to help me learn to use ADO programatically? I must be using the wrong search terms or something because I'm having trouble. I can drop a control on my form and easily connect it to my access DB but I want to learn to do it
|
| Passing a Parameter to a Data Report? To a Data Environment? | 01 Oct 2004 17:08 GMT | 7 |
List: I would like to pass a key value to a Data Report (or to a Data Environment) so that only the records associated with the key are printed.
|
| What kind of API/DLL can't be used in VB6/VB.NET ? | 01 Oct 2004 17:07 GMT | 2 |
We can apply API to support VB program, but what kind of API/DLL can't be used in VB6/VB.NET ? or we can use all API/DLL? Best regards,
|
| FindResource questions | 01 Oct 2004 15:36 GMT | 1 |
Hey guys... I'm trying to determine if an application has an XML manifest file bound as a resource to it. Manifests are stored with resource identifier 24... yet I can't seem to get
|
| which to learn? C, C#, VB6, VB.Net? | 01 Oct 2004 15:35 GMT | 72 |
Hopefully this thread will not end up to be like "VB6 vs VB.Net". Beacuse I'm more confuse then ever. I just graduated from a Civil engineering, during the course I learned VB5. Now I am ready to pick up VB again, but facing diffiuclty like Mike: VB6 or
|
| Disable Maximize Button on MDIform? | 01 Oct 2004 15:18 GMT | 2 |
I have some code which I have found which disables the Close button on my MDIform, I was wondering if anyone can either add to this code to help me to also disable the maximize button or if anyone else has any code which could help me disable the maximize button. Appreciatte any ...
|
| Load Traga images (.TGA) in VB.NET | 01 Oct 2004 15:18 GMT | 3 |
The Bitmap object supports loading .bmp, .tiff. jpg ...etc files.. But it doesn't supports Targa images (.TGA). Any body has an idea how to do that in VB.NET? Thanx
|
| Microsoft De supporting VB6.0 | 01 Oct 2004 14:37 GMT | 1 |
I came to know that Microsoft is stop supporting VB6.0 from end of march,2005. Is it true???? I also want to know which all VisualStudio6.0 Prodcuts like VC++ etc
|
| cbo Box multiple calls not possible | 01 Oct 2004 12:24 GMT | 4 |
Dear friends I need your help, cboBox ist connected to an access - database, having two fields: Current-No and remarks. the cboBox and the textfield are both on the same form.
|
| Change the value of a specific field | 01 Oct 2004 12:01 GMT | 4 |
Hello all (again) I have trouble sql ing the change of value of a specif fied in an Access DB. More specifically, i want to change the value of Column 3, Row 5. How do i retrive the value in a variable ?
|
| Out of memory error | 01 Oct 2004 11:44 GMT | 3 |
I am trying to load a 67Mb XML file into a variable to replace a special character, I am getting an Out of Memory error, actuall yi have a 4 Gb memeory on the machine and hard disk space is have more then 30Gb The maximum size for a variant datatype is 2 Billion Characters , the ...
|
| Enable = False, but can't set it True afterwards? | 01 Oct 2004 10:29 GMT | 3 |
I have 2 forms "Form1" & "Form2" In Form1, there is a button to click to open Form2 and set Form1.Enabled = False However, when i finish using Form2, i cannot Enable Form1?
|
| child open in parent window | 01 Oct 2004 10:23 GMT | 1 |
I am trying to have all my child windows open up into the mdi parent window without any maximizing. One form into another form. I would like to see the
|
| delete dynamic array with strcuture | 01 Oct 2004 09:03 GMT | 3 |
I am creating a dynamic array with structure like this. Public Type DocumentInfoType m_index m_content
|