| Thread | Last Post | Replies |
|
| Run-time error '5' | 14 Jun 2006 21:13 GMT | 3 |
We are using visual basic 6. In this application we are using our own ocx command button. When i create the exe , i am getting the following error The Title of the message box : ChelcommandButton
|
| Activex .exe registration | 14 Jun 2006 21:04 GMT | 10 |
I am writing a program which uses an activeX .EXE server called MBserver.exe. When I try and install the program (using installation made with the package and deployment wizard) I get a pop up saying that an error
|
| Controls.Add a UserControl? | 14 Jun 2006 20:19 GMT | 1 |
I have a usercontrol as part of a project (and will wrap right into the exe). I want to be able to add instances using the controls.add command. It is asking me for the ProgID. Any idea where I might find that for a User Control?
|
| MDI form title bar doesn't focus | 14 Jun 2006 19:55 GMT | 11 |
My MDI form does not regain focus when I click on the title bar. Once my MDI form loses focus I can click on it to bring it back into focus, except on the title bar. The icon and the minimize, maximize, close buttons will all bring it into focus, so it is really just the middle
|
| RTF to WORD using VB6 | 14 Jun 2006 17:13 GMT | 1 |
I've a RichTextBox Control in my Vb6 app. Now I want to place this text in a Word Document using the Word Object Library. How can I get Word to interpret the RichText coding so the text shows Bold, Italic, etc.
|
| VB6 Activex DLL 32bits on 64bits Windows 2003 Server | 14 Jun 2006 12:09 GMT | 1 |
I have few VB6 Activex DLLs 32bits that must run on 64bits Windows 2003 Server. I am using these DLLs in my ASP pages. The DLLs are registered, but when I call server.createobject I get Microsoft VBScript runtime error '800a01ad'
|
| How Can I Tell if A File Modification is Complete? | 14 Jun 2006 09:58 GMT | 12 |
I have a situation where I must modify a file and then do something else based on the modified file. How can I be sure the modification is complete before taking the next action. Please only suggest a method you have actually used. I have tried a
|
| Word Object Library | 14 Jun 2006 09:08 GMT | 2 |
What is a good source to find out how to use the Word Object Library in VB6? Esspecially for opening templates and palcing text at bookmarks or replacing fill-ins? Bart
|
| Hide Desktop Icons not Desktop | 14 Jun 2006 08:19 GMT | 12 |
I hope this question makes sense, but I would like to be able to hide the desktop icons, leaving the right click context menu available. If I get the handle of Progman and then use ShowWindow it hides the icons, but the right click context menu no longer functions and I have to ...
|
| Property Text in XXX could not be set. | 14 Jun 2006 07:13 GMT | 1 |
what does this mean? Property Text in txtLogPath could not be set. i opened a project. and when i run it i get this. thanks
|
| How do I open a PDF file from a visual basic screen | 14 Jun 2006 07:02 GMT | 3 |
Can anyone help me out to open a PDF file from a visual basic 6.0 form? Thanks and Regards, Peri
|
| Accessing a 'column' or 'row' in an array | 14 Jun 2006 06:44 GMT | 1 |
In VB, how does one access an entire column or row. Let's say I have a 5x2 array and I would like to access all the data in the 1 column (i.e. (1,1 2,1 3,1 4,1 5,1). So given a variable defined as,
|
| Listview Selections | 14 Jun 2006 03:03 GMT | 1 |
I am using VB6.0 SP5 Using the Comctls version 5. WinXP Pro I have multselect = true
|
| change file summary info via DSO | 13 Jun 2006 22:04 GMT | 2 |
There have been other postings on this subject, but as far I can offered a solution. I am trying via vb.net, to edit the summary info in the properties of certain file. If the summary information is not NULL, I can add to or
|
| How to create SQL Server Express server using VB? | 13 Jun 2006 21:56 GMT | 4 |
I'm new to this forum. But anyway, my question is, how do I create a SQL Server Express server using VB. For example: COMPUTERNAME\SERVERNAME. How do I create the SERVERNAME programmatically? Is there a way to do this using ADO? or SQL-DMO? What
|