Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 900 - 929 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
900
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...
Phil Ritchie
pritchieuk
Offline Send Email
Jan 1, 2003
10:29 am
901
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@...
Send Email
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...
Chamindu Ruwin Munasi...
chamindulk
Offline Send Email
Jan 2, 2003
5:16 am
903
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 ->...
Chris Vaughan <chris@...
rambler_uk
Offline Send Email
Jan 2, 2003
7:43 am
904
... problem in Xp try in 2000 __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. ...
guruprasad g
guruprasad_1800
Offline Send Email
Jan 2, 2003
7:50 am
905
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...
efsunselin <efsunseli...
efsunselin
Offline Send Email
Jan 2, 2003
9:59 am
906
... 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...
Jeff Gaines
damerhamjeff
Offline Send Email
Jan 2, 2003
11:03 am
907
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...
shashi shashi
sagattarian_100
Offline Send Email
Jan 2, 2003
12:55 pm
908
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...
fantomen66 <sohail.ha...
fantomen66
Offline Send Email
Jan 2, 2003
1:11 pm
909
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...
Meghnad
meghnad0
Offline Send Email
Jan 2, 2003
1:28 pm
910
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...
Brijesh John
brijgenie
Offline Send Email
Jan 2, 2003
1:57 pm
911
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...
Droopy
droopytoon
Offline Send Email
Jan 2, 2003
2:37 pm
912
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...
stevens3t <steven.kec...
stevens3t
Offline Send Email
Jan 2, 2003
3:23 pm
913
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...
Chris Vaughan
rambler_uk
Offline Send Email
Jan 2, 2003
3:30 pm
914
That is incorrect, if you create a deployment file from VS.Net, you can include the .Net distributable (c:\program files\common files\merge ...
Adwait Ullal
aspwiz
Offline Send Email
Jan 2, 2003
3:40 pm
915
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...
Chris Vaughan
rambler_uk
Offline Send Email
Jan 2, 2003
3:49 pm
916
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...
Randy A. Ynchausti
randyynchausti
Offline Send Email
Jan 2, 2003
5:00 pm
917
With all due respect, this is inaccurate as well. See http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp ?frame=true and ...
Charlie Pastre
cpastre
Offline Send Email
Jan 2, 2003
6:10 pm
918
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...
fantomen66 <sohail.ha...
fantomen66
Offline Send Email
Jan 2, 2003
6:18 pm
919
How do you retrieve ctime? (i.e. 1041547137) Thanks, K-Dub [Non-text portions of this message have been removed]...
K-Dub
K-Dub@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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!? ...
shashi shashi
sagattarian_100
Offline Send Email
Jan 3, 2003
4:39 am
926
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. ...
shashi shashi
sagattarian_100
Offline Send Email
Jan 3, 2003
4:49 am
927
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...
Ajay Bharadwaj
ajay_bh1
Offline Send Email
Jan 3, 2003
4:56 am
928
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...
shashi shashi
sagattarian_100
Offline Send Email
Jan 3, 2003
6:07 am
929
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...
pradeep_145 <pradeep@...
pradeep_145
Offline Send Email
Jan 3, 2003
7:01 am
Messages 900 - 929 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help