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 4574 - 4603 of 19705   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4574
Problem is not with GLUSphere function but it requires pointer object. code is like this Private orbit As GLUquadricObj (VB Code) ??? (C# equvivalent to find) ...
axi_csharpnet
Offline Send Email
Jan 1, 2004
8:22 am
4575
Wish You All A Happy 2004!!! -- C# Owner/Moderator __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard ...
Shekar C. Reddy
powerobject
Offline Send Email
Jan 1, 2004
8:25 am
4576
Hi, I have a problem like this i have two data tables and i need to matching records in tables using a varchar field. I have to indicate matching records even...
Chamindu Munasinghe
chamindulk
Offline Send Email
Jan 1, 2004
11:12 am
4577
Hi Alvin , private void somefunction(System.Web.HttpContext Stream) { Stream.Session["session_id"] = "value"; } where I put this method in my user defined...
hatem zanaty
shang3000
Offline Send Email
Jan 1, 2004
1:16 pm
4578
probably you'd be interested in "soundex like" functionality. look here: http://www.csharphelp.com/archives2/archive394.html or do a Google Search for "C#...
Rob Karatzas
robkaratzas
Offline Send Email
Jan 1, 2004
1:49 pm
4579
IMHO Soundex is very very broad and It endes up matching far too vague. What you need to develop or search is function that compares text and returns you...
Chetan Joshi
neil_armstro...
Offline Send Email
Jan 1, 2004
11:01 pm
4580
Yes and No... IMHO, it would really depend on how much refinement the database's soundex function offered. Most are fairly robust. Here's a link for the SQL...
Rob Karatzas
robkaratzas
Offline Send Email
Jan 2, 2004
1:02 am
4581
Yes and No... IMHO, it would really depend on how much refinement the database's soundex function offered. Most are fairly robust. Here's a link for the SQL...
Rob Karatzas
robkaratzas
Offline Send Email
Jan 2, 2004
1:04 am
4582
Hi All, I need a component to zip and unzip files. is there a control or an easy way to build in dot net. My employer would not be interested in buying third...
Udaan 2000
sjdotnet2000
Offline Send Email
Jan 2, 2004
6:16 pm
4583
Check out the June 2003 Issue of MSDN Magazine (msdnmagazine.com). They have an article about using the Zip capabilities included with J#, I believe the...
John Bergman
john.bergman@...
Send Email
Jan 2, 2004
6:18 pm
4584
Try, http://www.icsharpcode.net/ They have a very good "free" zip library (#ziplib). I have used it a few times and it has worked out well. Michael Potter...
Michael Potter
mdpotter55
Offline Send Email
Jan 2, 2004
6:45 pm
4585
FYI. ... __________________________________ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003...
Deepa
powerobj
Offline Send Email
Jan 2, 2004
7:07 pm
4586
Is it non-beta now? Last I knew it was still in beta form. Another issue for many companies is the use of GPL software, for whatever reason, many shy away...
John Bergman
john.bergman@...
Send Email
Jan 2, 2004
7:08 pm
4587
Hi All, May sound stupid but.... I need to have a constant watch on directory on remote server across a firewall (much like filesystem watcher on local...
Udaan 2000
sjdotnet2000
Offline Send Email
Jan 2, 2004
9:39 pm
4588
I Don't believe so, unless you can access the directory using a UNC path through your firewall. You will probably find yourself using .NET Remoting and...
John Bergman
john.bergman@...
Send Email
Jan 2, 2004
9:41 pm
4589
Hi All, I need to scan a set of files for virus programmatically. How do i achieve this in C#. I am guessing it should involve invoking an external executable,...
Udaan 2000
sjdotnet2000
Offline Send Email
Jan 2, 2004
11:35 pm
4590
hi all, can any one give me a brief idea about Accessing COM objects using the runtime callable wrapper in c# i have read different articles but it wasnt clear...
shinycarrot
Offline Send Email
Jan 2, 2004
11:51 pm
4591
I am trying to make a memorystream from a url (uri in .net :D) and, for this, i have to make a buffer the size of the http's response. But some pages do not...
tweety
tweety_04_01
Online Now Send Email
Jan 3, 2004
3:26 am
4592
I have solved like this, but I would still like to know how it's done: static Stream Get(string uri) { WebResponse...
tweety
tweety_04_01
Online Now Send Email
Jan 3, 2004
4:18 am
4593
Hi, thnx, But i didnt recieve any example ! please send me your example thnx. ... __________________________________ Do you Yahoo!? Find out what made the Top...
Abolghasemi Amir
mabolghasemi
Offline Send Email
Jan 4, 2004
12:21 am
4594
hi: i making a database software which uses sql server 2000 & C# as language, i want to deploy my project, so that user just have clik on a setup file and...
Anjum Nazeer
annazir
Offline Send Email
Jan 4, 2004
12:21 am
4595
If you are using Visual Studio why not look into the Setup and Deployment Projects. You know when adding a new project to a solution you are presented with...
Joseph E Shook
joseph_shook...
Offline Send Email
Jan 4, 2004
8:34 pm
4596
hi ,i am so sorry i forget send the example ,its attached with this msg thnk for you ... Do you Yahoo!? Free Pop-Up Blocker - Get it now [Non-text portions of...
monam bat
eng_abdo74
Offline Send Email
Jan 4, 2004
8:34 pm
4597
Hi anju, Please try the following......... Deploying with Visual Studio.NET Setup Projects Summary: This article discusses how you can create a setup project...
Joel Jos Arackal
joel_jos
Offline Send Email
Jan 5, 2004
5:58 am
4598
Hi, I just started working on C#. I have a quick question on Forms. I have a Login form from which I want to open another form on the button_Click event. The...
Just For
justforyou76
Offline Send Email
Jan 5, 2004
2:27 pm
4599
according my limited knowldege .. ( ehich can be wrong ) u cant close the main form that is the form which is loaded when the aplication starts n as far as...
Salman Ahmed
salmananjaria@...
Send Email
Jan 5, 2004
3:13 pm
4600
... I usually handle this type of functionality with a static method. This way all instances get cleaned up. I may not follow the norm but I have a tendency to...
Michael Potter
mdpotter55
Offline Send Email
Jan 5, 2004
3:24 pm
4601
Hello: Mi name is Pablo Santa Ana. I'm from Argentina and I've just joined the group. I'm new to C#. I've been using Delphi and now I want to learn C#. Now my...
Pablo Santa Ana
psantaana
Offline Send Email
Jan 5, 2004
3:35 pm
4602
... I have used the following code in the past and it has worked well. It is a simple Form override that maps the [Enter] key to the [Tab] key. KeyPreview does...
Michael Potter
mdpotter55
Offline Send Email
Jan 5, 2004
3:46 pm
4603
Most programs that need that functionality will create a temporary directory for the use of that program... Then simply write the file to the directory, and...
John Bergman
john.bergman@...
Send Email
Jan 5, 2004
3:54 pm
Messages 4574 - 4603 of 19705   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