| Thread | Last Post | Replies |
|
| VS Goes to Sleep | 28 May 2007 21:17 GMT | 6 |
I have a solution with 5 projects ( 4 dll + main). When I build it, the log comes up showing a successful build, but the cursor is a thick arrow. When I click on the editor page, the hourglass cursor comes on and stays on for about a minute or so.
|
| Capture a programs output. | 28 May 2007 20:32 GMT | 5 |
I am trying to capture the out put of a command line program. Let say ping or maybe better yet nslookup. I would like to launch and then capture all the output , redirect it I guess to a string variable or something. I know how to start it , but not how to capture it. Nslookup I ...
|
| Scale fonts | 28 May 2007 19:50 GMT | 1 |
anyone knows if a Font can be scaled only in one dimension (width or height). The result would be a Font that would have the same height and double wide, for example.
|
| custom collection editor | 28 May 2007 18:53 GMT | 1 |
i want to know if is possible to create a "custom collection editor" anyone know how to?
|
| Get process full path | 28 May 2007 17:39 GMT | 4 |
I want to check if in this computer have outlook a programe. If yes --> System.Diagnostics.Process.Start ("OUTLOOK.EXE"); How to check if no??
|
| REG_BINARY to meaningful text | 28 May 2007 17:33 GMT | 2 |
Can anyone please tell me how to retrieve meaningful value from registry value in REG_Binary type? I tried to convert REG_Binary value to string using the following code.
|
| forcing combobox elements | 28 May 2007 14:59 GMT | 4 |
I have a C# project with a windows Form. In the form I have a ComboBox. I would like to force the user to choose one of the entries in the combobox, and not allow him/her to edit the content of the entry chosen. Is this possible in some easy and elegant way?
|
| Check if program is already running | 28 May 2007 14:07 GMT | 1 |
How can I check from C# code if outlook program if the process is already running? if not, I run outlook with: System.Diagnostics.Process.Start("OUTLOOK.EXE");
|
| Data file only opened by 1 app. | 28 May 2007 13:51 GMT | 2 |
In an app that I', writing, I would like to implement the similar to the functionality in MS Word where Word detects wether a *.doc file has already been opened in another instance of Word. I guess I would set some file attribute like read-only or something on the file - however, ...
|
| WSDL | 28 May 2007 12:49 GMT | 2 |
I try to use wsdl in my application. In VS2005 in menu: Data->Add new data source i choose - web service...then in URL -I set https://something/abc?wsdl...and there is a problem...because I get an
|
| PageIndexChanging in a GridView | 28 May 2007 12:26 GMT | 1 |
In my C# 2.0 web form project, I have GridView1 in Form1.aspx. I am wondering why I can't find the PageIndexChanging event in the Form1.aspx.cs but the GridView1 still can go to other pages. So, where exactly does the C# 2.0 web handle the PageIndexChanging thing?
|
| how to retrieve section CDATA from xml file | 28 May 2007 10:04 GMT | 1 |
I have got xml document with CDATA sections containing special characters like links to images. All Iwant is to display the content in my div section. I tried like this:
|
| Debug a .NET applet | 28 May 2007 09:11 GMT | 5 |
Hello... I have a Windows Forms UserControl in a ClassLibrary and I use this UserControl as an applet in IE. Both WebApplication and UserControl are in C#.NET 2.0. The UC has a button with a handler on it`s click
|
| How can I custom a listview which item contains a processbar-like control? | 28 May 2007 02:07 GMT | 2 |
Hi,all How can I custom a listview which item contains a processbar-like control? And each processbar can be set respectively. Any help gratefully received.
|
| Split a DataTable into two DataTables | 28 May 2007 01:02 GMT | 2 |
Hi, I have a DataTable which I want split into two other datatables with the top 1/2 of the original datatable in one datatable and the other 1/2 in another datatable. Is there any easier way to do this other than iterating through the
|