| Thread | Last Post | Replies |
|
| System.Globalization.CompareInfo.Compare stack overflow exception | 18 Dec 2006 15:28 GMT | 5 |
Randomly I got the following exception: 00000050 push dword ptr [esp+10h] 00000054 mov edx,edi 00000056 mov ecx,ebx
|
| ViewState - no accessibility - .NET2 ASP - c# | 18 Dec 2006 14:53 GMT | 2 |
Hello, i found a bug ? or an incompetence of my share ! I've 1 aspx and 3 ascx level : as : Default.aspx : PlaceHolder1 < Page_Init : LoadControl(1.ascx)
|
| Interface and enum | 18 Dec 2006 14:50 GMT | 3 |
I'm converting some code over from vb.net to c# and have the following issue. In VB you can have enum's within an interface. i.e. Public Interface Class1
|
| Parsing | 18 Dec 2006 14:42 GMT | 1 |
Hello I have the following line I need to read inside the command line: executable -dir directory -type type1 -file file name I want to read this line and to parse it inside variables, how can i parse the file name if it can consist of couple of words with
|
| Classifying ips | 18 Dec 2006 14:38 GMT | 2 |
Is there any way I can classifying ip addresses connected to my server, i.e regions, class or any specific ones I want to mention in some property ? Thanks in advance
|
| XML Annoyance | 18 Dec 2006 14:30 GMT | 4 |
I am using C# to create an XML file in memory and then save it to a file. Everything is working great apart from one thing which I can't figure out! :( I have a few namespaces.. one is causing problems: XmlDocument MANIFEST_XML_DOC = new XmlDocument();
|
| Bit manipulation | 18 Dec 2006 13:19 GMT | 2 |
We would like to see if C# (1.1) has any API to manipulate bit in that way: For example, send a variable to it, like a INT64 and ask that function is such bit
|
| Sending data to virtual serial port | 18 Dec 2006 11:39 GMT | 2 |
how to send data to other application by serial port? I want to have two programs opened on one computer, one send and second recive data, but using serial port. Wesolutki :-)
|
| how to set up runat="server" in webcontrol | 18 Dec 2006 10:27 GMT | 2 |
How can I set up runat="server" in dynamic added UserControl ? I have my control created in designer. When I use drag & drop to implement it in website it works. when I use code:
|
| Programmaticaly checking a shortcuts properties? | 18 Dec 2006 09:13 GMT | 4 |
I want to write a quick and simple programme to update a shortcut on about 20 peoples workstations. They will all have the same shortcut, so I thought the simplest way would be to create the shortcut on one computer and just copy it to their desktops.
|
| send msg | 18 Dec 2006 08:00 GMT | 2 |
I'd like to send a message from server to client via socket with the following code ..........server......... string s="message";
|
| Chartfx vs. Dundas Charts | 18 Dec 2006 07:26 GMT | 6 |
I am about to purchase a chart control for my application but I am not sure which one to go with. Does anyone have any pros/cons for either component? I have already tried both and they seem very similar but there is only so much I can test before I need to purchase.
|
| making a splash screen? | 18 Dec 2006 06:28 GMT | 7 |
like my subject says . . i wanna make a splash screen , i have the picture i want to use. I wanna do it the right way , in VB i'd seen source that used a FORM! without borders and a picbox on it with the picture! =S
|
| How to manipulate Word from c#? | 18 Dec 2006 06:24 GMT | 1 |
Hello everyone here! I have two tough tasks in my c# application. First I want to insert text in the Microsoft Word, and how am I going to check the location where I insert the text?
|
| Question on WebClient methods | 18 Dec 2006 06:03 GMT | 1 |
My app utilizes the WebClient class to get files via FTP and to interrogate pages via HTTP. However, some sites that the software is being deployed to does not have always on connections. So I am being asked to support dial-up and VPN connections. The problem is that I
|