|
MSDN is a pretty good mag - I just resubscribed myself.
Christian
Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002
Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002
|
|
|
|
|
If I I didn't lived in sweden and lived in US instead I would subscribe to that magazine!
It's too expensive to import to sweden!
Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!
UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!
|
|
|
|
|
Christian Graus wrote:
MSDN is a pretty good mag - I just resubscribed myself.
Yeah, it is pretty good for articles and is one of the most worn The only other one I read with any regularity is Visual Studio magazine but it is falling quickly. They keep pushing VB.NET. I guess most of their readers must be VB'ers but I don't care to ever read an article written in VB, I left the DIM statement over 20 years ago and don't care to go back
It surprises me that some company has not jumped on it yet. With .NET/C# the possibilities of coding have increased in such leaps that it put the fun back in programming. That is not to mention how you have to wrap you mind around a completely new programming model. Reminds me of when I jumped from C programming in DOS to C++ and Windows 3.0, totally different worlds.
I would love to find a magazine or eZine that similar to the old Compute! Magazine or even Byte for that matter just all consumed in .NET and C#. You know articles that help you code not argue compatibilities and capabilities. I am already sold on C#, no turning, I just want exciting articles on coding and best practices of coding in this new world.. There seems to be a large number of programmers involved in C#/.NET, well maybe the media will pick up more on it.
Just take a look here at CP. The C# forum runs usually 15%-40% of the volume of the C++ forum which CP has mostly been a C++ site. It’s catching on…
[stepping down from soapbox]
Thanks for the suggestion.
Rocky Moore
|
|
|
|
|
Visual Studio mag WAS VB Developer mag, they merged with their failed C++ mag, which failed because it moved entirely to C# without changing the name. I gave up on it long ago.
Christian
Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002
During last 10 years, with invention of VB and similar programming environments, every ill-educated moron became able to develop software. - Alex E. - 12-Sept-2002
|
|
|
|
|
Christian Graus wrote:
Visual Studio mag WAS VB Developer mag, they merged with their failed C++ mag, which failed because it moved entirely to C# without changing the name. I gave up on it long ago.
And now Visual Studio Magazine is completely failing.. Have you noticed how thin they are I personally would be willing to pay a subscription to a decent magazine on the topic with an organized advertising section (I still like looking at the ads).
Rocky Moore
|
|
|
|
|
Hi,
My application will collect different parameters from user input. Once the "Execute" button is pressed, the parameters will be passed to related methods for exection. I try to figure out how to stop the program flow (not close the application but ask input for missing parameters)if I find some parameters missing (something like Exit() in VB) Can someone please tell me how to do this? Thanks!!
|
|
|
|
|
|
Thank you. Since I am new to C#, can you please show me how to throw an exception and catch it? Thanks!
|
|
|
|
|
|
Application.Exit()
?
Paul
|
|
|
|
|
He said:
D Shen wrote:
not close the application but ask input for missing parameters
;-PNnamdi told him how to do it.
David Stone
But Clinton wasn't a predictable, boring, aging, lying, eloquent, maintainer-of-the-status-quo. He was a predictable, boring-but-trying-to-look-hip, aging-and-fat-but-seemingly-oblivious-to-it, lying-but-in-sadly-blatant-ways, not-eloquent-but-trying-to-make-up-for-it-by-talking-even-more, bringer-in-of-scary-and-potentially-dangerous-new-policies. And there was also Al Gore. It just wasn't *right*.
Shog9
|
|
|
|
|
Yeah, misread the question completely. Such is life. I'm getting used to people pointing out stupid things I've said today.
I swear I should go back to bed
Paul
|
|
|
|
|
I've read the documentation on how to install an NT service using .NET but I'm unsure of exactly how it works. I 've created the installer object but hte documentation is unclear of what I should do in my Custom Action or even how to set one up properly. Does anyone know of a good tutorial on this?
Jared
jparsons@jparsons.org
www.prism.gatech.edu/~gte477n
|
|
|
|
|
I'm actually working on an article that includes coverage of services. Here's the code I use to install a service:
[RunInstaller(true)] public class ServiceInstaller: Installer
{
private System.ServiceProcess.ServiceInstaller svcInst;
private System.ServiceProcess.ServiceProcessInstaller processInstaller;
public ServiceInstaller()
{
processInstaller = new System.ServiceProcess.ServiceProcessInstaller();
svcInst = new System.ServiceProcess.ServiceInstaller();
processInstaller.Account = ServiceAccount.LocalSystem;
svcInst.StartType = ServiceStartMode.Manual;
svcInst.ServiceName = "EWService";
svcInst.DisplayName="EW Sample Service";
Installers.Add(svcInst);
Installers.Add(processInstaller);
}
}
The code basically establishes the service's name, display name, startup, and logon. Use InstallUtil to install the service and configure it as in the preceding class.
Erik Westermann
Author, Learn XML In A Weekend ^ (October 2002)
|
|
|
|
|
Can someone help me understand the Evidence objects as they pertain to Assembly.LoadFrom. I'd like to be able to load Assemblies from a file share or mapped drive, but have security issues. I'm not sure how to use the Evidence to do this or if I can really, but before I go flinging code I'd like some knowledge.
|
|
|
|
|
ya so apparently it is working... I'd still like to understand how it works and how to use it because it does not work with file shares (ie file://\\server\assemblies\asdf.dll).
Tanka
|
|
|
|
|
Hello,
I have a ASP.NET page that is rendered. However, I would like to store the rendered html code in a string. Is that possible?
Thanks!
|
|
|
|
|
Hi all,
It seems irrelavant forum if i ask this question here, but since i use C# i think i can get help from here.
Question is, how to reloading/refreshing/restarting explorer.exe from C#?
What i like to do is, after editing explorer-related registry, i don't want to restart my computer, but instead, i just want to refresh the explorer.exe so it can read the registry back.
Or, maybe there is another method/way to refresh the registry in general?
Target machine is Win 98
|
|
|
|
|
I don't think at all that's possible...
It shouldn't be so...
Rickard Andersson@Suza Computing
C# and C++ programmer from SWEDEN!
UIN: 50302279
E-Mail: nikado@pc.nu
Speciality: I love C#, ASP.NET and C++!
|
|
|
|
|
If you are using Windows 2k or XP, open up the Task Manager, click the Processes tab, click explorer.exe and thick click End Process.
The task bar will dissapear along with your desktop, Task Manager will stay open. Sometimes explorer.exe will restart, not always though. So go to the File menu and to New Task (Run...) In the box type explorer.exe and click OK. Your desktop should reload. Also useful if the shell crashes and you don't want to restart b/c you have a lot of programs open.
Jason Gerard
|
|
|
|
|
I write a class and build it in a dll.I used it in a application.And then I
changed my code in some function,and rebuilded it.
Now I need change the dll at runtime,how to do this.
At win32,it will be "loadlibrary"and "freelibrary",at .net,?????
In addition,I didn't change define of the class.
lost my way
|
|
|
|
|
|
yes ,it can load a dll,but I will overwrite a dll.That means I must unload the dll first,and then overwrite it ,and load it again.
but use assembly ,you can only load a dll,can't unload it.I cann't change the using dll.
????
lost my way
|
|
|
|
|
fftongzhi wrote:
but use assembly ,you can only load a dll,can't unload it.
Unfortunately , the only way to unload an assembly is to unload the appdomain. You will need to load the assembly in a different AppDomain to succeed with your problem. Look at the Supergraph Calculator example on MSDN by Eric Gunnerson (2 parts).
I have attempted this , and failed miserably. So good luck.
|
|
|
|
|
Let me try.............................
lost my way
|
|
|
|