Search the web
Sign In
New User? Sign Up
csharp_the_group · The C# Group (C Sharp)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 580 - 609 of 609   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
580
Hello, When i try access my page on the server its , showing me flowing error msg. When i run same project on my local server its work fine.But when i transfer...
satish phadke
satishpha
Offline Send Email
Sep 27, 2004
7:04 am
581
Hi Satish, If your pages are working on your local server that means your code doesn't have any problems for runtime to execute. But you have mentioned that it...
Raj Raj
john_cool9
Offline Send Email
Sep 27, 2004
11:28 am
582
I am building an admin application for our website using winforms and C#. Users (who don't know html) are required to maintain content for the site. I would...
Brett
brettski
Offline Send Email
Oct 9, 2004
6:43 am
583
@@SAP Training Online Available!! we are a ERP training center,Job Oriented Training Available!! if u interested in detail,feel free email to(Pls send to all...
ERPOnline
nanld_martna
Offline Send Email
Nov 12, 2004
5:42 am
584
Wow, I always wanted to learn about SAP moudles from an Expercised instructor! ________________________________ From: ERPOnline...
Pete Macko
pete_macko
Offline Send Email
Nov 12, 2004
12:18 pm
585
LOL! ________________________________ From: Pete Macko [mailto:prius@...] Sent: 12 November 2004 02:13 PM To: csharp_the_group@yahoogroups.com ...
Ernst Kuschke
ehk7
Offline Send Email
Nov 12, 2004
12:29 pm
586
Hi, I need to know in which situations we can use Singleton pattern, Any help id appreciated thanx Deepak Mazumdar <http://www.dataworld.co.za/maillogo.gif> ...
Deepak Mazumdar
deepakmazumdar
Offline Send Email
Dec 17, 2004
8:10 am
587
Hi Deepak, The singleton is used for a type of class that you would only ever need one instance of. An example is a cache. I recently wrote a class that caches...
Ernst Kuschke
ehk7
Offline Send Email
Dec 18, 2004
10:14 pm
588
Hi All, i m trying on a vis c#.net member registration program. I wrote the problems near them in attach. But i couldnt solve them. If anyone can help me....! ...
Serkan Yuzbasioglu
phenboi
Offline Send Email
Dec 19, 2004
10:59 am
589
Hello, I saw this on a group post and wondered if anyone knew anything about this IWA group or eClasses.org since I wanted an online Intro to VB.NET course...
rowdygirl522001
Offline Send Email
Dec 19, 2004
9:36 pm
590
Hi all How can I execute a select on a stored procedure using firebird? string mySelectQuery = "select menuoption from menuoptions('" + UserName + "','" +...
marcello miorelli
jjradha
Offline Send Email
Jan 5, 2005
11:52 am
591
the only way to execute a select on a stored procedure is to read the stored procedure into an intermediary ( or temp ) table or use a cursor to parse the...
Leon Jollans
leonjollans
Offline Send Email
Jan 5, 2005
12:39 pm
592
Using a C# user module that launches an instance of Word (via the Interop) embedded on a web page, I get a "RPC server unavalable" error when the page is...
Marlow Stevens
thenetmaker
Offline Send Email
Mar 13, 2005
7:36 pm
593
Hi Marlow, Try calling the .Quit() on the Word reference. Also call ReleaseComObject to ecrement the RCW's reference count. -Ernst ...
Ernst Kuschke
ehk7
Offline Send Email
Mar 13, 2005
7:49 pm
594
Ernst, Thanks for the feedback on this. In the Dispose of the C# class that manages the Word.Application, I added the wordInstance.Quit, as well as the...
Marlow Stevens
thenetmaker
Offline Send Email
Mar 15, 2005
6:20 am
595
I don't recall seeing any of the rest of this thread, but if you've disposed and released a COM object to which you were only holding a single active reference...
Leon Jollans
leonjollans
Offline Send Email
Mar 15, 2005
11:06 am
596
Boa Noite pessoal, no meu Blog tem as definiçُes do método XP (http://br.thespoke.net/MyBlog/zenatti/MyBlog_Comments.aspx?ID=15107), mas estamos tendo...
sergio_linux
Offline Send Email
Mar 31, 2005
6:30 am
597
Hi All I had a very immediate requirement to get the properties of a excel file thru Active Object in C Sharp. I had to get all properties (properties in...
lnswamy_t
Offline Send Email
Apr 3, 2005
1:02 pm
598
i need to implement these object oriented concept in csharp. 1.association 2.multiplecity 3.aggreciation and composition 4.crc card would any 1 please help me...
syed hussain
sthussain81
Offline Send Email
Apr 11, 2005
6:10 am
599
hi i am facing some problem regarding oo concept implementation in csharp that are as under. suppose we have 2 classes file and user there is a many to many...
syed hussain
sthussain81
Offline Send Email
Apr 11, 2005
6:15 am
600
try to find this book and read it..... OOP with Microsoft VB.NET and C# Step By Step ISBN 0735615683 (Microsoft Press) it's best book talking about oop . syed...
osama ibrahim
sharshabel
Offline Send Email
Apr 11, 2005
10:43 am
601
Hi all, I have made a program with C# but my inteface or GUI look very silly and boring,can any body tell me about a program that i give it my forms ad make...
amr emrara
aemara_ssb
Offline Send Email
Jul 13, 2005
9:22 pm
602
How can I parse html content using c#? Really I want to show html contents in a window form (tables, images, links and so on), do you know any library that can...
enriquebris@...
Send Email
Jul 13, 2005
9:24 pm
603
Please state whether you're talking about ASP.NET or WinForms, what tool you're using to create the GUI (Visual Studio 2003, or command line tools only,...
Bob Grommes
bgrommes
Offline Send Email
Jul 13, 2005
10:02 pm
604
Your best bet is probably a COM ActiveX control called AxWebBrowser, which renders HTML from a URL or file of your choice. It should be present on any box...
Bob Grommes
bgrommes
Offline Send Email
Jul 13, 2005
10:04 pm
605
visual studio 2003,winform Bob Grommes <bob@...> wrote: Please state whether you're talking about ASP.NET or WinForms, what tool you're using to...
amr emrara
aemara_ssb
Offline Send Email
Jul 15, 2005
8:57 pm
606
And what don't you like about the appearance? What is "silly and boring"? You have a lot of options to jazz up the appearance -- hand tweaking, custom...
Bob Grommes
bgrommes
Offline Send Email
Jul 15, 2005
9:33 pm
607
I want to be somehow professional in c# if u can send some ebooks, l ll be very happy thanks a lot Bob Bob Grommes <bob@...> wrote: And what don't...
amr emrara
aemara_ssb
Offline Send Email
Jul 17, 2005
11:51 am
608
رجاء تصفح هذا الرابط للأهمية القصوى رجاء ارسال هذا الرابط لكل من تعرف ...
shang3000
Offline Send Email
Mar 29, 2006
7:59 am
609
hi guys , im curently studying for 070-291 and want to be mcse 2003 certified . iam currently studying q&as from certmagic.com and ms press book . can anyone...
moresomehelp
Offline Send Email
Sep 12, 2006
1:27 pm
Messages 580 - 609 of 609   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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