| Thread | Last Post | Replies |
|
| Verifying a file path + other file path operations | 20 Feb 2005 12:37 GMT | 2 |
(Using C#) Question 1: Is there an easy build-in support for determining wether a given file path is
|
| Object reference not set to an instance of an object. | 20 Feb 2005 10:32 GMT | 7 |
Can somebody assist. I build this code on a dev laptop and copied across the entire code to a Windows 2003 server with 1.1 framework. It is basic ASP.NE
|
| Mutiple submit buttons in a single page | 20 Feb 2005 09:47 GMT | 4 |
I pretty sure I've seen this problem addressed before, but I can't find any references. The short story is that I have I have multiple submit buttons on a page, each providing different functionality. For example, I have a search option,
|
| Type.InvokeClass vs. InvokeMethod... | 19 Feb 2005 20:26 GMT | 1 |
I think invoke method is good. but it is not 'great'... I need a way to invoke the class... ex: t = getType(myClass)
|
| How to reuse enum-definition? | 19 Feb 2005 14:19 GMT | 3 |
I want to define an enum for possible languages in my application. My enum look like this: Public Enum Languages English = 0
|
| Opinions - What's Next In Development Technology? | 19 Feb 2005 13:01 GMT | 3 |
With .NET becoming the right tool to use now what do you think is going to be the next great development technology? Thanks!
|
| Visual Studio Combobox control usage | 19 Feb 2005 12:25 GMT | 2 |
I have a combobox that is loaded with last name from a table. I want to click on the persons last name, and have all the ADO.NET bound textboxes on a form load with the clicked persons data. I can do this rather easily in Access. How can i do this in VB.NET/ADO.NET, I have ...
|
| VB.NET Integer data types | 19 Feb 2005 11:35 GMT | 3 |
Is the Integer data type deprecated? I am not sure what Integer data type to use in some of my classes. According to the URL below, if I am reading it correctly, it seems as though I should be using the Short, Integer, and Long data types. Is this correct?
|
| Balloon Notifications | 19 Feb 2005 11:29 GMT | 1 |
Windows XP supports balloon notifications and I was wondering how I would be able to use them from a .NET application. There is already a NotifyIcon component which can post a icon in the taskbar, but it doesn't support balloons. Is there any way to use a balloon notification ...
|
| Help with custom DataGrid control | 19 Feb 2005 11:25 GMT | 1 |
I have created a custom DataGrid control which implements a custom property HighlightRow of type Boolean. I have another custom DataGridTextBoxColumn class, which Overrides the Paint method in order to facilitate row highlighting.
|
| the application crash without any debug msgbox | 19 Feb 2005 10:50 GMT | 1 |
i have net application that is compose of dll in vb.net and c managed code , and unmanaged. the application crash after 8-9 hours of running. its crash without any message box of exception (i compile it in debug
|
| Customizing DataGridTextBoxColumn | 19 Feb 2005 07:57 GMT | 2 |
I am customizing DataGridTextBoxColumn. How can I access properties in DataGrid to which custom DataGridTextBoxColumn will be added. Say for instance, how I would access SelectionBackColor property of the DataGrid to which this custom column is added?
|
| What's the best choice? | 19 Feb 2005 07:50 GMT | 8 |
I have a new project to develop in .NET. The timeline for this project is about 3 years (yes, a big project as well). I work with VS .NET 2003 today, but I thinking use the new VS .NET 2005 for this new project, but this is not availabe in a final version today.
|
| Networkstream returns ArgumentOutOfRangeException | 19 Feb 2005 07:47 GMT | 7 |
Since this issue encompasses so many things - I have to generally post it I guess. I'm building an application for a Wireless PDA - when it is connected to the Network I tested a TCPListener & TCPClient connection from the Server to the
|
| different Languages in same page | 19 Feb 2005 07:43 GMT | 1 |
How can I display characters from different character sets on the same HTML page? How to simultaneously display multiple languages on the same page. I am using div tag to display source and target languages in a same asp.net
|