| Thread | Last Post | Replies |
|
| opening a text file | 25 Nov 2004 06:39 GMT | 1 |
Is there a way in Visual Basic that I can open a txt file such that it comes up as a wordpad file that the user can see what is inside that file Thanks in advance bbdobuddy
|
| Getting the text of checked items in the checklist component | 25 Nov 2004 04:27 GMT | 2 |
There is a checklist component in my form, where there are serveral items for the user to check. How can I detect which items have been checked and return their names using a Button click instance?
|
| bitmap reverse coordinates | 25 Nov 2004 04:07 GMT | 1 |
Thanks Robby and Bob Powell for excellent answers on yesterday's question about reversing coordinates in gdi+ I guess this is a new question. My first step is that my bitmap is an aerial photograph of an agricultural
|
| ToolTip and ErrorProvider behavior | 25 Nov 2004 03:55 GMT | 4 |
I have the following issues: 1. I want to make it so that ToolTips never go away once they are shown until the user moves the mouse outside of the control for which the ToolTip is assigned. It seems to me that setting the ToolTip.AutoPopDelay to a large
|
| problem with byte array in an arraylist | 25 Nov 2004 03:24 GMT | 2 |
HELP! The below code seems simple, but just does not seem to work! I am trying to pass a byte array through a arraylist, to another byte array...but i keep on getting unable to convert object type to 1 dimentional byte array....what is
|
| Req any Recursion programming Book or intro book | 25 Nov 2004 02:19 GMT | 1 |
Greets, I would like to access individual records and fields using an arraylist is this possible with arrarylist or must I use an array? Example: Populated arraylist
|
| DataRow.Add problem, is it a bug? | 25 Nov 2004 01:59 GMT | 6 |
Could any one help? "myDt" is used throughout the project and just only the statement below generate an exception My snippets:
|
| Can't combobox properly placed over datagrid cell | 25 Nov 2004 01:40 GMT | 3 |
Here's my code: Private Sub dgServerList_CurrentCellChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles dgServerList.CurrentCellChanged If dgServerList.CurrentCell.ColumnNumber = 2 Then
|
| importrow to related table | 25 Nov 2004 01:39 GMT | 2 |
At last I have found the problem why I can't get to work w/ importrow. The fact is that I'm trying to import data to related table. But after importing data the foreign is blank. So thats why the record is not showing in to datagrid.
|
| data in listbox | 25 Nov 2004 01:20 GMT | 1 |
can i send data to a listitem? for example item1 ----> index 0 ------> data 15 item2 ----> index 1 ------> data 10
|
| TcpListener | 25 Nov 2004 01:08 GMT | 3 |
I'm just getting started with a small TCPIP project in VB.Net. I've written a successful bit of code but I'm trying to make it work like VB6 did. In VB6 you have a winsock and set it to connect to an IpAddress on a certain port. The program then sits there waiting for some data to ...
|
| newbie web config question | 25 Nov 2004 00:59 GMT | 1 |
This may sure sound a silly question, but it's the only way i will learn. I am trying to create a web.config file for an application i am trying to build in visual basic.net If i want to connect to a database, how do i go about the following line of
|
| What is te future of com and activex? | 24 Nov 2004 23:48 GMT | 1 |
Does the inability in .net to add activex components like in VB6 signal Microsoft's plans to deprecate com and activex?
|
| Required "Registry Watcher" | 24 Nov 2004 23:06 GMT | 1 |
I have been very pleased with FileWatcher and I am hoping there is something similar which monitors registry changes, any ideas?
|
| How to Declare Bytes in VB. Net | 24 Nov 2004 21:56 GMT | 1 |
I code in C# and I have a problem in VB.NET how do i declare bytes in VB.Net the code in C# is as follows string fileName;
|