| Thread | Last Post | Replies |
|
| Browser | 06 Oct 2004 09:26 GMT | 1 |
Hy everybody How can I instantiate a object that represents a web browser. What is the class that do it?? Thank's
|
| open new project with the oldest version of Visual Studio | 06 Oct 2004 09:23 GMT | 1 |
How I can open my project if I am getting this error? "Unable to read the project file. This project was created with a newer version of Visual Studio which in incompatible with your version. You can only open this project with newer versions of Visual Studio."
|
| Centering on a Label Web Control in ASP.NET from the IDE | 06 Oct 2004 09:14 GMT | 1 |
I am adding a Label server control to an ASPX page using the .NET IDE. I can't figure out how to center it automatically. I know you can do it by editing the html and making it:
|
| restricting the minimum size of the form | 06 Oct 2004 08:41 GMT | 2 |
I want to restrict the minimum size of the form. I find that there are properties MaximumSize and MinimumSize. This will help you control the maximum and minimum size the form, when the form is resized. but I find using this will make the controls on the form to flicker more.
|
| outlook: can't get started | 06 Oct 2004 05:01 GMT | 1 |
Experienced, but first time outlook programmer asks... Each day I get an e-mail containing a gzipped tar archive as an attachment. I'd like an automated way to (1) save the archive as-is in a particular folder and (2) unpack the archive with gunzip & tar, either directly from the
|
| validation on dynamically created controls | 06 Oct 2004 04:47 GMT | 1 |
I am creating some controls on the fly (textboxes and checkboxes), I created a custom control and simply coded in FALSE (so it always fails) and added it to my .aspx page. For some reason the custom validation is not working, any ideas? I
|
| Remoting strangeness.. tcp work but not http | 06 Oct 2004 04:07 GMT | 2 |
http://braintech.net.au:8000/question/play.zip only 57 kb hi friends I'm struggling with this very simple sample remoting application. What I am doing is simply testing remoting but when I change the channel to
|
| Remote ASP.NET debugging: Access denied | 06 Oct 2004 03:45 GMT | 3 |
I'm trying to debug my Web application on another server. I'm logged on with a domain user, and I'm a member of the servers local "Administrator" and "Debugger Users" groups. Still, when I'm in VS.NET and start the web application with debugging, I get "Unable to start debugging on ...
|
| aspnet_wp problems with large project | 06 Oct 2004 02:47 GMT | 6 |
I recently reinstalled everything on my computer: Windows XP Pro (SP-2) Office 2003 (SP1) VS 2003 (7.1.3088)
|
| stay with vb6, or move to csharp? | 06 Oct 2004 01:47 GMT | 6 |
hi all.. (this message was also posted in vb.general, becouse i didn't know where exactly to fit it). i work in a company that deals with mainly with hardware devices via serial
|
| Problem with COM server | 06 Oct 2004 01:43 GMT | 2 |
we have an application with a COM interface (developped in VC++ 6), and one of our customers is currently creating with VB.net a client for this application. The problem is that after the client calls our server application, if
|
| Image | 06 Oct 2004 00:50 GMT | 1 |
Hy everbody I need to save an image from a url, like http://192.168.9.9/image.jpg to my computer. There is a way to do it? Thank's
|
| screenshot | 06 Oct 2004 00:22 GMT | 4 |
can i use asp.net to capture a screen shot of a webpage? something like this? http://img.nameintel.com/Thumbnails/tn.html?domain=cnn.com Is there a script that does this? Aaron
|
| How to use CodeDom to create a class that derives from other class | 06 Oct 2004 00:21 GMT | 1 |
I want to use CodeDome to create a class that derives from MarshalByRefObject. Currently the only thing I can do is: oClass=new CodeTypeDeclaration("MyClass"); oClass.IsClass = true;
|
| serialization/webservices/multithreading | 05 Oct 2004 22:41 GMT | 1 |
Here's what I'm kicking around... Really here's what's kicking me around... Trying to design a webservices system that will allow a client to submit forms in background threads when client connects to server ( like with Outlook ). So I think webservices is great for this. I can't ...
|