| Thread | Last Post | Replies |
|
| why do i get unhandled exception in system.drawing.dll in vb.exe ? | 14 Oct 2004 20:29 GMT | 1 |
I get this error in a vb.net windows application in the .exe: "An unhandled exception of type 'System.argumentException' occurred in system.drawing.dll" This occurs only on 1 user's pc, who has VS.net loaded on the pc. I do not
|
| IDE Font | 14 Oct 2004 20:27 GMT | 1 |
A co-worker has a wired font in the ide. Only on the solution exploers, property, class explorer, etc. The menu at the top font is ok. Any ideals...
|
| scientific notation | 14 Oct 2004 20:08 GMT | 1 |
I have some values in type of double such 0.00009 , 0.0000007, when I want to show them in a text box and convert them to string they are changed to scientific notation while I want to show them as they are. I tried to use tostring("f") but it needs to have a precision number ...
|
| Stripping IP Address out of text file? | 14 Oct 2004 19:38 GMT | 2 |
Hello, after learning that I was taking a class in VB.NET, I have been drafted to solve all my companies VB/scripting problems - hey, I should know everything; I've already taken 6 classes ;) I should have been quiet about it, but then I would never be reimbursed. Oh well.
|
| add record to datagrid | 14 Oct 2004 19:33 GMT | 1 |
I have a form with a datagrid in it. I have two btns, add record, update record. I am not sure how to add a record to the datagrid and then update it?
|
| Variable replace in text | 14 Oct 2004 18:21 GMT | 3 |
I am trying to make a description in my ASP.NET form to be dynamic. I have a maintenance form that a description may be entered. I would like to add various sql table fields into the description so I can display the result on another form with all the text and values embedded from ...
|
| Does dataview.find support wildcards? | 14 Oct 2004 18:20 GMT | 1 |
I'm trying to find the first record based on a string with wildcards. Ex: nº Name 0 John
|
| groupbox , panel comparison for windows form | 14 Oct 2004 18:19 GMT | 2 |
Can someone explain to me the differences/similarities between the Panel and Groupbox control...They seeem to be the same to me. Dayne
|
| Command Window Stopped Working | 14 Oct 2004 17:17 GMT | 2 |
I'm using VS 2003, VB.Net. For no apparent reason the Command Window no longer functions. It doesn't auto-complete and doesn't recognize any syntax.
|
| Problem with String Data Type | 14 Oct 2004 17:05 GMT | 4 |
I'm working with a DataGrid UpdateCommand event and running into a problem. The second column of the dg is the PK named "FlitchNum". The datatype of this PK is varchar(string). In the event I need to obtain the value of this field in order to pass it into a SQL command. ...
|
| how to convert TextBox to RichTextBox? | 14 Oct 2004 16:55 GMT | 2 |
how to convert TextBox to RichTextBox? thanks in advanced
|
| any workaround for NameValueCollection serialization? | 14 Oct 2004 16:41 GMT | 3 |
I am trying to serialize Request.Params in a webform page and I understand that .NET cannot serialize this kind of object Yet is there any workaround?
|
| Question about interfaces | 14 Oct 2004 16:21 GMT | 5 |
Is there an easy way to find out what classes implement a given interface? For example, it might be useful to know what classes implement ICollectible. Much obliged, Geoff.
|
| Basic namespace question | 14 Oct 2004 15:58 GMT | 2 |
If I am using a class I haven't used before, how do I figure out what namespace to import? Much obliged, Geoff.
|
| Easy? Newbie Question - best way to do a long comparison? | 14 Oct 2004 15:51 GMT | 1 |
Pretty new to .NET, but there is probably an easy way of doing this that I'm missing, other than If..then..else. I have about 6 different "do this" type statements. I know how to do it the long, long, long way, but I know I'll have to do this a lot.
|