| Thread | Last Post | Replies |
|
| Generic button click event | 22 Oct 2004 02:28 GMT | 2 |
Is there a means of raising an event when ANY button on a windows application form is clicked wherein the actual button clicked can be determined in the generic click events code (eg by way of interogating the sender)?
|
| overloads - why this code compile??? Please MS answer... | 22 Oct 2004 02:00 GMT | 5 |
Why this code compile??? We should not be able to Override the code by using the Overloads since the sub as exactly the same parameters.... Thank you.
|
| Need help with exception message | 22 Oct 2004 00:53 GMT | 7 |
I am doing the following and getting an exception, any thoughts? Dim endpoint As IPEndPoint = Nothing endpoint = New IPEndPoint(&HC0A80201, 5000) '192.168.2.1 An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred
|
| Delete method of Range class failed - HELP! | 22 Oct 2004 00:31 GMT | 1 |
Any help on this would be appreciated cos its driving me insane. I have a function in VB.NET that takes in an excel range and tries to delete rows where the first column starts with a string. Only it doesnt work and all i get is "Delete method of Range class failed"
|
| Sub Dispose or Implementing the Dispose Interface? | 21 Oct 2004 23:53 GMT | 7 |
In a typical class, do I need to indicate that it implements the IDisposable interface and then create a Dispose method that implements the Dispose required by the IDisposable interface or can I just make a Sub Dispose() and the CLR will know that this is the Dispose method to ...
|
| DataGrid - Inserting Columns | 21 Oct 2004 23:35 GMT | 2 |
I have a class which inherits from DataGrid and it is bound to a a DataTable. I have defined the GridColumnStyles I want to display. Also, I have added an "InsertCol" to my class whidh has the code below. It works great and inserts a column in the Datagrid whereever I specify. ...
|
| convert nulls to spaces in file | 21 Oct 2004 22:57 GMT | 7 |
first question... I have a flat file which unfortinuatly has columns seperated by nulls instead of spaces (a higher up company created it this way for us) is there anyway to do a readline with this and not have it affected by the null? because it is right now causes truncated ...
|
| Save/Load Treeview | 21 Oct 2004 22:34 GMT | 14 |
How do I save/load the contents of a Treeview to a file? I have found several good examples written i VB6, but not a single one for VB.NET. Please help.
|
| RSS Driving Me Mad! | 21 Oct 2004 22:32 GMT | 2 |
I'm trying to read a RSS feed. It works somewhat OK on some feed, while it craches on others :-/ What am I doing wrong(besides from all)? Am I looking for the wrong thing?
|
| **********DrawString is not drawing the text at Point(0,0)********** | 21 Oct 2004 22:13 GMT | 3 |
I am trying to draw text on a bitmap at (0,0) But Graphics.DrawString("the brown fox",drawFont,drawBrush,drawPoint) is not writing exactly at (0,0) drawFont: Font("Arial", 9, Style, GraphicsUnit.Point)
|
| How do I add a console to a windows app? | 21 Oct 2004 21:31 GMT | 2 |
Is it possible to print to a console in a windows application ? (but only if it's easy) Tia.
|
| VB.NET 2003 and Mysql and datatable wizard does it work? | 21 Oct 2004 21:09 GMT | 1 |
Greetings all I'm wondering if anyone has gotten Mysql to work with VB.net 2003 along with the data wizard if so do you know where I can find an example?
|
| Excel won't quit. | 21 Oct 2004 21:08 GMT | 1 |
I have a class that has a member variable for the Excel application object. I use the object to open a file and do a Workbooks(1).SaveAs () I set Workbooks(1).Saved = True Then I do Workbooks.Close()
|
| checkbox | 21 Oct 2004 21:01 GMT | 1 |
I have six sheckbow and I told like to know if there checked and if so add 50 cents to the total.
|
| Simple Question | 21 Oct 2004 19:59 GMT | 6 |
I am using a beginners book on VB .net and already stumped....when using this code (below) , it will tell me that MsgBox is not valid. This is a very simple program and I can't figure out what the problem is: Public Class Form1
|