| Thread | Last Post | Replies |
|
| How do I make my data grid, row selectable rather than cell | 29 Aug 2005 10:34 GMT | 1 |
Visual Studio 2003 .Net / C# I have a Datagrid on the screen that I can tab into at the relevant point in my tab cycle. Basically the datagrid displays rows of basic information and if the user double clicks in the margin of the datagrid it selects a row and
|
| Windows 2003 Server .NET 1.1 SDK? | 28 Aug 2005 23:37 GMT | 4 |
Hi .Netters, Windows 2003 out of the box installs only .NET 1.1 Runtime, right? If so, then I'd have to install the 1.1 SDK myself? SSP
|
| Hiring .NET programmers. Any leads? | 28 Aug 2005 16:40 GMT | 4 |
Anyone have any leads on where to find .NET savvy programmers in the Southern California area? (Santa Barbara) I've tried Craigslist, DICE and Monster, so far with little result. Any leads on groups or sites where I could find a couple of good people to hire would be much ...
|
| Design patterns in .NET | 28 Aug 2005 14:50 GMT | 5 |
i have a few questions i would like to ask : 1 - Where can i find good design patterns resources for .NET ? 2 - What's the best design pattern for a windows database application ( multiuser ) ?
|
| how to create a vb.net combobox datagrid column | 28 Aug 2005 11:29 GMT | 2 |
i need to add a combox column to a .net windows forms datagrid. Does anyone have a simple example of how to do this? Thanks.
|
| getting sub-folders and their sub-folders and so on | 28 Aug 2005 11:15 GMT | 1 |
Does anyone know an easy way to get all of the folders and their sub-folders and their sub-folders and so on? I need to get all of the folders and their paths from an inputted parent folder textbox. I need to put this into a string array variable like:
|
| Get assembly version of calling program | 27 Aug 2005 16:57 GMT | 2 |
I can get the assembly version with: Assembly a = Assembly.GetExecutingAssembly(); AssemblyName an = a.GetName(); an.Version.ToString();
|
| "How Microsoft Lost the API War" | 27 Aug 2005 01:35 GMT | 20 |
http://www.joelonsoftware.com/articles/APIWar.html "So you've got the Windows API, you've got VB, and now you've got .NET, in several language flavors, and don't get too attached to any of that, because we're making Avalon, you see, which will only run on the newest
|
| newbie question | 26 Aug 2005 23:05 GMT | 3 |
i'm new to .net. i have a page called productReview.aspx. I didn't develop this originally. in the page, the code shows the following: <FORM id="Form1" method="post" runat="server">
|
| Start page reset project Names | 26 Aug 2005 23:03 GMT | 1 |
How can I clear out all my existing Project names and start again. Thanks in advance
|
| Is ODBC useless, or OK in some circumstances? | 26 Aug 2005 21:36 GMT | 5 |
For an application displaying read only data targeting a small audience it would seem to me that using ODBC DSNs to delegate user authentication would be quicker to develop than recreating that same authentication and authorization within the app using dotnet data providers, ...
|
| Try / Catch and Resume Execution | 26 Aug 2005 19:38 GMT | 9 |
As a .NET newbie I'd appreciate some advice... I've been tasked with writing a small app (in VB .NET) that takes some data from our HR system, does some format modifications, and loads that into Active Directory. For error handling of this app, I was considering having the app ...
|
| Force MeasureItem in OwnerDraw menu? | 26 Aug 2005 19:17 GMT | 5 |
How can I force a MeasureItem message for an owner-dramn menu item? Here is the dilemma. I wrote a lovely little Component for owner-drawing all the menus on a form and making them look like Office XP-style menus (mostly an academic exercise). I came across a problem with another ...
|
| Is there a way to invoke a method in another thread form current thread? | 26 Aug 2005 18:43 GMT | 6 |
May be it's not obvious what am i asking for... I have 2 threads in my application. The first thread responds for the user interface and sending key combinations,
|
| http file download | 26 Aug 2005 17:45 GMT | 3 |
I am trying to download a file from a web page in code. I cannot use the System.Net.WebClient DownloadFile method because in order to get the file i must POST a request with form fields. Took a wild-*ss_guess at how to do it but it doesn't work. (see code below) I get a error 400 ...
|