| Thread | Last Post | Replies |
|
| XP like ProcessBar | 08 Jan 2008 11:18 GMT | 2 |
I want to make a processBar like the processbar then XP start up, without any mesument just indicakiten the process working. I can use a ordinar ProcessBar system vith max, min and value input. I have try to google a solution but can find any hint how to do it.
|
| Problem with BackLog (TCP Queue).. | 08 Jan 2008 10:55 GMT | 8 |
I'm building a web server and having some issues with the TCPListener.Start(BackLog). It doesn't seem to do as expected. I'm using MS Web Stress Tool to test against my web server and when I see 200 connections at once to it, and I'm seeing 2/3 of the sockets as socket
|
| Data-bound comboboxes refusing to release focus | 08 Jan 2008 10:48 GMT | 2 |
I have a view to a database that I have created for Client Maintenance. It has a number of fields, but the important ones are Medical Condition, Bill To, and Country. I have a couple of external tables: One for Countries that store each Country
|
| Close a memorystream? | 08 Jan 2008 10:43 GMT | 2 |
I have a function that sends email messages plus attachments. I'm worried about the memorystream I'm using in the following clipped code sample. Will it be closed/disposed of without me doing anything ?
|
| DataGridView footer | 08 Jan 2008 10:23 GMT | 2 |
How can I implement a DataGridView footer? Thanks in advance! Vanessa
|
| Calling C# dll from existing native application | 08 Jan 2008 09:21 GMT | 2 |
Is there a preferable way to write a C# dll that should be called from an existing application (running native code). It is not possible to change this application and its source code isn't available.
|
| Starting with VS 2008 and new feature | 08 Jan 2008 09:11 GMT | 15 |
Ok, today I decided to open vs 2008 and start to see what's the changes. What's the best way to try do do something? So I decided to read a stupid xml file with LinQ ... but ... strange thing despite the 2008 is the only version avalaible on my system ... framework 3.5 is
|
| c# code detect inset/remove events at usb port | 08 Jan 2008 07:21 GMT | 6 |
i wanna detect if a anything is connected to the usb port I am using system.management class for tht purpose this is my code class usbdetect
|
| How to restrict DataGrid's rows not to be deleted, but editable | 08 Jan 2008 06:30 GMT | 2 |
In my C# 1.1 Windows Form, how do I limit a DataGrid's rows not to be deleted, but still can be edit. Thanks for help. Jason
|
| How to read from resouce file. | 08 Jan 2008 05:29 GMT | 2 |
Hi.. I want to get name of an image file from a resource file. Can anyone help me out...
|
| P/Invoke explanation | 08 Jan 2008 05:04 GMT | 8 |
On more than one occasion I stumbled upon an explanation here that talks about the 'P/Invoke layer'. Although I've got a general idea what it's about, I'm having trouble grasping what it really means. Because I suspect I'm not the only one with these questions, here they
|
| Downgrade from .Net 2.0 with sp1 to .Net 2.0 without sp1 | 08 Jan 2008 04:35 GMT | 5 |
I have a problem with a bug in the sp1 of .Net 2.0 which is reported on this page: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx... Because of this a program I am using is not functioning well because
|
| array | 08 Jan 2008 02:57 GMT | 5 |
Dear programmer I don't understand the array can any one give very easy example to understand the types of array ( I can use command button and text box) Example
|
| Reuse Method | 08 Jan 2008 02:46 GMT | 5 |
I have many .cs code-behind files that use the same method. I have the method coded into all of these code-behind files within the ASP.NET site. methodName(){} Problem is when I need to change the method code I must do so in all the code-behind files. It is a lengthy and ...
|
| stuff keystokes | 08 Jan 2008 00:54 GMT | 1 |
how can i send key strokes to another application after i started it using process class when this applications starts i need anykey to continue tks
|