| Thread | Last Post | Replies |
|
| reading to get started | 30 Dec 2006 22:49 GMT | 4 |
I have opportunity to get involved with a .net project, but haven't done any .net yet. I'm an expert in VB6, Java, and J2EE. Could someone please recommend some online stuff to read to get me going. I have everything necessary to set up and write applications in .net.
|
| Explain interoperability. | 30 Dec 2006 17:52 GMT | 2 |
Please explain Interoperability in .NET Technology.
|
| transfering images from nikon coolpix L4 digital camera | 30 Dec 2006 17:17 GMT | 2 |
In windows ME, I am getting an error message saying the device loader could not load the device driver
|
| VS2005 IDE Crawls | 30 Dec 2006 01:10 GMT | 7 |
I recently installed VS2005 standard edition on my pc which is Athlon 1.4Ghz processor with 512 Mb of RAM with XP Pro sp2 and although the performance of VS2003 was acceptable VS2005 takes an age to load and the IDE is so sluggish to be almost unuseable.
|
| Combobox: fast filling with enumeration values? | 29 Dec 2006 21:54 GMT | 1 |
Is there a quick way to preload a ComboBox with all values of an Enumeration? Either in VS.2005 Designer or at run time. In my case the combobox is bound to a property of a business object. thank you. herbert
|
| ASP.NET 2.0 Menu Control | 29 Dec 2006 17:53 GMT | 1 |
Hello NG Does anyone knows, how I can design the submenu-style different from the mainmenu? <asp:Menu ID="menu1" runat="server" BorderColor="#000040"
|
| can i access CRM from ouside LAN | 29 Dec 2006 16:58 GMT | 1 |
if i have a implementation of MS CRM 3 in my office. All users of CRM can access it from within the LAN through windows authentication. How can they access it from their home or some remote position. i dont want to use offline CRM/outlook functionality. Can i access MS CRM 3
|
| prevent user from moving off current row when data changed | 29 Dec 2006 16:39 GMT | 3 |
I have a simple Windows form for editing. Search results are bound to a bindingsource and shown in a datagrid paired with a datanavigator. The current row's data is displayed in text boxes bound to the same bindingsource. I'd like to present a save / cancel dialog if the user
|
| memory issuse with listview control? | 29 Dec 2006 14:53 GMT | 1 |
When I add items to a Listview control, then clearing the items and adding more items my program seems to allocate a few KB of data and then not free the Memory. I noticed this about half way through writing a program and it's driving me a bit mad. I have posted a sub function ...
|
| Power Point Automation Delete Slides | 29 Dec 2006 09:56 GMT | 3 |
I am working on Power Point Automation and i just want to disable Delete Slide Option , Is there any way to disable delete slides option from right click menu and using delete key.
|
| Wish List... | 29 Dec 2006 05:36 GMT | 3 |
reg. VS.NET 2005 In my C# project, I've many files (aspx and .cs etc.) in folder hierarchy. When I open any file (.cs or .aspx) the solution explorer is not showing my current file as selected. This makes me bit difficult to find it in solution
|
| Error importing key - object already exists. | 28 Dec 2006 21:42 GMT | 2 |
I'm getting the above error in a dialog box from Visual Studio 2005 when trying to sign an assembly using a PFX file, and would like to know how to resolve the problem. Background:
|
| Open a URL, fill in fields and submit using .net code | 28 Dec 2006 16:24 GMT | 6 |
Hi, I want to write a simple .net program to open a URL, fill in fields, and click on a button to submit it using .net 1.1 framework. Can someone help in suggesting the libraries I should use?
|
| Usability issues... | 28 Dec 2006 14:45 GMT | 2 |
I use FireFox (2.0) and now IE7 also. Both browsers has tab page facilities. This is really nice feature. Both browsers has close buttons on tab page itself. This is also a nice thing (as I don't need to put some strain to remember and search for the button while closing a tab in ...
|
| IDbCommand, Oracle, Select query | 28 Dec 2006 13:11 GMT | 1 |
Best programmer, My mission is to execute a sql statement in vb.net and retrive the data into a file. I have managed to detect som issues with my code: queryString = "SELECT ...."
|