| Thread | Last Post | Replies |
|
| reconstruct a float number in c# that was received from a java ser | 21 Dec 2005 16:42 GMT | 3 |
i need to read a float number in my c# client that is received from a socket from a java server. 1. i think i found a sollution, here it is : public float readFloat()
|
| Close Form | 21 Dec 2005 16:38 GMT | 1 |
In the child form of an MDI, I'd like to be able to close the child form within the Form_Load event if I need to. However, if I issue this.close() inside the chikld Form_Load event, I get an exception: Cannot call Close() while doing CreateHandle().
|
| ImageCodecInfo | 21 Dec 2005 16:36 GMT | 2 |
What are ImageCodecInfo classes? Can tehy make your images (gif, jpeg, etc.) better or why to use them? I made a (another) screen capture program and notice that captures could be better. Could ImageCodecInfo class make screen capture picture
|
| Receive UDP Broadcast | 21 Dec 2005 16:33 GMT | 2 |
Does anyone have an example of how to receive a connectionless(udp) broadcast in c#. I have tried everything i can possibly think of and it won't recieve the message. I know that the message is coming in and that its not being blocked because there is another app on my machine
|
| commuicating between 2 forms | 21 Dec 2005 16:32 GMT | 5 |
Hi, I have 2 forms, I want to call a method from the other form, how can I do this. TIA
|
| MVC | 21 Dec 2005 16:31 GMT | 8 |
Hi, I am reading a lot about MVC pattern and I wonder - are there any known programs that were developed and do not implement MVC? I thought Outlook is one becuase the item object is not seperated from it's UI/ form - but I am not sure...
|
| How to create project from c file | 21 Dec 2005 16:22 GMT | 2 |
I have a simple C# in single file. I can compile by using csc. I would like to create a project/solution for that c# file. How to do that? Regards Quang
|
| Drag Drop | 21 Dec 2005 15:51 GMT | 3 |
Does .NET have any support for dragging objects over a panel?
|
| Folder View(Arrange Icons By) | 21 Dec 2005 15:28 GMT | 3 |
Is there any way by which we can know which particular arrangement of files and folders is being selected by a user in a particualr folder view.I mean that among the five options(Name,Size,Type,Modified,Attributes) which we can chose when we
|
| InvalidOperationException: object is currently in use elsewhere | 21 Dec 2005 15:17 GMT | 4 |
When i try to re-use brushes or pens over multiple threads, i often get an InvalidOperationException with the message 'object is currently in use elsewhere'. I also tried this by re-using fonts but no problems there.
|
| ASP.Net Calendar - Default height/width? | 21 Dec 2005 15:00 GMT | 2 |
I am using the <asp: Calendar> object. In the OnDayRender event handler I am putting text into certain day boxes, and leaving others blank. The effect is that some months have no additonal text rendered, some months will have 2 weeks(rows) with no additional content and 1 week with ...
|
| Loading assembly in a seperate process | 21 Dec 2005 14:21 GMT | 4 |
It is trivial to load an assembly in a new Application Domain. Is there any way of loading an assembly in a new process? I tried using the Process class like this: Process p = new Process()
|
| No context for HttpContext in class | 21 Dec 2005 13:57 GMT | 3 |
This is a C# web app. The Object HTTPContext is not available in my class. I need to grab an instance of the Current context with something like: HTTPContext c = HTTPContext.Current;
|
| VS2003 / VS2005 - tabs | 21 Dec 2005 13:50 GMT | 2 |
In VS2003 and VS2005 are tabs with code for example myclass.cs and I have tab name myclass.cs. Is there any shortcut that closes such tab ? Jarod
|
| List source files in alphabetical order | 21 Dec 2005 13:43 GMT | 1 |
This may seem like a really stupid question, but I cannot get the source files to appear in alphabetical order in the solution explorer. I've clicked on the A...Z icon, but they don't appear in alphabetical order. Richy.
|