| Thread | Last Post | Replies |
|
| problems with creating setup project | 15 May 2004 05:20 GMT | 1 |
I have created asetup project by using instruction from http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B821766 It creates the setup project and when I install it, it does show up in the ADD or Rmove Programs window but does not appear in the Programs menu Any help will ...
|
| Visual Studio .NET 2003 | 15 May 2004 05:15 GMT | 3 |
We need to find a downloadable copy of the evaluation version of this software. Any one know where I can get it? The reason: We're trying to evaluate Biztalk 2004 but it
|
| One Concern About .NET Application Rights | 15 May 2004 03:19 GMT | 1 |
I see that the .NET platform is built around the idea of reusability. Is there any way to actually prevent someone from reusing one of my private assemblies? Suppose I have a commercial app Thank you very much Rich
|
| Screen scraping anyone? | 15 May 2004 02:55 GMT | 2 |
Anyone know of a control (or code showing how to) scrape addresses from a web page? Thanks for your help!
|
| iis is not running | 14 May 2004 23:23 GMT | 1 |
(Type your message here) visual studio cannot create or open the application because the web server on this computer is not running. start the web server before proceeding. I have checked the iis service and it is not running when i start to open iis service it is giving an error ...
|
| code conversion | 14 May 2004 22:19 GMT | 2 |
help: how to convert the piece of VB code to c#? If TypeOf pMap.SpatialReference Is IProjectedCoordinateSystem thank you so much
|
| how to get value by key in a hashtable | 14 May 2004 22:16 GMT | 2 |
how to get value by key in a hashtable? thank you!
|
| Automating Late Binding Object to a Control | 14 May 2004 22:15 GMT | 6 |
I have a Windows Form Control that needs to interact with an object created by the project consuming the control. So I have exposed a Public property which I can set to the name of the object at design time. eg. Class MyControl ...
|
| Asynchronous Client Socket ASP.NET | 14 May 2004 21:45 GMT | 1 |
I'm trying to build a client ASP.NET application in VB.NET that can display messages from a server application as soon as it receives them. These messages from the server have a limited life span so as soon as
|
| My Day Today | 14 May 2004 20:13 GMT | 7 |
Today I wrote a c# service that read and parsed and XML file and manipulated other services based on using the values in the XML to evaluate http calls. The application uses the ThreadPool to make simultaneous http calls. What did you do today?
|
| Creating OCX files | 14 May 2004 19:23 GMT | 19 |
Can anyone point me to a primer for creating OCX controls in VB .net? In particular, I want to access a web service in a VB6 application (not an easy thing to do). So, if I can write an ActiveX control that accomplishes this in .Net, then I SHOULD be able to add the OCX ...
|
| Launching IE from a Winform | 14 May 2004 17:48 GMT | 6 |
DOtNEt newbie. How do you launch an IE Browser from a winform?
|
| Insert Command Statement Help | 14 May 2004 17:34 GMT | 3 |
Can anyone give me a quick little break down of what I would need to do to insert information into a database onClick of and Submit button? I am new to all of this and have done it with datagrids, but want to do it with just textboxes filled in and on click of the Submit button ...
|
| Where to start the try block and what's the overhead??? | 14 May 2004 17:24 GMT | 2 |
this is something I've been asking myself for sometime ... and now I'd like to clarify this point. When should the try block start in a method??? What I mean is, does having all the code instead of a smaller set of it inside a try clause add any
|
| Chr$(13) in .NET? | 14 May 2004 15:01 GMT | 16 |
Does anyone know how to do Chr$(13) in .NET? Thanks, Eddie
|