| Thread | Last Post | Replies |
|
| Upgrading MS Access 2003 database files to new SQL Server 2005 Express | 05 Dec 2005 01:03 GMT | 2 |
I could not find any information on the upsizing/upgrading MS Access 2003 database files to new SQL Server 2005 Express type. I am a novice in this topic, therefore I need step by step instructions. I am using XP (SP2), Office 2003, I also installed SSMSEE. Can somebody produce ...
|
| Pse help creating Image object array | 04 Dec 2005 22:10 GMT | 1 |
In my Form_Load I would like to dynamically create (or extend) the number of Image array objects. e.g. If I have Image Object Image(0), how do I create the remaining objects up to n number of objects? (I am currently using VB6)
|
| UDP Chat in Terminal Server + Client-Server | 04 Dec 2005 20:43 GMT | 2 |
I am trying to create a UDP Peer-to-Peer Chat application for use in a local area network that contains both Client-Server (CS)users and Terminal Server (TS) users in a Windows 2003 Server environment. The CS computers are working perfectly, and will even communicate
|
| .Font.Size is that string or long? | 04 Dec 2005 10:22 GMT | 4 |
When referring to the control, for example textbox is txtBox.Font.Size a string or long (numeric)?
|
| **Fax sourcecode** | 04 Dec 2005 08:46 GMT | 1 |
How can I get fax through TAPI in VB6? is it possible? Can anybody direct me to suitable sourcecode? Thanks alot.
|
| Multidemsina Array | 04 Dec 2005 06:00 GMT | 3 |
Im reading an XML file and would like to put the data from the elemanys into a an array .. can anybody show me how to do this .. and to recover the data from the array thanks
|
| Connecting to SQL Server 2005 | 04 Dec 2005 02:15 GMT | 1 |
It is possible to have both SS2000 and SS2005 running on your machine at the same time. However, I'm not sure how to specify which server to use when I make a connection. How is it done?? -John
|
| What is value of these contants? | 04 Dec 2005 01:03 GMT | 3 |
cdlCFScreenFonts and cdlCFPrinterFonts Where I can find the full list of all constants?
|
| How to access Windows font selection? | 04 Dec 2005 01:02 GMT | 3 |
What API can I use to be able to open Windows Font window and select Font, Size and Style? I know I can individually select that in vbasic, but I would like to have just one window showing all available font options.
|
| Popping down a ComboBox with code | 03 Dec 2005 18:30 GMT | 1 |
This there a way to tell (with code) a ComboBox to pop down?
|
| Is "XP" version of VB6 runtime likely to screw my Windows 98SE? | 03 Dec 2005 16:21 GMT | 2 |
I noticed that a setup file for a product I recently evaluated included the runtime that is later than VB6 service pack 5. I assume it is from SP 6, which may or may not be equivalent to that issued with XP. I didn't install the newer file, yet the evaluation exe ran
|
| ascii code for special characters | 03 Dec 2005 02:27 GMT | 10 |
I'm trying to retrieve the Ascii code of some characters using the "Asc" function. When I try to do it for some spanish characters (special chars) like Ñ I should get a value of 165 but I get 209. What's happening? Am I using a wrong code page? How can I switch in VB6
|
| CreateObject Error 91 Object variable or With block variable not set | 03 Dec 2005 00:03 GMT | 5 |
I have some code which uses CreateObject e.g. Dim XLApp As Object Set XLApp = CreateObject("Excel.Application")
|
| mouse goes houglass in form | 02 Dec 2005 22:04 GMT | 2 |
Is it normal for the mouse pointer to change to an hourglass when a modal form is displayed? Mine does... Dim DlgInkjetSelect As New frmMarkingSelect DlgInkjetSelect.Show vbModal, Me
|
| Can I set a checkbox at runtime??? | 02 Dec 2005 21:04 GMT | 4 |
Does anyone know if it's possible to set a checkbox at runtime? I keep getting a runtime error 380 (Invalid Property Value) when I try to set it. I have a simple form that's loaded but hidden, and in the code in a menubar choice, I try setting a checkbox to TRUE before I show the ...
|