| Thread | Last Post | Replies |
|
| system.invalidcastexception | 19 Aug 2005 09:49 GMT | 2 |
I have converted my program from vb6 In the initializecomponent event the following code give a n exception CType(Me.controlname, System.ComponentModel.ISupportInitialize).EndInit() Exception first-chance of type "System.InvalidCastException" in
|
| TcpClient and images | 19 Aug 2005 09:38 GMT | 3 |
I'm writing a client/server application in which the client send a series of screenshots to the server to be saved using the tcpclient. in most cases the first screenshot is transmitted ok and arrives at the server but from after that i only a couple of KB from the start of the ...
|
| Problem with ListViewItemCollection 'Contains' method | 19 Aug 2005 08:55 GMT | 2 |
I have trouble with 'Contains' method in ListViewItemCollection class - it seems like it nevers calls 'Equals' method of class inherited from ListViewItem... I've found that ListViewItem doesn't override 'Equals' method, but I _DO_ override it in my class. Have a look at thread:
|
| VS.Net Debugging stopped working | 19 Aug 2005 08:25 GMT | 7 |
I have been working on a project for some time now and yesterday, my debugger stopped working. It is a class library which I run from a Win32 test app, so no IIS involved at this point.
|
| newbie question | 19 Aug 2005 02:55 GMT | 1 |
What does the [XmlElement("Font")], [XmlIgnore()], [XmlElement("BackColor")] mean in the following piece of code ? What are they used for ? Thanks for any help or any URL that explains this. public class EnoughPIData
|
| Need simple way to send an Email in .Net | 19 Aug 2005 00:45 GMT | 1 |
I need to have some .Net code be able to send Email using my ISP's SMTP server. I found some articles on how to use the MAIL FROM: and RCPT TO: commands that you can stream to a tcp connection on port 25 of the mail server.
|
| MSDE and C# | 19 Aug 2005 00:22 GMT | 7 |
I am developing a software that needs a database to be shared, I've heard about MSDE, can someone tell me if * There is a newer version than MSDE 2000? * It's possible to use MSDE with C#.Net?
|
| vb.net threading | 18 Aug 2005 23:05 GMT | 1 |
I have been working on a project that needing a separate thread....and have finally worked out a solution (I think). I had made many attempts to use events and such but to no avail. Then I noticed an MSDN article called "Safe, Simple Multithreading in Windows Forms, Part1 and ...
|
| Which Control: Hyperlink or LinkButton? | 18 Aug 2005 18:44 GMT | 4 |
Any folklore regarding the benefits of using one or the other of these controls? <%= Clinton Gallagher METROmilwaukee (sm) "A Regional Information Service"
|
| Accessing Registry | 18 Aug 2005 17:55 GMT | 9 |
I was wondering how I can programmatically find out the path of an installed program. I have an application that needs access to a config file that resides in the folder of another application. I'm guessing that this can be done by accessing the registry, but some articles or ...
|
| pros and cons of using stored procedures for VB app ? | 18 Aug 2005 16:29 GMT | 2 |
Just wondering what sort of problems and advantages people have found using stored procedures. I have an app developed in VB6 & VB.NET and our developers are starting to re-write some of the code in stored procedures (im advocating encryption of them). When deploying an ...
|
| how do i launch the browser with the file I want loaded? | 18 Aug 2005 14:48 GMT | 2 |
I want to do a "view file" feature and have the browser launch with the html file the user selected - is this easy to do (C#) tia.
|
| .net class library in a sensible format | 18 Aug 2005 14:33 GMT | 1 |
Does anybody know where I can get hold of a copy of documentation for the class library of the .net Compact Framework in a nice, sensible format like text, html, pdf, ps... - something I can download and view on a Pocket PC what I havn't got access to my desktop with Visual ...
|
| Timeout problem | 18 Aug 2005 14:10 GMT | 4 |
Session variables in application. On time out the data does not go to posted form. What is the best way to remember data on form without using sessions or cookies? Many thanks!
|
| Help with Isolated Storage path length | 18 Aug 2005 13:46 GMT | 1 |
I'm using IsolatedStorageFile.GetUserStoreForDomain(), and then using this object to create IsolatedStorageFileStream. The problem is the path generated is too long (it throws an exception). It insists on a max of 260 characters, even though it is eating over 200 of that with ...
|