votes
capturing image from digital camera using c#
Good day, guys! Do you have any idea how to capture image from a digital camera using c#?
blah blah blah is here! blah blah » Close
Good day, guys! Do you have any idea how to capture image from a digital camera using c#?
hi, guys! I know that this question is somewhat unrelated to C# but it really troubled me for quite a few weeks. I hope you will give some attention to it. I am using windows 2000 professional and I audit each succesful log-in to my compu ...
Good day guys! Is it possible to make a class that has a method that accepts a string and then convert this string into bold letters? Please refer to the pseudocode below: namespace stringbold { public class BoldIt { pu ...
What are the major features of whidbey that are not present in VS.NET 2003? I'm just wondering if it is really superior than VS.NET 2003. P.S. I have read somewhere in the net that it supports code refactoring. In a developer's sense wh ...
Hi, How can I create a multiple column report using the crystal report's built-in components in VS.NET 2003? The report should look something like this: Name1 Name4 Name7 Address1 Address4 ...
I created a new web application using VS.NET 2003. I debugged it and finally ran it. Everything was running fine until I decided to delete the 'folder' that contains the said web app. I got this error message: "Cannot delete folder. A ...
are you going to make csharpfriends version 2 open source? i am very much excited to hear a positive response from the webmaster. thanks and more power.
It may be a simple problem for you guys but I can't figure this out. Please help me. I want to create a new ASP.NET Application in VS.NET 2003 in a specified folder (I named it 'MyFolder' which is located in drive C) using this command: F ...
hello everybody! I'm back and i've got some questions here: How can I add/attached a user signature in a registration form? If the signature is succesfully attached, how can I save it to database? The form is some kind of a contract wher ...
hey guys! im just curious what is mean by the word 'pinned post' that always appear to the left side of the top three threads (the one with a golden star on the right ) in the forum. i know this is too simple but i beg your pardon because ...
How can I implement interactive searching in asp.net? The scenario is like this: I should have a custom control that contains a textbox. When a text is typed into it, a listbox containing all the records shouldl appear just below the said ...
i was getting my hands dirty doing some datatype conversion (converting from string to integer) and i am stuck in these lines of code: . . . int totalAmount=0,amtchkl=0; string stringamt; stringamt=lstBoxAd.Items[0].Value; amtchkl=In ...
I am currently developing an aspx project that will connect to the SQL Server. I am thinking of the ideal way where to put the connectionstring and this question keep twirling in my head: 1.) Where is the most secure place to store an appl ...
can anybody share me the source code and documentation of ibuyspy demo site? i tried visiting www.ibuyspy.com but i did not found it there.