blah blah blah is here! blah blah » Close

0
votes
1 answers

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#?

0
votes
1 answers

strange security related question

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 ...

0
votes
1 answers

converting a string into bold letters...is it possible?

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 ...

0
votes
1 answers

VS.NET whidbey features...

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 ...

0
votes
1 answers

c# and crystal report

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 ...

0
votes
1 answers

VS.NET 2003 folder deletion problem

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 ...

0
votes
1 answers

csharpfriends V2 source code

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.

0
votes
1 answers

Creating a new web app in VS.NET using a specified folder

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 ...

0
votes
1 answers

how to attach user's signature in a form

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 ...

0
votes
1 answers

a very simple pinned post question

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 ...

0
votes
1 answers

interactive searching (just like google)

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 ...

0
votes
1 answers

converting a string to integer

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 ...

0
votes
1 answers

best place to store the connectionstring...

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 ...

0
votes
1 answers

ibuyspy source code

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.

Feedback