Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Database + listbox with image or icon example Pin
Henry Minute4-Apr-09 6:06
Henry Minute4-Apr-09 6:06 
Questionlist view item double click event Pin
yogesh_softworld1231-Apr-09 7:20
yogesh_softworld1231-Apr-09 7:20 
AnswerRe: list view item double click event Pin
Giorgi Dalakishvili1-Apr-09 7:39
mentorGiorgi Dalakishvili1-Apr-09 7:39 
GeneralRe: list view item double click event Pin
yogesh_softworld1231-Apr-09 8:05
yogesh_softworld1231-Apr-09 8:05 
QuestionImport specific .CSV File from Http Site Pin
sid_si1-Apr-09 6:51
sid_si1-Apr-09 6:51 
Questionnamespace Pin
yogesh_softworld1231-Apr-09 6:17
yogesh_softworld1231-Apr-09 6:17 
AnswerRe: namespace Pin
DaveyM691-Apr-09 6:32
professionalDaveyM691-Apr-09 6:32 
AnswerRe: namespace Pin
Colin Angus Mackay1-Apr-09 6:32
Colin Angus Mackay1-Apr-09 6:32 
yogesh_softworld123 wrote:
i tried with using keyword. but it is not working.


You need to be specific about exactly how it isn't working. I'm going to assume that you got an error that said something like Are you missing an assembly reference?

If they are then you have to add a reference to the assembly the class you want to use is contained in.

To do this, right click on the project (in the Solution Explorer) and select "Add reference..." in the context menu. In the dialog select the "Projects" tab and then select the project the class you want to use is in.

Your using should then work.


AnswerRe: namespace Pin
Adam Maras1-Apr-09 11:57
Adam Maras1-Apr-09 11:57 
QuestionBindingSource Filter Pin
shafiullah1231-Apr-09 5:51
shafiullah1231-Apr-09 5:51 
AnswerRe: BindingSource Filter Pin
ABitSmart1-Apr-09 7:27
ABitSmart1-Apr-09 7:27 
GeneralRe: BindingSource Filter Pin
shafiullah1231-Apr-09 8:55
shafiullah1231-Apr-09 8:55 
AnswerRe: BindingSource Filter Pin
jaypatel5121-Apr-09 20:33
jaypatel5121-Apr-09 20:33 
Questionopacity problem Pin
Try1-Apr-09 5:40
Try1-Apr-09 5:40 
AnswerRe: opacity problem Pin
musefan1-Apr-09 5:49
musefan1-Apr-09 5:49 
GeneralRe: opacity problem Pin
Try1-Apr-09 8:18
Try1-Apr-09 8:18 
GeneralRe: opacity problem Pin
musefan1-Apr-09 21:39
musefan1-Apr-09 21:39 
GeneralRe: opacity problem Pin
Try2-Apr-09 0:39
Try2-Apr-09 0:39 
QuestionHow to update a field in a word 2007 document? Pin
Krissh1-Apr-09 4:53
Krissh1-Apr-09 4:53 
AnswerRe: How to update a field in a word 2007 document? Pin
musefan1-Apr-09 5:27
musefan1-Apr-09 5:27 
GeneralRe: How to update a field in a word 2007 document? Pin
Krissh2-Apr-09 1:09
Krissh2-Apr-09 1:09 
AnswerRe: How to update a field in a word 2007 document? Pin
Krissh2-Apr-09 2:47
Krissh2-Apr-09 2:47 
QuestionHow to use different Views in Smart client software factory shell form dynamically? Pin
Vapctr1-Apr-09 4:19
Vapctr1-Apr-09 4:19 
QuestionError while using Sub reports in Report Viewer Pin
tauras811-Apr-09 3:03
tauras811-Apr-09 3:03 
QuestionBuilding tree in c# Pin
Reza S1-Apr-09 2:56
Reza S1-Apr-09 2:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.