| Thread | Last Post | Replies |
|
| .NET on XP SP2 | 05 Oct 2004 03:21 GMT | 3 |
I am developing on an XP client using SP2 with the firewall enabled. The problem is, it is brutally slow. I end up having to turn off the firewall in order to do any decent developmen work. Anyone else running into this problem?
|
| Usage of C# on Solaris Platforms | 05 Oct 2004 02:32 GMT | 1 |
I am using .NET 2003 platform. I want to port my code developed in C#, on Solaris 8.0. Currently I am using Bristol Wind/U 4.4 for porting the code developed in VC++ on to Solaris 8.0. Anybody is having idea, of porting the C# code to Solaris platform?
|
| SystemParametersInfo Failing in VB.net | 04 Oct 2004 23:39 GMT | 6 |
I'm using a SystemParametersInfo call to attempt to manage the screen saver. All I want to do is modify the ScreenSaveActive bit in the registry and have the OS recognize it (and occasionally set it back to -0-). Theoretically this should be easy to accomplish through the call ...
|
| Can I use VS 2005 to edit my ASP.NET 1.1 Code and Projects? | 04 Oct 2004 20:29 GMT | 2 |
Can I use VS 2005 to edit my ASP.NET 1.1 Code and Projects?
|
| .NET config file | 04 Oct 2004 20:21 GMT | 5 |
Can we have a config file writter for a DLL type assembly? I Have tried writing this kind , but doesnt work. It works fine when a config file is written for an Exe
|
| Multi-Threading Question | 04 Oct 2004 19:06 GMT | 7 |
I need to use Windows Meadia Player in my application to run som mpeg movies. I do not want to use the playlist facility of the Windows Media Player Control, I want to queue up the files to play myself. In order to do that I need to know when the current file has been played and ...
|
| color picker not working | 04 Oct 2004 19:05 GMT | 1 |
It seem the color picker is not working the way it should. Usually , I am able to define the color under "Custom Color", however, I don't see the "define" button . Any ideas? DT
|
| Undo | 04 Oct 2004 18:19 GMT | 1 |
i have a form with textBox(more then one) and i want the user to be able to do the "undo" operation. how can i do that? thanks
|
| C# Class in VB.NET Project ?? | 04 Oct 2004 16:31 GMT | 4 |
I have downloaded a C# ComboBox DataGridColumnStyle Class from http://www.codeproject.com/cs/miscctrl/datagridcomboboxcolumn.asp I want to use it in my VB.NET program. I try to reference it but intellisense doesn't pick it up.
|
| Binding combo box to datatable | 04 Oct 2004 16:10 GMT | 1 |
I've bound a combo box to a datatable in a dataset. I can't figure out how to access the selected row directly. If possible, I'd like to cast it into strongly typed datarow from my dataset: myRow=(myDataset.MyDataTable.MyRow)cboList.Items[.selecteditem];
|
| How to display progress bar in windows form during execution of DTS package? | 04 Oct 2004 14:59 GMT | 2 |
H I want to display progress bar during execution of windows form. When I execute DTS package the form will idle till the DTS package finishes Please help me in this regard. its an urgen Thank
|
| Copy 1 line from a 2D array to a 1D one? | 04 Oct 2004 13:42 GMT | 1 |
Is it possible to do what the title asks?
|
| short cut needed for attach to process | 04 Oct 2004 08:59 GMT | 1 |
Does anyone know of any keyboard short cuts to attaching to the aspnet process from the debug menu. It takes 4 or 5 clicks now, and want a quick click to it thx
|
| Context Menu problem | 04 Oct 2004 08:37 GMT | 4 |
Hi all, Lately I have been working on an application in VB .net CF for Pocket PC device. I have a small question about Context Menu. When I try to close the window after context menu is poped up, the window
|
| System.Enterprise Services DPAPI | 04 Oct 2004 08:17 GMT | 1 |
I have just written a COM object which ties into a roaming user profile so that I may use DPAPI on many machines and have the same encryption and decryption. When I install it on 2 of my servers it works great one server can decrypt the other server's data. That tells me that ...
|