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) ...
Wish You All A Happy 2004!!! -- C# Owner/Moderator __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard ...
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...
Hi Alvin , private void somefunction(System.Web.HttpContext Stream) { Stream.Session["session_id"] = "value"; } where I put this method in my user defined...
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#...
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...
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...
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...
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...
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@...
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...
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@...
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...
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@...
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,...
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...
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...
Hi, thnx, But i didnt recieve any example ! please send me your example thnx. ... __________________________________ Do you Yahoo!? Find out what made the Top...
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...
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...
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...
Hi anju, Please try the following......... Deploying with Visual Studio.NET Setup Projects Summary: This article discusses how you can create a setup project...
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...
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@...
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...
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...
... 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...
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...