| Thread | Last Post | Replies |
|
| Display Unicode Characters in ListView Control | 11 Feb 2004 07:46 GMT | 2 |
I am using Windows 2000 server (English OS) , VB 6.0 How can I display Unicode Characters in ListView Control Please consider this exampl Dim LItem As ListIte
|
| Chirag : How to Use Microsoft DataRepeater with ADODB instead of ADODC | 11 Feb 2004 05:05 GMT | 2 |
How to Use Microsoft DataRepeater with ADODB instead of ADODC I want to use Microsoft Data Repeater to store what user is adding or deleting to be stored in a collection and when user commits it it should change the database
|
| DropDownList - Doesn't recoginze selected item. Pls help! | 10 Feb 2004 20:23 GMT | 2 |
Hi, I'm sorry for this basic question. I had a look in MSDN and the groups but cannot find an answer. Will swap soul for helpful hint! A dropdown list in my webapplication is populated with a datareader. Each item in the list consists of a visible text e.g. 'United Kingdom'
|
| Limitation on controls in UserControl | 10 Feb 2004 15:21 GMT | 1 |
I have a user control named Tray that I use as a place holder for a tabstrip control. Usually I just place textboxes, labels etc. on it, however it seems that if I place more than 31 controls on the UserControl tray, I get an "error can not read memory referenced by ######". Is ...
|
| GPF using VBControlExtender | 10 Feb 2004 15:18 GMT | 1 |
I'm facing a peculiar problem using VBControlExtender. I have an ActiveX control which dynamically creates components and displays them. Everything works fine till I close the browser. That's when it gives a GPF. The code for the control is pasted below. Am I doing
|
| Calling an ActiveX DLL in a UserControl - Help | 10 Feb 2004 15:08 GMT | 1 |
Calling the VB Masters for HELP The Problem We have been looking out for a solution for the problem mentioned below.... PLEASE HELP. I have attached the required files along with
|
| multimedia control not stopping when told | 10 Feb 2004 13:21 GMT | 7 |
I'm trying to get this command to work: mmctl.Command = "play from " & txtStart & " to " & txtFinish It works fine on starting in the right place, but doesn't stop where told. I've even tried the format
|
| Treeview | 10 Feb 2004 02:02 GMT | 3 |
Problem 1: My program has a treeview. The treeview contains item names used for the users convience. These names now must contain the actual files and or file names which correspond to what the user see's. How can I accomplish this?
|
| How to implement an interrupt command ? | 10 Feb 2004 00:35 GMT | 2 |
As one of my subroutines takes a long time to process, I want to provide a way that the user can interrupt the process. Therefore I've implemented a verification within a loop that verifies whether the user has pressed the Interrupt button. However it appears that the click, ...
|
| SelStart Property of textbox can't be set to larger than 65500 | 09 Feb 2004 23:55 GMT | 3 |
I use a textbox control for displaying the log details while processing an activity. The textbox is edited by txtlog.SelStart=len(txtlog.Text)
|
| Receiving file from serial port | 09 Feb 2004 23:28 GMT | 2 |
I need to receive a file from the serial port in visual basic 6 and store it to a file. The program should stop receiving data when it receives "M30" How can I best achieve this? Thanx,
|
| IE refresh to display control | 09 Feb 2004 22:27 GMT | 1 |
I am trying to create a .NET control that can be viewed via IE. However, I am having some display issues that I cannot explain. What I'm seeing: When I type the IP and virtual path to bring up the page, where my
|
| CUSTOM CONTROLS - .OCX | 09 Feb 2004 21:33 GMT | 4 |
Hi Group, I followed a tutorial in MSDN Library which let me create a custom control for use with Microsoft DataRepeater. When I tested my project, the control registered itself. Later, I modified my control and recompiled several
|
| What is wrong with this API | 09 Feb 2004 19:43 GMT | 2 |
Ive been trying for weeks to find a suitable API to get the name of the "Microsoft Windows Network" node on a non-english version of WindowsXP. this node shows up in "My Network Places" On an English version of WindowsXP it is labeled "Microsoft Windows Network"
|
| can't setfocus | 09 Feb 2004 14:21 GMT | 6 |
why would i get invalid function call when attempting to set focus to a textbox on form load?
|