Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #20.4K
Ranked #3K
~13.4K People Reached
Favorite Tags
Member Avatar for mohana88

When I try to add a dll file into my project the following error occurs : A reference to dll could not be added. Please make sure that the file is accessible and that is a valid assembly or COM component. But I have imported the dll file using DLLImport …

Member Avatar for mohana88
0
8K
Member Avatar for Behseini

Hi I am trying to link selected item from one list box to another list box and make the second Item selected there as well. Lets say I have 2 list box populated by the city names in two different listbox in different orders and from different source, now I …

Member Avatar for Behseini
0
2K
Member Avatar for computerbear

I have never run into this problem before and I am frustrated. What am I missing? I am trying to initialize an array of five social security numbers. It does fine until the fifth one, then throws an error saying something about the indexer out of bounds. SSN has to …

Member Avatar for spdesigns
0
122
Member Avatar for computerbear

I have Googled and looked and looked. What is the best cleanest way to format a social security number to look like xxx-xx-xxxx? And as long as I am asking, how about how to ensure that a nine digit number is entered? Thank you!

Member Avatar for spdesigns
0
3K
Member Avatar for aliskov

Hello everyone, I'm a high school student highly interested in computer science in general. I've already taken two Computer Science AP classes, both in Java. I took the Computer Science AP exam last year and got a 5 on it, so I'm OK when it comes to Java. Not too …

Member Avatar for ddanbe
0
293
Member Avatar for new_programmer

Hi all, I have no idea about C#. I know that its a good language +****************************************************+ | I DON'T NEED ANY HYPERLINKS( EXCEPT:Good Sites) | +*****************************************************+ My questions are the following ------------------------------- 1. What is the difference between C#, C++,VB.NEt? 2. What is .Net , is C# and C++ .Net …

Member Avatar for Shilpakmthn
1
197
Member Avatar for alb3rt
Member Avatar for almostbob
-2
74
Member Avatar for sadhawan
Member Avatar for nick.crane
0
121
Member Avatar for dan1992

How can using this code[CODE] string sorece = folderBrowserDialog1.SelectedPath; string target = folderBrowserDialog2.SelectedPath; string sourceFile = System.IO.Path.GetFullPath(sorece); string targetPath = System.IO.Path.GetFullPath(target); System.IO.Directory.Move(sourceFile, targetPath);[/CODE] i can move Folders ? please help

Member Avatar for Geekitygeek
0
107
Member Avatar for c12345n

I have a solution with many projects (assembled sepparetely), all works fine, but I want merge all because i want make only one project (I want it more secure without reflection to make obfuscation process). In process of integration anything appear not be assigned correctly. - I want run unified …

Member Avatar for Venjense
0
172