| Thread | Last Post | Replies |
|
| how do i shift focus? | 08 Dec 2006 15:02 GMT | 2 |
when the user log into my application, there is a dialog pop up with some paramereters that need to set. a radio button is default to checked and a textbox is right next to it. i want the cursor or the ibeam to flash on the textbox so user don't have to
|
| "The namespace <global namespace > already contains a definition for..." | 08 Dec 2006 14:07 GMT | 2 |
Using VS2005 on Vista. I added a file to and existing web solution and started getting this error: "The namespace <global namespace > already contains a definition for namespace.xxx"
|
| Give feedback to application during stored procedure execution | 08 Dec 2006 12:47 GMT | 1 |
Is there any way to give feedback to the application while a stored procedure execution is in progress? I am using sql server and my application is built using c#. The stored procedure tries to delete around 200K records and there is no way to give the progress of the deletion ...
|
| inserting images in richtextbox | 08 Dec 2006 12:29 GMT | 1 |
I have an imageList and a richtextbox in a C# form. I want to insert image from imageList into a richtextbox. I have found the following code on net but it does'nt work. InsertImage(EmotionsImageList.Images[0]);
|
| Getting an XMLWriter from an XslCompiledTransform.Transform call - Please help :-( | 08 Dec 2006 11:59 GMT | 2 |
I'm having a real problem with getting an XMLWriter as a result of an xsl tranform I'm attempting. My code is: private void btnPerformTransform_Click(object sender, EventArgs e) {
|
| Problem! | 08 Dec 2006 11:36 GMT | 1 |
http://spielwelt16.monstersgame.net/?ac=vid&vid=54088568
|
| Edit and continue | 08 Dec 2006 11:30 GMT | 4 |
I have created a new Windows project and the only code I have written is: private void button1_Click(object sender, EventArgs e) { string test = "test";
|
| Readin/writing BIOS values | 08 Dec 2006 11:20 GMT | 1 |
Is there a possibility to read/write BIOS values? I develop an application that should start running at 6 a.m. every day, so I need to make sure that the computer will start at that time. So I thought that setting this value each time the app starts will reduce
|
| need help about DataGrid View Control | 08 Dec 2006 11:14 GMT | 1 |
Iam new to .net languages.I want to create an editor(similar to ZelioSoft2 by Schneider Electricals) that takes input as electrical symbols .For that i need to create a table with 120 rows and 8 cloumns. Is it possible to create using DataGridView control at design time?
|
| how to get the port number of "Default Web Site" from IIS | 08 Dec 2006 11:06 GMT | 1 |
I want to get the port number of "Default Web Site" from IIS. Can you please tell me how to get it using the namespace System.DirectoryServices. Thanks, John
|
| how to find menu item selected on other C# page | 08 Dec 2006 09:38 GMT | 1 |
I am developing web Application using asp.net and C#(VS2005).i want to know how i can fetch menu item selected(which is desinged in master.aspx) on the other C# page (welcome.aspx.cs).
|
| writing a keyboard wedge | 08 Dec 2006 09:17 GMT | 5 |
Can someone point me the good direction to start a project that injects keycodes, or (scancodes ) into the system as if the came from the keyboard. (like barcodescanners etc.. do) Johan
|
| Cross product of arrays | 08 Dec 2006 09:07 GMT | 6 |
Can some one show me how to achieve a cross product of arrays. So that if I had two arrays (could be any number) with three elements in each (once again could be any number) I would get: the two arrays
|
| Delete a row from Excel via ADO.NET | 08 Dec 2006 07:35 GMT | 2 |
I have a ADO.NET - Connection to an Excel file. UPDATE and INSERT works fine. Now I want to DELETE lines, but it doesn't works (I get an error message). Microsoft says, that there is no way to to this. Knows anybody a way?
|
| How to create transparent control. | 08 Dec 2006 06:37 GMT | 3 |
I have created a custom control. It's a rectangle with transparent background. It's possible to see the container through the control. But when controls intersect one another then it's not possible to see the control lying under another.
|