What I have done is to have the worker object's constructor go and fetch a structure that contains the parameters from the main thread that spawns the worker...
Hi, I would like to have a struct, as well as a few struct variables (myStruct variable = new myStruct()) completely global to a namespace; so I can reference...
K-Dub
K-Dub@...
Jan 2, 2003 5:13 am
902
Hi You cannot have global variables in c#. what you can do is have them as a public static field in some class. HTH Chamindu ... From: K-Dub...
I seem to be having two problems with PrintDialog and PrintPreviewDialog. I am in the Uk and if I set Control Panel -> Regional Options -> Numbers ->...
... problem in Xp try in 2000 __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. ...
Hi, I've been using .net for a time and today it began not to run any project. I can not debug either. When I try to run, it does not respond for a long time...
... I had this problem as well, variables that needed to be accessed by the main app and also classes. What I did was to add to each of my projects a class...
Hi, I created one web services with one method. Then I created one web client for that web service. I could invoke that web method with out any problem. But...
I am using a SQL2000 server called POWERPLANT (My OS is XP Pro) . When I use the POWERPLANT/NetSDK server in MSDE instead of SQL2000 and connect to the...
hi shashi, i have faced the same problem while creating custom controls. even if i had created an additional property or so, i was unable to browse the...
hi Sohail, I think the error is occuring because ASPNET which is the identity used by ASP.NET to access the database is not registered as a user on your local...
MessageHi, I met following problem in drawing fuel gauges: 1) For displaying fuel level, I try to display an image (1 pixel high) in stretching it only in...
I've been developing in C# for a number of months now with some varying degree of success. My leap of faith now is attempting to create a deployment...
Good news and Bad In the Install project go to View File system and add in any additional files you need in the setup BUT this cannot include the .Net...
I never knew that. Question : since the .Net Framework is 20Mb what is in c:\program files\common files\merge modules\dotnetfxredist_x86_enu.msm as this is...
K-Dub, The question that you have raised is quite common from VB developers as they begin using C#. There is no way to declare a variable as global -- where...
Thanks for the help, its working fine now. Just wondering what kind of permissions user ASPNET should have once the db is no more on my local machine and is...
How do you retrieve ctime? (i.e. 1041547137) Thanks, K-Dub [Non-text portions of this message have been removed]...
K-Dub
K-Dub@...
Jan 2, 2003 11:18 pm
920
Hi, I want to use an XML file (config.xml) to store the configuration for my program. The program doesn't run on a webserver or anything, I just wanted to use...
K-Dub
K-Dub@...
Jan 2, 2003 11:18 pm
921
... Everyone has provided a fine example at getting around it. Just a tip, you may want to make the default ctor, private, with this sort of type. Mark...
Mark Hurley
markph@...
Jan 3, 2003 12:39 am
922
... When you say "reinstall" what exactly did you do? Did you remove and install _again_, or choose to "repair" the installation? What errors do you receive? ...
Mark Hurley
markph@...
Jan 3, 2003 12:41 am
923
... I couldn't see the attachment, yahoo must have been hungry. In any case, if it's configuration your after, have you considered the app.config file? There...
Mark Hurley
markph@...
Jan 3, 2003 12:57 am
924
Heres a portion of the XML file: <?xml version="1.0" encoding="utf-8"?> <Xyzzy> <General> <Numeric>9</Numeric> <letter>y</letter> <Description>Elite bots coded...
K-Dub
K-Dub@...
Jan 3, 2003 4:08 am
925
hi meghnad, i am working on that, will let u know if my problem gets solved. shashi ... __________________________________________________ Do you Yahoo!? ...
hi meghnad, it worked out. i deleted DLL and PDB file from web service project. and proxy class from client , then i build the web service and client again. ...
hi shashi I do not know anything abt ur code. But sometimes v forget some Trivial things. Let me try. Have you added [WebMethod] tag in front of your Second...
hi ajay, i had added that already. but when i deleted old DLL and PDB , compling it second time it worked out. had u come across such problem..? one more...
Hi friend my self pradeep. Actually there are diffenr methods to raed the XMl file which are used for different purpose.bur you didn;t mentioned yr purpose...