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

C#

 
Question'using' directive/assembly reference Pin
queries36529-Dec-08 3:55
queries36529-Dec-08 3:55 
AnswerRe: 'using' directive/assembly reference Pin
Dave Kreskowiak29-Dec-08 5:14
mveDave Kreskowiak29-Dec-08 5:14 
GeneralRe: 'using' directive/assembly reference Pin
Mark Salsbery29-Dec-08 5:23
Mark Salsbery29-Dec-08 5:23 
AnswerRe: 'using' directive/assembly reference Pin
Mark Salsbery29-Dec-08 5:22
Mark Salsbery29-Dec-08 5:22 
QuestionUSER CONTROL Pin
kirandilip29-Dec-08 3:20
kirandilip29-Dec-08 3:20 
AnswerRe: USER CONTROL Pin
Christian Graus29-Dec-08 3:40
protectorChristian Graus29-Dec-08 3:40 
AnswerRe: USER CONTROL Pin
EliottA29-Dec-08 4:20
EliottA29-Dec-08 4:20 
AnswerRe: USER CONTROL Pin
Member 447035429-Dec-08 8:23
Member 447035429-Dec-08 8:23 
The simplest thing is create a form and put all the controls(grids, labels, textboxes, etc) that you will be needing into that form.
Now go to the class declaration(.cs file) where it says "public partial class Class1 : Form" and change it to "public partial class RSIntexPA : UserControl"

Compile the project and generate it a dll. Now you can use your usercontrol via this dll anywhere.
AnswerRe: USER CONTROL Pin
#realJSOP29-Dec-08 9:07
professional#realJSOP29-Dec-08 9:07 
Questionsend Attachment Pin
Abdul Rahman Hamidy29-Dec-08 2:17
Abdul Rahman Hamidy29-Dec-08 2:17 
AnswerRe: send Attachment Pin
Giorgi Dalakishvili29-Dec-08 2:40
mentorGiorgi Dalakishvili29-Dec-08 2:40 
AnswerRe: send Attachment Pin
Brij29-Dec-08 2:41
mentorBrij29-Dec-08 2:41 
GeneralRe: send Attachment Pin
Abdul Rahman Hamidy29-Dec-08 6:18
Abdul Rahman Hamidy29-Dec-08 6:18 
AnswerRe: send Attachment Pin
Scott Dorman29-Dec-08 6:01
professionalScott Dorman29-Dec-08 6:01 
GeneralRe: send Attachment Pin
Abdul Rahman Hamidy29-Dec-08 6:31
Abdul Rahman Hamidy29-Dec-08 6:31 
GeneralRe: send Attachment Pin
Scott Dorman29-Dec-08 6:36
professionalScott Dorman29-Dec-08 6:36 
GeneralRe: send Attachment Pin
Abdul Rahman Hamidy29-Dec-08 6:55
Abdul Rahman Hamidy29-Dec-08 6:55 
QuestionDelete a row from dataset using delete method??? Pin
SureshRocks29-Dec-08 2:10
SureshRocks29-Dec-08 2:10 
AnswerRe: Delete a row from dataset using delete method??? Pin
Giorgi Dalakishvili29-Dec-08 2:40
mentorGiorgi Dalakishvili29-Dec-08 2:40 
AnswerRe: Delete a row from dataset using delete method??? Pin
PC Player29-Dec-08 3:15
PC Player29-Dec-08 3:15 
GeneralRe: Delete a row from dataset using delete method??? Pin
SureshRocks29-Dec-08 19:41
SureshRocks29-Dec-08 19:41 
QuestionHow can I connect PC and WindowsMobile Phone use bluetooth? Pin
Liselsia29-Dec-08 2:04
Liselsia29-Dec-08 2:04 
AnswerRe: How can I connect PC and WindowsMobile Phone use bluetooth? Pin
Giorgi Dalakishvili29-Dec-08 2:39
mentorGiorgi Dalakishvili29-Dec-08 2:39 
QuestionIE7 restrict the browser to a single tab Pin
Sundar_R29-Dec-08 0:36
Sundar_R29-Dec-08 0:36 
AnswerRe: IE7 restrict the browser to a single tab Pin
Dave Kreskowiak29-Dec-08 2:02
mveDave Kreskowiak29-Dec-08 2:02 

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.