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 19284 - 19313 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19284
Hi, Anyone know how to access the ContextMenu for a WebBrowser control? Thanks, Green greenlamar3020@... www.GreenProductionss.com...
greenlamar3020
Offline Send Email
Jun 2, 2009
2:29 am
19285
Guys I need some help in how to turn on tracing for an application. I have never done it and now have the need to. All feedback is appreciated....
Jason Weaver
william.weaver
Offline Send Email
Jun 2, 2009
4:58 pm
19286
What do you want to trace and where do you want the tracing to show up? Records in a database table? Lines in a text file? What is going to trigger the...
Rob Richardson
interrobang
Offline Send Email
Jun 2, 2009
5:04 pm
19287
I need to trace a windows application that makes a database call. I would like the tracing to show up in a text file. I want everything the application does to...
William Weaver
william.weaver
Offline Send Email
Jun 2, 2009
5:10 pm
19288
if this is a web application, try this free tool (Microsoft Visual Round Trip Analyzer): ...
Rob K
nboboloo
Offline Send Email
Jun 2, 2009
5:37 pm
19289
Try reading about Log4Net maybe that can help De: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] En nombre de William Weaver Enviado el: martes,...
Martin
canibal_urug...
Offline Send Email
Jun 2, 2009
5:37 pm
19290
Hi Green, Browser won’t allow you to access the context menu from any web application. It’s a security issue. If you need menu for your webapplication, you...
Anupam Ranku
anupam_ranku
Offline Send Email
Jun 2, 2009
5:37 pm
19291
Hello, I'm a rookie, i'm making my firsts steps, i hope someone can help me with my first issue, switch (opcion){ case (ConsoleKey.D1): { ...
a_levit
Offline Send Email
Jun 2, 2009
5:38 pm
19292
It seems to me that your first issue is how to ask questions. I don't see a question here. What is or is not this case statement doing? RobR ... From:...
Rob Richardson
interrobang
Offline Send Email
Jun 2, 2009
5:50 pm
19293
also, there's the ELMAH library, which handles IIS exceptions, but can be call in the application directly (like log4net) rob k ... From: Martin...
Rob K
nboboloo
Offline Send Email
Jun 2, 2009
7:23 pm
19294
Have a look at enterprise library, that should work for you. Regards, Alvin Bruney [MVP ASP.NET] [Shameless Author plug] The O.W.C. Black Book, 2nd Edition ...
alvin bruney
vapor_dan
Offline Send Email
Jun 3, 2009
2:27 am
19295
there is an error on the switch(option) , "A value of an integral type expected " why is that? (ConsoleKey.D1 = 1 ... D3=3) the question: can someone, please...
Alejandro Levit
a_levit
Offline Send Email
Jun 3, 2009
10:29 am
19296
Alejandro, I have been a C++ programmer for many years, but I like C# much better. One of the biggest advantages of C# over C++, at least in the Microsoft ...
Rob Richardson
interrobang
Offline Send Email
Jun 3, 2009
12:39 pm
19297
hI   you don't need braces for switch case, remove the braces after case and then try ... From: Rob Richardson <Rob.Richardson@...> Subject: RE:...
Lad Laxmikant
it_laxmikant
Offline Send Email
Jun 3, 2009
7:11 pm
19298
Lad and everybody else, It is true that you don't need braces, but they aren't a problem. It helps to understand exactly what braces do. A case block can...
Rob Richardson
interrobang
Offline Send Email
Jun 3, 2009
7:26 pm
19299
hehehehe, i agree... ________________________________ From: Rob Richardson <Rob.Richardson@...> To: CSharpNET@yahoogroups.com Sent: Wednesday, June 3,...
ryann
ryanngozun
Offline Send Email
Jun 3, 2009
7:59 pm
19300
Hi guys, I'm wondering how to start localizing my app, I have searched the net over and over but can't find a good article on how the different solutions work....
Nick A
nick_journals
Offline Send Email
Jun 3, 2009
8:25 pm
19301
Rob, Thank you very much for the help, the .Key solved the issue. Ale ... __________ Información de ESET NOD32 Antivirus, versión de la base de firmas de...
Alejandro Levit
a_levit
Offline Send Email
Jun 3, 2009
10:37 pm
19302
I think it may be set in the resource file itself ... -- My Web Site http://everlovingyouth.googlepages.com My Technical Blog ...
santhosh vs
everlovingyouth
Offline Send Email
Jun 5, 2009
2:18 pm
19303
the best advice i could give you would be to look into frameworks like castle, nhibernate, ninject etc. They take a lot of the thinking away for you but teach...
Wayne Douglas
codingvista
Offline Send Email
Jun 5, 2009
2:18 pm
19304
Creo que tienen razón... ¿Cual es el problema? digo, para poderte echar la mano... (for english versed people) I think they're right... ¿What's the problem?...
Carlos de Luna Saenz
cdelunasaenz
Offline Send Email
Jun 5, 2009
2:19 pm
19305
Hi Nick; Try to add a Resource File from the Add Item menu (like when you add a new form. Then it is a simple matter of calling the resource as in the eg...
Ian Grech (GMail)
iangrech
Offline Send Email
Jun 5, 2009
2:19 pm
19306
Hi,   Could you tell me more about this "div/panel + link". Thanks, Green greenlamar3020@... www.GreenProductionss.com Energy begets energy..   ... ...
Green
greenlamar3020
Offline Send Email
Jun 5, 2009
2:19 pm
19307
Thanks guys and thanks for the sample! I have tried it and tried on my app and that seems to work very well. Only downside is that you have to localize on the...
Nick Journals
nick_journals
Offline Send Email
Jun 8, 2009
4:18 am
19308
Hello, I’m using typed datasets but I’m having a problem. The stored procedure runs a select statement which grabs data from two tables. Because the result...
Ian Munro
ianathome12345
Offline Send Email
Jun 8, 2009
3:16 pm
19309
Hi All, I'm implementing google checkout in my web project using asp.net c#. I'm facing problems with google checkout(sandbox). I can post my cart items to...
Manoj Puranik
manoj_puranik81
Offline Send Email
Jun 8, 2009
3:16 pm
19310
Hi, I am developing a database project in C#. I have used data set approach for every query I have to make. When the program start for the first time, or when...
samir
samir0505005
Offline Send Email
Jun 8, 2009
7:33 pm
19311
By using Row [“AccessID”], you can access those columns value, though the column is not visible in the type dataset. But this is not a good practice with...
Anupam Ranku
anupam_ranku
Offline Send Email
Jun 10, 2009
2:07 am
19312
Hi Samir: Sure using dataReader provides better performance than the DataSet. "DataReader allows you to quickly retrieve all your results. The DataReader uses...
sassohammad
Offline Send Email
Jun 10, 2009
12:19 pm
19313
Hi Ian: If you're using dataset you need, I think, to fill it with the two tables then define the relationship between the two tables in the dataset, as the...
sassohammad
Offline Send Email
Jun 10, 2009
12:20 pm
Messages 19284 - 19313 of 19704   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