| Thread | Last Post | Replies |
|
| Failed to load control 'ImageList' from MSCOMCTL.OCX | 07 Apr 2005 11:55 GMT | 2 |
In my VB 6 application, I keep getting the following error occassionally Failed to load control 'ImageList' from MSCOMCTL.OCX. Your version of MSCOMCTL.OCX may be outdated. Make sure you are using the version of
|
| Multiple language howto in VB .net | 07 Apr 2005 11:52 GMT | 2 |
I need to program some of a VB .net application in C++. How do I incorparate it into VB
|
| Passing parameter to a form in VB6 | 07 Apr 2005 11:29 GMT | 2 |
Hi, anybody know how to pass a value to a form in VB? Thanks
|
| Byte Array To String | 07 Apr 2005 09:39 GMT | 1 |
I have a byte array which I need to store in an Active Directory attribute. The array has 256 elements. The way I am doing it now is to convert each byte into a two digit Hex pair for example,
|
| Email Attatchments | 07 Apr 2005 03:20 GMT | 2 |
Is there a way to open the default email client and attatch a file to it? I would like to send reports via email with the click of a button. Reports are generated in HTML, so sending them as attatchment or even inline would work
|
| VB6, Automation Error | 06 Apr 2005 23:09 GMT | 1 |
Can somebody please help! I've installed those PIA's from Microsoft so that I can use Word 2000 etc. with the new VB.NET. However, now in VB6 all my stuff, such as Word, Outlook etc., is not registered anymore. Does anybody know how to remedy this
|
| I/O | 06 Apr 2005 23:07 GMT | 1 |
Is there any way of opening a file for input altering its contents and then saving it with the same name but with a date attached eg myfile_23-03-2005 , myfile_24-03-2005 e.t.c. I have tried appending Date to the end of the filename when saving but that
|
| VB6 Array Row Removal | 06 Apr 2005 21:41 GMT | 4 |
Hello, can someone help me. I need to remove a single ROW within an array. I can loop thru the array and find the Row, based on the value in the first column. But How can I remove that row in the array?
|
| VB6 combo box use | 06 Apr 2005 18:28 GMT | 3 |
I have a program that uses a combo box but have a query. I have entered several text items into the "List" attributes of the combo box, so can select any item from that list. Trouble is I cannot do anything with that list until another command button is pressed ie:
|
| Richtextbox copy-n-paste formatting problem | 06 Apr 2005 16:57 GMT | 14 |
Hey, all, I have a problem I'm trying to solve that's causing me fits. I wrote a simple program in VB that allows a user to select a font and font color in a Richtextbox. The goal here is to enable the user to select a font and color easily and then copy and paste that formatted
|
| Entering Keyboard text in FlexGrid cell | 06 Apr 2005 16:50 GMT | 4 |
How can I enter multiple characters from the keyboard into a FlexGrid cell. I can get one character into the cell but every other character replaces the previous character. Please help!
|
| Icon/picture | 06 Apr 2005 16:01 GMT | 2 |
What is the easiest way of putting an icon or picture onto a command button? I want a printer symbol on print command button but cant do it using all the attributes of a command button (picture etc) Cheers
|
| How to code delete page breaks? | 06 Apr 2005 15:44 GMT | 1 |
I have VB code that use space replace page breaks in word doc. Now I need delete the page breaks instead replace with space. I don't know how to modify the original code to delete page breakes. The original code as follow: 'Remove all manual page breaks
|
| easiest way to send an e-mail from visual basic application? | 06 Apr 2005 15:18 GMT | 5 |
I have an application where I need it to send an e-mail occasionally. I am looking for easiest solution to perform this. I don't mind if it uses outlook to the send the e-mail. Perhaps a function or module I can call where I simply enter my message
|
| Trying to get my emails as sms | 06 Apr 2005 15:17 GMT | 1 |
My cell phone service provider gave me the facility to sms through their web site. I was wodering if it is possible that any email's subject, comming to my inbox ( I am using OutLook 2002), will forwarded to me as sms. is it possible??
|