| Thread | Last Post | Replies |
|
| Wizard control advise | 06 Feb 2008 12:31 GMT | 3 |
I am looking for a versatile wizard control to make some of the tasks easy for my app's users. I need advise on which is a good one. I am currently looking at Actipro Wizard - Windows Forms .NET Control http://www.actiprosoftware.com/Products/DotNet/WindowsForms/Wizard/Default ...
|
| framework 2.0 redist question about space | 06 Feb 2008 08:55 GMT | 1 |
hello , i have the file dotnetfx.exe of 22.4MB , aprox 23MB, this is .net framework 2.0 redist..... i want to install this...but i dont want to create a mess in my computer... so my question is , how much space exactly will take this from my HDD ??,
|
| Ruggestion regarding reflection and dynamic loading of controls | 06 Feb 2008 07:41 GMT | 2 |
how can I inspect programatically, in my app, what classes are implemented into a dll? I need to know what classes are, and if they implement a specific interface, I need to be able to load that class dynamically
|
| Asynchronous Socket | 06 Feb 2008 06:12 GMT | 1 |
Can I BeginSend and BeginReceive at the same time? That means I call BeginSend() without waiting for the callback and immediately call BeginReceive(). TIA.
|
| .Net Framework Source Code Downloader | 06 Feb 2008 03:14 GMT | 3 |
I have made a tool, which allows you without the use of VS2008 to download the source code of the framework from the microsoft source servers. I also allows you do debug the .Net Framework under VS2005 without the
|
| Forms Authentication problem with WebRequest | 06 Feb 2008 00:10 GMT | 1 |
I am using the System.Net.WebRequest class to hit a URL from within my web application and stream out the html returned. I am using forms authentication, and instead of getting the page I have requested, I am getting my login screen. I assume the solution to this problem lies ...
|
| Process.Start() Limit out of Windows Service | 05 Feb 2008 21:31 GMT | 3 |
I'm starting some Processes from out of a Windows Service. Each Process has a GUI, but of course I can't see it. So far so good. I can start for example 8 processes, but the 9th will not start. I wonder if this is a limit of GDI Objects or User Objects and the
|
| ToolTip in the wrong spot. | 05 Feb 2008 18:59 GMT | 2 |
I'm using VS 2005. I'm trying to use ToolTip's for some mandatory field validation. If a user presses "OK" in my application, it will highlight any mandatory fields with a nice baloon saying that field is mandatory.
|
| How to deploy an Icon to the desktop | 05 Feb 2008 18:57 GMT | 4 |
Can someone show me some instructions on how to automatically create an icon during installation of a vb2005 windows application? Many thanks
|
| Application Physical Path | 05 Feb 2008 18:56 GMT | 3 |
Can anyone tell me how to get the physical path where an application lives? What I mean by an application is either a Windows Service or a Winforms application. I know in asp.net Server.MapPath is what's used. I need some type of equivelent for a non asp.net application.
|
| Tooltip Problems | 05 Feb 2008 18:53 GMT | 3 |
(reposted hopefully with proper MSDN info so I get support on this) I'm using VS 2005. I'm trying to use ToolTip's for some mandatory field validation. If a user presses "OK" in my application, it will highlight any mandatory fields with a
|
| How to XPATH on HTML? | 05 Feb 2008 18:47 GMT | 2 |
I want to use an HTTP client to fetch a web page and then extract bits of information via XPATH expressions. Both the nekohtml and JTidy libraries in java will do this. Is there something in Microsoft Land that will do this? I think I asked this question a year ago and did not get ...
|
| Minimize problem when using minimize to system tray | 05 Feb 2008 18:44 GMT | 2 |
can someone help? I have some code that on startup minimize's the form and puts it in the system tray. This part works fine and i can see my icon in the system tray. If the user chooses to restore the form and then minmize
|
| win32/zlob.gen-HELP | 05 Feb 2008 18:41 GMT | 1 |
If anyone has any advice...please help! On Sat. my son downloaded "Windows XP Antivirus 2008" and since then it's been a disaster. I just downloaded the Malicious Software Removal Tool and it detected Win32/zlob.gen. After the full scan was completed the report stated that the ...
|
| MDI child forms | 05 Feb 2008 18:37 GMT | 1 |
Ive created a MDI app.. I've used one of the mdi child forms as the backgroud scrren on the parent.. and set it's WindowState to 'Normal' and StartPosition to 'CenterScreen'.. to get the look n feel of a background iamge.
|