| Thread | Last Post | Replies |
|
| vb.net 2003, export to excel on a PC without excel installed | 30 Sep 2006 23:21 GMT | 7 |
Dear experts, I'm using vb.net 2003. I created an application connection to our sql server 2000. One of the functions is to export some data to excel (creating a new
|
| Please be Gentle - its a Vista Question | 30 Sep 2006 20:25 GMT | 6 |
We are testing our VB6 software on the beta release of Windows Vista to see what we need to do to make it work. We have it set up to be an X-COPY deployment (run a self-extractor to install, and it goes where you tell it) in order to avoid the DLL and OCX registration nightmares ...
|
| Is that application running? | 30 Sep 2006 17:14 GMT | 1 |
oHi! Is there any way in VB6 for checking if an .exe file i open/running on a remote machine? Both these computers are Windows 2000. I would like to know, if the program (exe), placed on a shared network folder is currently running
|
| how to print a picture? | 30 Sep 2006 11:07 GMT | 2 |
I 'm trying to print a picture that I saved first. Private Sub CopyPicture() With Picture1 .Move Me.Left, Me.Top, .Width, .Height
|
| Finding out if quotes are present in a string and then removing them | 30 Sep 2006 07:11 GMT | 2 |
Hey there, I am having a little problem with some quotes. I have gathered information from a database, and the information is listed in a listview control. Now I need to get only the checked items in the
|
| Trouble with OCX | 30 Sep 2006 04:41 GMT | 5 |
I have an OCX that is used to interface to a camera. It was written in-house. IN VB6, under components, I now have three of the same entry. I would like to get rid of two of them but can't through the VB interface. Also, even with all of them unchecked, the icon for the
|
| getSpecialFolder question | 30 Sep 2006 00:55 GMT | 3 |
In my getSpecialFolder module I have this section of code (with line #'s added for clarity): 1 Public Function getSpecialFolder(CSIDL As Long) As String 2 Dim strPath As String
|
| ie7 problems | 29 Sep 2006 21:35 GMT | 2 |
We use VB6 SP6 and the MSINET.OCX control to download files in our applications. Users with IE7 installed now get an error saying it can't connect. Anyone else getting this problem?
|
| Simulate hyperlink | 29 Sep 2006 16:42 GMT | 8 |
I'm trying to simulate the look/feel of a hyperlink. I have it figured out how to make it look like a hyperlink when the mouse goes over the label, but when mouse leaves the label, I want the label format to change back to "normal".
|
| How to resize form in Design Environment | 29 Sep 2006 16:42 GMT | 4 |
I got two forms in a project, the forms always being showed in a small size. After I resize it to maximum size in design environmet and save it, it just return to the small size. How can I save the form's
|
| Question about Fonts (ttf Files) | 29 Sep 2006 16:30 GMT | 8 |
Where can I find information about how to extract the fonts from the TTf files. I'm looking for source code examples.
 Signature Mario
|
| UserControl and Default CommandButton | 29 Sep 2006 14:12 GMT | 1 |
Hello Group I have posted this question in .controlcreation - I apologise for cross posting... Here's my problem:
|
| Can I create and read from compound files using Visual Basic .NET?! | 29 Sep 2006 14:08 GMT | 1 |
I am trying to find information about IStorage, but it seems pretty hopeless!! I need to collect numerous TIF image files into one large file for easy distribution with my software.
|
| Vista Build 5728 ??? | 29 Sep 2006 14:07 GMT | 4 |
People talks about a new release ready to download. (vista_5728.16387.060917-1430_x86fre_client-lrmcfre_de_dvd.iso ) I haven't seen it yet on the msdn subscribers download site.
|
| OCX | 29 Sep 2006 13:32 GMT | 2 |
I have an OCX that is used to interface to a camera. It was written in-house. IN VB6, under components, I now have three of the same entry. I would like to get rid of two of them but can't through the VB interface. Also, even with all of them unchecked, the icon for the
|