| Thread | Last Post | Replies |
|
| String Alignment problem | 06 Jun 2007 02:40 GMT | 1 |
Friends, My Problem is related to writing a text file from a database using .Net. in a particular string format. I have a dataset with a table, let suppose in this table there are
|
| Problem with returning to XP with dual boot vista. | 06 Jun 2007 02:39 GMT | 1 |
I recently got Windos Vista, and I wanted to have it without losing windows XP, so I installed it on a seperate partition as a dual boot. Windows Vista works fine, but when I try to get back into Windows XP, I get a message saying the Hardware Ajustment Layer has been corrupted ...
|
| finding files in adirectory | 05 Jun 2007 19:58 GMT | 2 |
how to get the number of files in a directory...including the files in the subdirectories... is there any default method of Directory class.. please help out
|
| Redirecting keys using ActiveX RDP control in C# | 05 Jun 2007 13:10 GMT | 1 |
I'm writing a simple Rdp client in C#. In the Remote Desktop connection provided with windows, we can configure to redirect the winkey, and other hot keys such as alt+tab under the Local Resource tab. But I've been unable to do the same in an AcvtiveX RDP Client. Reading on MSDN i
|
| Data Binding in depth | 05 Jun 2007 10:49 GMT | 1 |
I'm moving from asp.net to windows forms programming and I have some difficulties in learning data binding.. (DatabindingSource, TableAdapter, etc etc) Can someone tell me about some free tutorial on this argument?
|
| Groups in ListViewGroup | 04 Jun 2007 15:33 GMT | 2 |
I'm trying to introduce an action in the group line in ListViewGroup. It´s possible? For Exemple + Men
|
| autoscaling of winforms | 04 Jun 2007 15:18 GMT | 1 |
i'm a newbie to winforms.... i've designed few forms... but when the resolution is changed to lowest number.. i'm not able to see certain buttons on my form...
|
| Database backup from the application code ... | 04 Jun 2007 12:33 GMT | 1 |
Hi, The task I want to do is backing up the sql server 2000 database which my application connect to from a client machine and saving this backup on the server machine. Is it possible to do that ? and if yes what code can I write to accomplish this task ? Thank you.
|
| Settings for Windows Service | 04 Jun 2007 07:35 GMT | 3 |
I have a requirement to create a windows service application that will need have settings (e.g. list values, connection settings, etc.) stored externally (i.e. not hard coded). To allow administrators to manage the settings I'll be creating a windows
|
| Need help in identifying a control | 03 Jun 2007 23:35 GMT | 1 |
I have seen controls like the PropertyGrid that have a label titled Properties and have a Pin and cCose button on the label. What control is used to create the label with a pin and close button? Bill
|
| From Console::WriteLine() to message box | 03 Jun 2007 01:47 GMT | 3 |
/* I am trying to use message box instead of Console::WriteLine() to upgrade my code from just using the console to using GUI. In the bottom 2 lines, #1 works, but I have hard time to make # 2 works. Can
|
| preventing the label from getting focus? | 02 Jun 2007 18:32 GMT | 1 |
I have a groupbox with labels and textboxes , just like a regular form. I've set the tabindex for each consecutive textbox to tabindex of the prior textbox +1. The labels have high indexes , but they still
|
| Call system application to open a specified file. | 02 Jun 2007 17:28 GMT | 4 |
In my program, client is allowed to select a image file from open file dialog. And I am required to provide a preview button, when clicking it, system program like paint should be called to open that file. May you tell me how to implement that. Thx
|
| Label Printing Application | 02 Jun 2007 15:26 GMT | 1 |
I need to convert a label printing application from Froxpro 9 to c# 2. The application is a simple sdi app with a small preview window of the label on it. I'm not sure where to even begin to do this with c#. Any ideas? Here is the screenshot of the current application written in ...
|
| DateTimePicker | 02 Jun 2007 12:07 GMT | 1 |
I am using DateTimePicker control in my form and I wanted this control to be shown in open state (like user clicked it to open) when form loads. Any idea how to do that?
|