| Thread | Last Post | Replies |
|
| off-topic: Sites similar to elance.com? | 09 Jun 2007 01:14 GMT | 3 |
Are there any other sites similar to elance.com? I'm interested in developing a Windows application (also for Web, if possible), and I'd like to find someone (or a company) who can give me a quote for it.
|
| MSDN help in in pdf/doc format? | 09 Jun 2007 00:51 GMT | 6 |
Is there a way to convert a section of the MSDN .NET help to pdf format? I would like to read these on my eReader. John Dalberg
|
| Retreiving the logon account username for a particular windows service | 08 Jun 2007 23:48 GMT | 6 |
Does anyone know how to retreive the logon account username for a particular windows service? Or the current user that is running this service as a process. C# is the prefered language of choice. Apparently, the managed classes don't seem to offer this easily (and
|
| problem with threads | 08 Jun 2007 23:44 GMT | 3 |
Hi, its me again:P I'm writing my own mp3 player. I have loop which looks: while (trackBar1.Value != TrackLength) {
|
| Which event is raised after a DataGridView sorts itself? | 08 Jun 2007 22:04 GMT | 7 |
Hi, I'm using vs2005, .net 2, C# for windows application. I have a DataGridView control that its datasource is from a dataset datatable. After the user changes the data on a row in the grid, the grid sorts itself based on the new updated value.
|
| Launch devenv.exe and open a web site? | 08 Jun 2007 21:17 GMT | 5 |
Can I launch devenv.exe and specify a web site to open via command line? No solution or project file, just a web site. Thanks, Sam
|
| datagrideview...I need three textbox's in a sincle cell...help please... | 08 Jun 2007 21:00 GMT | 5 |
I have a datagridview which must have 3 textbox's in a single cell per row: textbox1 for Length textbox2 for Width
|
| multiple default buttons in a form, one per group control, possible? | 08 Jun 2007 20:35 GMT | 5 |
Is it possible (I doubt it) to have multiple default buttons in a form? I have several group controls in a single form, and when the focus is within one of the group controls, I want a specific button to be the default button.
|
| C# : How to handle the ENTER key | 08 Jun 2007 20:30 GMT | 4 |
i had designed a win app(an address book) when the user wants to enter the contact he will type in all the details and "HE SHOULD CLICK ON THE ADDENTRY BUTTON PROVIDED" i want to simplify this task for the user by allowing the data to bw
|
| how to simulate a different time zone? | 08 Jun 2007 20:15 GMT | 1 |
how to simulate a different time zone? ¿is it possible by code to simulate that i am in a different time zone just for to execute a few lines of code? in my case i am in the time zone "Santiago/Chile" which is GMT-04, but for
|
| How to obtain current user ID from AD? | 08 Jun 2007 20:01 GMT | 4 |
Hey guys, We have an intranet at the office. I typically do most of the forms in Cold Fusion. With Cold Fusion I can easily define the #strUserID# as the AD user value. I'm writing this new form in C# because it integrates better with
|
| help setting up VStudio help | 08 Jun 2007 19:57 GMT | 1 |
I just installed Visual Studio 2005 with a complete install of MSDN but Help is not working properly. I keep getting error 407 - Proxy Authentication Required for all the online sources. IE6 to Internet sites otherwise works fine. I was looking in help for the shortcut keys for ...
|
| How do I pass beyond cave 7 of digger .net ? | 08 Jun 2007 19:39 GMT | 4 |
Is there anyone familiar with digger .net, I can't get passed cave 7, how many caves are there? Thanks in advance
|
| Screen resolution and screen resolution. | 08 Jun 2007 18:56 GMT | 1 |
I have some machines that apparently are having the screen resolution changed based on group policies ( this is what my Network Engineer is telling me ). These machines are at customer sites so we can't see what it going on.
|
| Newbie Q: Declare variable IN the loop or BEFORE the loop? | 08 Jun 2007 18:56 GMT | 24 |
I have a somewhat trivial newbie question - but I'm trying to "get" C# more and more. Here goes: Let's say I have a loop: for (int i = 0;i <= MyCollection.Count - 1;i++) {
|