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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 19178 - 19207 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19178
Hello list !!! I need open a file with notepad, from C# in Visual Studio 2005, any file, for example I have a .arff file this file can be open with weka...
Yusbel Chávez Cast...
yusbel@...
Send Email
Apr 1, 2009
1:47 pm
19179
System.Diagnostics.Process.Start("Notepad", fileName); Cabbi Yusbel Chávez Castillo <yusbel@...> Sent by: CSharpNET@yahoogroups.com ...
Fabio Cabella
cabbi3
Offline Send Email
Apr 1, 2009
2:04 pm
19180
Yes you do have to have a valid open connectio to the database before you execute the command you have written. First thing I do in the constructor of the...
mneale1
Offline Send Email
Apr 1, 2009
3:19 pm
19181
Ok, Fabio it work. Thank you. Yusbel Chávez Castilla Facultad de Informática Universidad de Ciego de Avila ________________________________ De:...
Yusbel Chávez Cast...
yusbel@...
Send Email
Apr 1, 2009
3:45 pm
19182
I created a web page with C sharp that has a SQL Server 2008 Database. Also I created a Login and Register aspx page. Now what is supposed to happen is The...
Verdell
daslex86
Offline Send Email
Apr 2, 2009
12:22 am
19183
Verdell - Let me see if I understand this: You have three pages in the application. The first is a landing page where the user chhose if they want to login or...
mneale1
Offline Send Email
Apr 2, 2009
3:31 pm
19184
Here is a guess without looking at code. You may have the pages set in the same directory and the security is not set to all users on that directory William...
William Weaver
william.weaver
Offline Send Email
Apr 2, 2009
3:49 pm
19185
Dear All, How to get physical path of virtual directory, after installing the websetup on client system? Regards Ravindra Sahasrabudhe ...
Ravindra Sahasrabudhe
sahasrabudhe...
Offline Send Email
Apr 2, 2009
5:32 pm
19186
Hello William, I have battled with this all week. Yes there are 3 pages(Default2(main), Login, Registration,). I also have a SQL Database(2008). And I have ...
Shang Fields
daslex86
Offline Send Email
Apr 2, 2009
6:26 pm
19187
Here is what is happening. You have the page set up wrong in your web.config It is not set up to receive anonymous access. What you should is put pages that...
William Weaver
william.weaver
Offline Send Email
Apr 2, 2009
6:38 pm
19188
Can you please clear your question.At what instance you required that path.Is during installation or in somewhere in code? Kamran Shahid Sr. Software Engineer ...
kamran shahid
kamii47
Offline Send Email
Apr 2, 2009
7:34 pm
19189
Hello William, I have figured out the other part; that had something to do with how I had security setup in ASP.NET Admin. Now I can't get my upload to the...
Shang Fields
daslex86
Offline Send Email
Apr 2, 2009
8:46 pm
19190
Dear All, iam using the webcam in my project to capture photograph. Iam using two buttons one is 'Capture Image' to take photo and 'Get image' to get photo in...
bhuvana_bsr
Offline Send Email
Apr 2, 2009
8:46 pm
19191
It looks like Authentication/Authorization issue. Can you please let us see your web.config Kamran Shahid Sr. Software Engineer (MCP, MCAD, MCSD.net, MCTS ,...
kamran shahid
kamii47
Offline Send Email
Apr 2, 2009
8:47 pm
19192
It's been solved. I thank everyone for their help Shang Fields I.T. Specialist Ver-Fi Computer Networking and Web Design (913) 390-5534 From:...
Shang Fields
daslex86
Offline Send Email
Apr 2, 2009
9:37 pm
19193
Use the Request.ServerVariables, i.e. string sPhysicalPath = Request.ServerVariables["APPL_PHYSICAL_PATH"]; cheers, Pius ... ...
Pius Ott
saugoof
Offline Send Email
Apr 3, 2009
12:01 pm
19194
check the documents settings of your virtual directory in iis where u mention the default files to load.. maybe thats the problem.. also i would like to take a...
aniruddha pradhan
anya_p_2006
Offline Send Email
Apr 3, 2009
4:03 pm
19195
Good pm, I want to ask how is it possible to focus the form, or a user control? Since my keypress method isn't fired. tried checking CanFocus field and it ...
Christian Valeen Chiu
cdexter_89
Offline Send Email
Apr 3, 2009
4:04 pm
19196
once installation gets completed i want the physical path of the virtual directory, i.e; created by web setup Regards Ravindra Sahasrabudhe To:...
Ravindra Sahasrabudhe
sahasrabudhe...
Offline Send Email
Apr 3, 2009
4:05 pm
19197
thanks,Pius ============================================ http://ebook44free.blogspot.com Computer Ebooks...
Computer Science
redsea_507
Offline Send Email
Apr 3, 2009
4:05 pm
19198
would you please tell me what is the wrong in this switch case?   using System; using System.Collections.Generic; using System.Text; namespace...
new_programmer
samaktaza
Offline Send Email
Apr 4, 2009
5:18 am
19199
hi there... hope u pplz are doin fine... well i need sum help regarding   VS 2005  i want to customize my own toolbox in to use in windows form. can anyone...
Snikerz standard
kool_sbaz
Offline Send Email
Apr 4, 2009
5:19 am
19200
You need to give a break statement, at every case. Cheers, Sachi _____ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of...
Sachi
sachidadev
Offline Send Email
Apr 4, 2009
6:17 am
19201
For such doubts you may search google for syntax and msdn is the best place Your answer is here http://msdn.microsoft.com/en-us/library/06tc147t(VS.71).aspx ...
santhosh vs
everlovingyouth
Offline Send Email
Apr 4, 2009
6:17 am
19202
I think u need to study some basics ... -- My Web Site http://everlovingyouth.googlepages.com My Technical Blog http://acutedeveloper.blogspot.com Skype...
santhosh vs
everlovingyouth
Offline Send Email
Apr 4, 2009
6:17 am
19203
you just need to use an IF ELSE IF... statements. Its not necessary to use all the tools you have in your bag. ________________________________ From:...
Noman Aftab
noman17pk
Offline Send Email
Apr 6, 2009
1:32 pm
19204
adding *break * after switch case will solve; sachi suggested already.. ... -- Regards- Akshaya.. [Non-text portions of this message have been removed]...
Akshaya M
ask_xyz
Offline Send Email
Apr 6, 2009
1:33 pm
19205
For one, you can't put boolean expressions inside case statements - only discrete values. Second, your case format is incorrect (don't use curly braces for...
Eric Oulashin
eric_oulashin
Offline Send Email
Apr 6, 2009
1:33 pm
19206
The Result of Expression 'grade > 100' is Boolean  not  integer .the expression in case statement and expression switch must be same type ... From: santhosh...
azza srhan
zozza_333
Offline Send Email
Apr 6, 2009
1:35 pm
19207
Or we just have to help with their school project? ......................... Stephen Russell - Senior Visual Studio Developer, DBA Memphis, TN 901.246-0159 ...
Stephen Russell
lotmate
Offline Send Email
Apr 6, 2009
1:35 pm
Messages 19178 - 19207 of 19711   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