| Thread | Last Post | Replies |
|
| Listbox checking? | 31 Dec 2004 20:46 GMT | 1 |
I'm learning Visual basic.net and I am new to the world of developing and coding. I am having a practice creating a very simple game. Baiscally, there is a textbox, button and listbox. What I am doing is a Guess the number game.
|
| TabControl Tab Colors (.net) | 31 Dec 2004 19:48 GMT | 1 |
Does anyone know how to set the background color on the tab control itself to set the color of the tabs?
|
| mscomm32 | 31 Dec 2004 16:53 GMT | 3 |
I've found a lot of examples for using mscomm32.ocx to implement serial comm, but this file is not shipped with Visual Studio .NET 2003, and that's all I really have access to. Is there someplace I can dnload it, or is there a good workaround?
|
| Screen Resolution problem | 31 Dec 2004 04:31 GMT | 7 |
I have a program that fits in a 1024x768 screen. However, some of our clients require 1152x768 screens or higher or sometimes lower. Can somebody recommend a way to keep the screen in the right "scale"? Thanks
|
| Unlocking Word document | 31 Dec 2004 04:22 GMT | 1 |
I am using the webbrowser control to view some Word rtf files. The webbrowser in turns uses winword.exe as a plug-in to do so. The problem is once I navigate to a rtf doc, that doc is locked until I exit the app (see attempt to delete file below).
|
| optional parameters when used in C++ | 31 Dec 2004 02:23 GMT | 1 |
i have VB ActiveX control, and implemented a Public Function that accepts an optional parameter. Based upon optional parameter, the behavior of the Function is different. Now when I generate C++ wrapper for this VB control by adding it to a VC++ dialog application, I get that ...
|
| How to ensurie updating of controls | 31 Dec 2004 01:11 GMT | 1 |
I try to write a VB .Net application which does some time-consuming work on a database in a separate module. I want to see the progress in my main form, so I defined an Interface to update the ProgressBar in the main form. However, the control is not updated. Textboxes which I ...
|
| how to do shift and mask in vb6 | 30 Dec 2004 09:47 GMT | 2 |
|
| Printing/Displaying Oddball Unicode Characters | 29 Dec 2004 17:43 GMT | 2 |
I'm using VB6/SP6. I would like to print and/or display oddball characters from various fonts. My specific examples are up arrows and down arrows. In the Courier New font set, the up arrow has the Unicode U+2191 and the
|
| Set location for CommonDialog object | 29 Dec 2004 16:37 GMT | 3 |
How do I specify the path/folder for a CommonDialog object? I know how to set some of the properties (e.g. frmMain.CommonDialog1.Filter = "*.txt|*.txt") but the CommonDialog always opens to the path/folder in which the application resides.
|
| How to open excel in vb | 29 Dec 2004 11:45 GMT | 2 |
I have written a code to open excel fiel in vb but i am unable to open my code looks like this Private Sub Command1_Click() CommonDialog1.DialogTitle = "Status Log Upload"
|
| Inet1 - getting URL after redirection | 29 Dec 2004 01:53 GMT | 8 |
The Inet1 (Internet Transfer Protocol) control automatically handles a server redirection (eg 302 object moved generated from, say an ASP response.redirect) -- ie if you connect to a site and the server redirects you to another site, Inet1 automatically retrieves data from the ...
|
| How to open Internet Explorer within VB6 environment? | 29 Dec 2004 01:48 GMT | 3 |
I am just asking for a little bit of your guidance and help which would be very much appreciated. I am struggling to open up a web page from within a VB6 application. Ideally I would have a text box with a url in it, then for a user to be able to double click on the text box. ...
|
| MsChart ActiveX - VB6 - Label overlapped | 28 Dec 2004 15:19 GMT | 3 |
A student from my department is traying to use the MsChart control with Visual Basic 6 to draw some pie chart. His problem is that when there are small slices on the chart the labels with the %value are overlapped with each others.
|
| If I want to save RTF files into an Access DB, what is the maximum length? | 28 Dec 2004 09:33 GMT | 8 |
And what can I do when it exceeds that limit? Thanks and Merry Christmas!
|