| Thread | Last Post | Replies |
|
| scroll bars | 31 Oct 2003 18:59 GMT | 6 |
Can anybody tell me why it is that when I use a scroll bar to look at a document it works ok on the first scroll but when I scroll back it returns the document futher than when it started. (Does that make sence???)
|
| DataGrid to Clipboard | 31 Oct 2003 18:56 GMT | 1 |
How can I copy the contents of a datagrid to clipboard..??? Eddy
|
| Changing ListBox Font | 31 Oct 2003 17:04 GMT | 8 |
I am quite new to vb6, so please bare with me. ***************************************** ListBox.AddItem TableName & " Table:" Do
|
| Running an external COM object in a panel using VB.NET | 31 Oct 2003 16:10 GMT | 1 |
I am building a Visual Basic.NET application. I have a panel object in my form, that covers a portion of my main form. I would like to run an external application inside the panel that I've placed on the form. The external
|
| Property page question | 31 Oct 2003 14:05 GMT | 1 |
I'm building an ActiveX control which has one property (Lines) which controls how many instances of other properties the control will have. For example, if Lines=2, there will be properties LineCaption(0) and LineCaption(1).
|
| Windows 2000 Vs. XP - Funny differences with running app | 31 Oct 2003 10:06 GMT | 1 |
Hi all - Hope you guys can give me some insight on this one... I have an app that runs great on windows 2000 - but when I install it on a windows XP machine, my main form gets sized all differently. As an example, I have a "DONE" button on the lower right hand side of the
|
| display UNIcode with VB Controls, Forms | 31 Oct 2003 07:22 GMT | 1 |
How can I display UNICode on VB Forms, Controls. I am trying with MS Forms 2.0, but it doesn't work. Thanks
|
| Drag drop multiple controls at runtime | 31 Oct 2003 07:02 GMT | 1 |
Selecting one or more control at runtime and then drag- drop them as done in design mode in IDE. Anybody has pointers to this ? Please pass it. Thanks,
|
| The Printer Common Dialog Box | 31 Oct 2003 04:14 GMT | 2 |
To All on VB Discussion Forum: Is there anyway to tell whether the user pressed the "Cancel" button on the Printer Common Dialog box instead of the "Print" button? Is there a variable or
|
| How to get FUNCTION to return a LIST of items ?? | 31 Oct 2003 03:02 GMT | 4 |
I understand functions. Is it possible to have a function return a LIST of items? Specifically, I'm using the File System Object (from Scripting Runtime) which writes LINES of data to a file. I then read the file and retrieve the
|
| Bug with TDPicker Checkbox? | 31 Oct 2003 02:46 GMT | 4 |
I have found that when I use the checkbox in the datetime picker it seems to shows a check even when the TDPicker.Checked Property is false. This seems to happen with I load up the data and one of my date values requires a check, then all data that I load up after will have a check ...
|
| Using an Image Control to open a picture from the internet | 31 Oct 2003 02:11 GMT | 1 |
I'm trying to periodically save a picture from a website (a rain radar website). I'm using an Image Control on a VB form and calling Image1.Picture = LoadPicture("http://mirror.bom.gov.au/radar/IDR503.gif") But it says "Path not found". This pathworks in photo editing programs
|
| Problems Updating from Property Page | 31 Oct 2003 01:23 GMT | 2 |
I am building what I call an Enhanced Text Box Control. I have added several new properties which I can update successfully from the Property Page which I created. By using 4 Text Boxes I then decided to make available the Top, Left, Width
|
| Joining Two or More Columns in a Table on DataGrid Control using DataBound | 31 Oct 2003 00:42 GMT | 1 |
How can I join two Columns or Fields in a DataGrid??? Im using MS SQL Server 2000 as my Database. I believe that this process can be done on Stored Procedues using aliasing concatenation operator (+) and however when I use
|
| winsock control | 30 Oct 2003 22:35 GMT | 2 |
I'm trying to do some testing with TCP/IP data transfer and attempting to use the winsock control examples located in various locations. My problem is that my VB environment doesn't seem to have the winsock control
|