| Thread | Last Post | Replies |
|
| Change the focused item in list view | 05 Sep 2004 07:28 GMT | 1 |
When i change the selected item in a list view by code this item is not show as selected item .for example when this item is not in shown items (need to scroll) listview don't scroll automaticly and by pressing up and down keys next and previous item form the last selected item ...
|
| Key event with nothing! | 05 Sep 2004 07:26 GMT | 1 |
I try to find a way to have a program in windows tray. I can be anywhere in windows, and I want that if I press on the "F5" key, the program will pop up. Is it possible? I need the control the keyboard when the focus is not on the windows form. I think I have to manage
|
| .Net n-tier applications | 05 Sep 2004 07:17 GMT | 1 |
What would be the best way for implementing an n-tier business application in .net? Originally we were doing it using com+, but now we want to do a complete overhaul of our code base, and cannot seem to decide between, com+, web services and .net remoting.
|
| Delegate invoked on a virtual method? What happens | 05 Sep 2004 07:13 GMT | 1 |
If I hook a delegate directly to a virtual method... does it call the base class or the derived?
|
| HTTPWebrequest HTTP\1.1 100 Continue | 05 Sep 2004 01:41 GMT | 1 |
I have written several vb.net routines using httpwebrequest/httpwebresponse to post data and files to web sites running traditional ASP. However now that one of those sites has upgraded to ASP.Net I'm having difficulty posting to it.
|
| wininet.dll XP SP2 with .NET Framework | 04 Sep 2004 16:50 GMT | 1 |
I have an VB.NET .NET v.1.0 application which was behaving very nicely. The operating system has been upgraded to XP service pack 2, and now the application throws an exception on a call to InternetOpen of WININET.DLL with the error description of:-
|
| childOf | 04 Sep 2004 14:40 GMT | 3 |
My question is short and hopefully easy to answer. Is there a method in the .NET framework wich could determine if a object is child to another? The metod i am lookign for should work something like this:
|
| Is this correct... | 04 Sep 2004 08:29 GMT | 1 |
On one of my XP SP2 computers, my Add/Remove program list shows both framework 1.0 and 1.1. The other only shows 1.1. Am I okay?
|
| Bitmap for screen | 04 Sep 2004 08:07 GMT | 1 |
How do I go about getting a Graphics object which represents the screen? I basically want to be able to reference individual pixels on the screen, e.g. to get their color. ...Mike
|
| Dynamic Publication | 04 Sep 2004 06:08 GMT | 1 |
What is meant by Dynamic Publication in .net Remoting? Thanks, Chamith
|
| Dynamic load assembly problem in asp.net | 04 Sep 2004 05:40 GMT | 14 |
i have some code which will dynamic load another assembly it works fine in WinForm App but got an exception "cannot load the assembly" when i put it in a WebService App Loader.AssemblyLoader al = null;
|
| application configuration files | 03 Sep 2004 22:24 GMT | 2 |
I have created an application config file in the bin folder. It works fine when I execute the exe when not in visual studio. When I try to run the project in VS, VS deletes the config file when the app starts. I have gotten around this by making the config file readonly but this ...
|
| ASP.NET Form | 03 Sep 2004 22:09 GMT | 5 |
I have an Asp.Net form with a few textbox controls on it. When I load the page, is there a way to have the cursor set into the first textbox control?
|
| Internet Explorer | 03 Sep 2004 21:17 GMT | 2 |
When downloading a file a dialog box pops up... how does one deal with it using VB.Net? Details: I select a file to download.... a dialog box pops up for me to confirm the
|
| Is there any Property In MS SQL Server Like Rownum in Oracle | 03 Sep 2004 21:07 GMT | 1 |
Hi All.... I have to write one query where i have to display the ID as 1,2 3, 4 in oracle we used to ROWNUM to display ....in MS SQL server is there any property to show???
|