| Thread | Last Post | Replies |
|
| User Control - GotFocus - LostFocus | 13 Jan 2006 00:14 GMT | 1 |
I work with a third party control that provides the ability to load within it Winforms controls and providing a multi document interface such as the one in the VS.Net IDE. I find that adding a handler to the user control's got and lost focus
|
| How to destroy an object and all references to it vb.net | 12 Jan 2006 22:40 GMT | 1 |
The crux of my problem is that I want to destroy an object without using the reference (by using a collection etc.) and have the reference basically show 'nothing' I have a MDI form with forms that are going to be displayed on it. The
|
| gridview.sort crashes my server | 12 Jan 2006 19:42 GMT | 1 |
When I create a gridview in code and use these as my event handlers my server crashes. Can anyone point me in the right direction? protected void gridview_OnSorting(Object sender, GridViewSortEventArgs e) {
|
| Configuration System failed to initialize | 12 Jan 2006 19:40 GMT | 1 |
I have a windows service written in C#, and whenever I start it up, I get the error "Configuration System failed to initialize" when ever I call ConfigurationManager.AppSettings["path"]. I tried hard coding the values, but I also have a web service I am calling
|
| Financial functions in .Net | 12 Jan 2006 19:18 GMT | 2 |
I am writing a C# application but needs some financial functions like Present Value function (PV) in the Microsoft.visualbasic assembly. Is there anyway to access these functions from the Microsoft.VisualBasic assemble or are there any other .Net assemblies that would provide ...
|
| ListBase with unknown generic | 12 Jan 2006 19:15 GMT | 1 |
I would like to create a base class that inherits List(of X) where X would be determined by the class inheriting the base. ie Public MustInherit Class ListBase : Inherits List(Of ?)
|
| Anyone got an infix to postfix (RPN) math notation converter? | 12 Jan 2006 19:10 GMT | 6 |
Anyone got an infix to postfix (RPN) math notation converter? I've looked around a bit and haven't found anything quite what I want. I just want a method that will take a string in infix notation and return a string in Reverse Polish Notation.
|
| Shell Commands | 12 Jan 2006 18:47 GMT | 7 |
My application uses SHELL command to run external programs, like this : Shell("program.exe", AppWinStyle.MinimizedNoFocus, True) or Shell("program.exe", AppWinStyle.Hide, True)
|
| How to create a long path in VB.NET | 12 Jan 2006 16:56 GMT | 3 |
I have a system with very long paths and I'm trying to use file.exist(Longpath) to test the paths existance but it gives a message that the path is too long. Can someone tell me how to manupulate long path in VB.NET. I am refering to
|
| Newbie scratching his head | 12 Jan 2006 16:00 GMT | 3 |
I've been a designer for years and am now getting into development. However I'm a bit confused as to which language to learn first. Visual Basic looks easy to learn but I've read C# is much more powerful. Which would you recommend I start out with?
|
| Outlook integration in vb.net Web development | 12 Jan 2006 15:38 GMT | 2 |
I would like to integrate Outlook into my vb.net web page, so that when I send an email (which I can successfully do now), it shows up in the sender's Outlook Sent Items. How do I do that?
|
| Porting to .Net | 12 Jan 2006 13:18 GMT | 4 |
We have a product which is completely programmed using vc6,now there is a requirement from the client asking for providing .net compilation support to the existing codebase. We have to give an estimation for completing the above requirement.Any
|
| Cash problem in asp.net | 12 Jan 2006 12:24 GMT | 2 |
I am making a website in asp.net But I have a problem with a few pages. When I placed a breakpoint in my code in the Page_Load sub it didnt stop
|
| how to add color the browser scrollbar | 12 Jan 2006 09:53 GMT | 1 |
How to the add a blue color scrollbar to the browser Left and bottom. Thanx Shun
|
| .NET support for USB devices? | 12 Jan 2006 07:59 GMT | 2 |
These days, many devices connect to the computer using USB interface. For example, my MP3 player and printer is connected through USB. I searched for 'USB' in the Object Browser but there was virtually no result. I could find only System.IO.Port and it didn't seem to related
|