| Thread | Last Post | Replies |
|
| Maximize Form and Image Left is Set to 0 ??? | 17 Sep 2004 22:20 GMT | 4 |
I am using a Image Control with a Picture Control to represent a Splitter. Everything works fine except when I MAximize the form the Image Control Left Property is set to 0
|
| MSDN Oct2001 | 17 Sep 2004 21:32 GMT | 1 |
I just re-subscribed to the MSDN Pro after several years had elapsed. I see an undated DVD Library that appears to be a replacement for the OCT 2001 CD. Since I fully installed the Oct2001 DVD on my hard drive is there any reason to fool with this new DVD?
|
| Searching For Proper Operator | 17 Sep 2004 21:24 GMT | 6 |
All: Is there a VB operator that will allow me to determine if a single item is in a list of other items? For example, with MySQL I can use the "IN" operator such as:
|
| wmi anyone? | 17 Sep 2004 20:25 GMT | 4 |
being new to wmi, i'm at a loss as to how to properly ask this question. is the class "msndis_80211_bssilist" part of wmi that ships with windows os's or does a driver provider, in this instance a wireless network card, create the class when the driver is installed. if the case is ...
|
| Seamless icons in toolbar | 17 Sep 2004 18:59 GMT | 5 |
Hello, I’ve created a VB application and I would like to have my toolbar look like the Windows toolbar. That seamless look with the icons, where you can’t tell where each button/icon starts. I’m not sure if there is a name for this look, but like the toolbar in Excel or Word. I’m ...
|
| VB6 & WebBrowser Control | 17 Sep 2004 18:42 GMT | 2 |
I'm using VB6 along with the built-in WebBrowser control. I'm trying to set the text for the browser by asigning a string (rather than navigating to a URL). I found code on the Intenret, which works, at least on my WinXP machine. The code fragment is as follows:
|
| Simulate Outlook Calendar Look | 17 Sep 2004 17:02 GMT | 2 |
I want to creat a VB6 program to simulate the Outlook Calendar. This will be on our Intranet so everyone in the company can go to the calendar and input vacation days, days out of office and reason etc. for everyone else to see.
|
| Declaring a DLL function | 17 Sep 2004 16:59 GMT | 2 |
How does the following VB.NET declaration <DllImport("newlisp.dll", _ EntryPoint:="dllEvalStr", _ CharSet:=CharSet.Ansi, _
|
| Date Format problem | 17 Sep 2004 16:48 GMT | 6 |
In my application I use "dd.mm.yyyy" date format, so every input control (e.g. MaskedEdit) are set to this format. When read records from database (Access 2000) I have to convert this format to #mm-dd-yyyy# for using in SQL (WHERE clause).
|
| scanning | 17 Sep 2004 16:32 GMT | 2 |
Does anyone know of any free ocx, dll, or controls to access a scanner? I seem to remember there was a kodak control for Win98. Is there anything for WinXP? I'm looking for some tools that would be good for a home project.
|
| databound Flexgrid | 17 Sep 2004 15:38 GMT | 3 |
I am currently working in an environment that uses VB5 and ODBC. I am not sure how to load the MSFlexgrid with data from an SQL database.
|
| Combo Box and Recordset Example | 17 Sep 2004 15:36 GMT | 1 |
I am looking for advice on how to pass a value selected from a combo box into a recordset. I am fairly new to Visual Basic. I am using visual basic 6 and I would love to see an example of this principle being used. Any help on this project would be greatly appreciated.
|
| How to get application ICONS with VB6 | 17 Sep 2004 14:27 GMT | 2 |
I am writing a VB 6 program which uses something similar to Windows Explorer, consisting of a tree view and a list view to select directories and files. I would like to associate an icon with each file, according to the standard file extension, or in the case of an EXE file, use the
|
| Unicode (Chinese Character) | 17 Sep 2004 12:59 GMT | 1 |
How can I determine the values of "string" variable I strore is a unicode ? Actually I am excessing the database of my client and retrieve some data. The data consist of chinese character and I like to filter out it. What is the command or funtion and I use to determine that ?
|
| unresolved external symbol __RTC_ | 17 Sep 2004 09:47 GMT | 1 |
Some time ago we moved to Compaq Visual Fortran Compiler and I als installed Microsoft Visual Studio.net When I tried to rebuilt our program on these platforms, returned th following errors (worked ok with previous C versions):
|