| Thread | Last Post | Replies |
|
| GetFolderPath Problem | 14 Mar 2004 01:44 GMT | 6 |
Dear all professional, I have problem. the 1st statement can return the path of Windows system folder however the 2nd statement doesn't return the path of "Favorites". Why this will happen? Any solution?
|
| open MS Word | 14 Mar 2004 01:29 GMT | 3 |
am trying to open a word document from a vb.net web application, and the MS word interface never shows up. However when i view the task manager i find the ASPNET user running the winword.exe. Have any idea why?
|
| What the......? | 14 Mar 2004 00:43 GMT | 2 |
I am absolutely baffled as to why I can't add an internet shortcut as a file to a setup project, to be placed on the desktop! Not even in a Favourites folder! I really would like to
|
| Using StrongNameMembershipCondition to set policy | 13 Mar 2004 23:58 GMT | 1 |
At this point, I have 2 issues. 1) - How to get a key blob to use in the constructor to StrongNameMembershipCondition? 2) - The output of
|
| Windows XP included with academic software? | 13 Mar 2004 23:39 GMT | 4 |
Years ago, I bought a copy of Visual J++ at my local community college book store. It came with a free copy of Windows NT 4.0 Workstation. Is there a similar deal for Windows XP today?
|
| How to enumerate loaded Assemblies in any given process/AppDomain? | 13 Mar 2004 20:52 GMT | 2 |
I can enumerate Processes and AppDomains given the following example: http://staff.develop.com/woodring/dotnet/#corpub I end up with each AppDomain name and id of each managed process. But how can I now enumerate the Assemblies each AppDomain has loaded?
|
| asserting assembly's strong name | 13 Mar 2004 17:49 GMT | 3 |
My application need's to check its assemblies strong name, prior to using them. Is there a way to get an assembly 's name,culture,version and key attributes without loading it first??
|
| Monitoring website via Windows Service - HELP ME | 13 Mar 2004 13:50 GMT | 2 |
Guys, I'm new in .NET and i have to do a Windows Service that will monitoring two things: 1)If a website is online. 2)If a Data Base is ok, and the time of response os this Data Base.
|
| Did dot net provide JUNIT similiar mechanism (test case of Java)? | 13 Mar 2004 13:04 GMT | 3 |
|
| Setting a Property by Default in designer to container form | 13 Mar 2004 12:37 GMT | 1 |
I have a component that needs to have access to the form on which it is placed. The component has a MyForm property that is to contain a pointer to the form in which it is contained. I can set this manually using the properties of the component but I wondered if it was possible ...
|
| .NET Framework 1.1 Installation never ends | 13 Mar 2004 10:42 GMT | 1 |
After running the installation, the setup application has been displaying the message "Current component is still installing" for over 3 hours The processes associated to this task (setup, msiexec and DOTNETFX) have not been using CPU time for a long time The system is just waiting ...
|
| Some questions on what technology to use | 13 Mar 2004 07:23 GMT | 14 |
I am new to Web Services and am trying to get over that feeling of being slightly lost in a foreign place so to speak. I have a few questions: What technology should I be looking at with regards to implementing a web service under dot net? I know this is a pretty open ended question ...
|
| C# Faster Than VB? | 13 Mar 2004 06:31 GMT | 7 |
Is C# faster than VB .NET or are they only sepearted by a developers style and coding preference? I understand that all languages are compiled to MSIL so there should be no difference but you never know until you ask! Cheers, Robby
|
| Help with Directory Properties | 12 Mar 2004 23:00 GMT | 2 |
Is there a way to to retrieve Directory Property information? I am trying to develop a way to monitor total Directory size say any directory over 200 meg. I have the logic to enumerate the directories but I can't seem to figure out how to extract the directory size.
|
| RichTextBox Center Alignment not printing | 12 Mar 2004 22:34 GMT | 1 |
I've used the msdn article to help me print from a RichTextBox. http://www.microsoft.com/indonesia/msdn/wnf_RichTextBox.asp A problem I'm having is when I set the alignment to Center in the RichTextBox. Everything in the RichTextBox is centered correctly, but
|