Click here to Skip to main content
16,006,001 members
Home / Discussions / C#
   

C#

 
QuestionFormChild reference to FormChild in FormMDI Pin
hoangsamac24-Jun-07 7:34
hoangsamac24-Jun-07 7:34 
AnswerRe: FormChild reference to FormChild in FormMDI Pin
Dave Kreskowiak24-Jun-07 12:49
mveDave Kreskowiak24-Jun-07 12:49 
GeneralRe: FormChild reference to FormChild in FormMDI Pin
hoangsamac25-Jun-07 4:07
hoangsamac25-Jun-07 4:07 
GeneralRe: FormChild reference to FormChild in FormMDI Pin
Dave Kreskowiak26-Jun-07 2:39
mveDave Kreskowiak26-Jun-07 2:39 
GeneralRe: FormChild reference to FormChild in FormMDI Pin
hoangsamac27-Jun-07 5:13
hoangsamac27-Jun-07 5:13 
AnswerRe: array of bitmaps Pin
Guffa24-Jun-07 8:05
Guffa24-Jun-07 8:05 
QuestionSome question about add-in Pin
imagic24-Jun-07 5:44
imagic24-Jun-07 5:44 
AnswerRe: Some question about add-in Pin
Jasmine250124-Jun-07 8:32
Jasmine250124-Jun-07 8:32 
Add-ins are cool, but they are an advanced topic and will require lots of reading and lots of TESTING to understand. If you haven't had a lot of experience, you may have to wait a while before you will understand it. I've been doing this stuff for 25 years and I had a lot of trouble getting started, which is why my Source control program isn't released yet. What I'm saying is, this topic is wicked confusing, and you just need to jump in and sink or swim.

Take what you know so far and try making something simple, then come back here when you have some more specific questions. Sounds like you have a good start with some materials to read, and here's another article you can try to help you get started. Good luck!

http://www.c-sharpcorner.com/UploadFile/mgold/AddIns11292005015631AM/AddIns.aspx[^]

And note: by something simple I mean an add-in that puts up a toolbar that doesn't do anything, and a context menu that doesn't do anything. So many programmers want to start with more than that... always start with what I call "The Null Program" which just sets up the runtime environment and exits. It's even more basic than Hello World, and I start every new project by actually compiling and running that program... even after 25 years.

"Quality Software since 1983!"
http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.

GeneralRe: Some question about add-in Pin
DavidNohejl24-Jun-07 8:42
DavidNohejl24-Jun-07 8:42 
GeneralRe: Some question about add-in [modified] Pin
imagic24-Jun-07 19:36
imagic24-Jun-07 19:36 
GeneralRe: Some question about add-in Pin
Jasmine250125-Jun-07 10:38
Jasmine250125-Jun-07 10:38 
GeneralRe: Some question about add-in Pin
imagic27-Jun-07 4:13
imagic27-Jun-07 4:13 
GeneralRe: Some question about add-in Pin
Jasmine250127-Jun-07 8:03
Jasmine250127-Jun-07 8:03 
QuestionConnecting Sql Server Express in the Network Pin
xbiplav24-Jun-07 5:37
xbiplav24-Jun-07 5:37 
QuestionConnecting Sql Server Express in the Network Pin
xbiplav24-Jun-07 5:36
xbiplav24-Jun-07 5:36 
AnswerRe: Connecting Sql Server Express in the Network Pin
Laubi24-Jun-07 5:48
Laubi24-Jun-07 5:48 
QuestionQuestion about UI in C# - How to insert user control into Dialog. Pin
Yanshof24-Jun-07 4:58
Yanshof24-Jun-07 4:58 
AnswerRe: Question about UI in C# - How to insert user control into Dialog. Pin
imagic24-Jun-07 5:33
imagic24-Jun-07 5:33 
GeneralRe: Question about UI in C# - How to insert user control into Dialog. Pin
Yanshof24-Jun-07 5:44
Yanshof24-Jun-07 5:44 
GeneralBTW - The project is C# but in the solution i have also C++ projects.... Pin
Yanshof24-Jun-07 5:52
Yanshof24-Jun-07 5:52 
GeneralRe: BTW - The project is C# but in the solution i have also C++ projects.... [modified] Pin
Dave Kreskowiak24-Jun-07 6:18
mveDave Kreskowiak24-Jun-07 6:18 
GeneralRe: BTW - The project is C# but in the solution i have also C++ projects.... Pin
Yanshof24-Jun-07 8:13
Yanshof24-Jun-07 8:13 
GeneralRe: BTW - The project is C# but in the solution i have also C++ projects.... Pin
Dave Kreskowiak24-Jun-07 12:44
mveDave Kreskowiak24-Jun-07 12:44 
QuestionAppSettings Pin
Goldwind24-Jun-07 3:48
Goldwind24-Jun-07 3:48 
AnswerRe: AppSettings Pin
Sathesh Sakthivel24-Jun-07 3:54
Sathesh Sakthivel24-Jun-07 3:54 

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.