Click here to Skip to main content
15,916,379 members
Home / Discussions / C#
   

C#

 
QuestionPDF button recognition in C# Windows App. [modified] Pin
Engineer Joe17-Apr-09 7:30
Engineer Joe17-Apr-09 7:30 
AnswerRe: PDF button recognition in C# Windows App. Pin
buachaill cliste17-Apr-09 9:07
buachaill cliste17-Apr-09 9:07 
GeneralRe: PDF button recognition in C# Windows App. Pin
Engineer Joe20-Apr-09 9:46
Engineer Joe20-Apr-09 9:46 
GeneralRe: PDF button recognition in C# Windows App. Pin
buachaill cliste20-Apr-09 10:33
buachaill cliste20-Apr-09 10:33 
QuestionFailing to read ExecutablePath Pin
IFDTCACT17-Apr-09 7:15
IFDTCACT17-Apr-09 7:15 
AnswerRe: Failing to read ExecutablePath Pin
Henry Minute17-Apr-09 8:19
Henry Minute17-Apr-09 8:19 
GeneralRe: Failing to read ExecutablePath Pin
Dave Kreskowiak17-Apr-09 9:31
mveDave Kreskowiak17-Apr-09 9:31 
GeneralRe: Failing to read ExecutablePath Pin
Henry Minute17-Apr-09 9:42
Henry Minute17-Apr-09 9:42 
AnswerRe: Failing to read ExecutablePath Pin
Dave Kreskowiak17-Apr-09 9:35
mveDave Kreskowiak17-Apr-09 9:35 
GeneralRe: Failing to read ExecutablePath Pin
IFDTCACT17-Apr-09 21:23
IFDTCACT17-Apr-09 21:23 
QuestionWindows Control Library not registering Pin
lastdays17-Apr-09 6:53
lastdays17-Apr-09 6:53 
AnswerRe: Windows Control Library not registering Pin
howlettt17-Apr-09 8:03
howlettt17-Apr-09 8:03 
GeneralRe: Windows Control Library not registering Pin
lastdays17-Apr-09 10:06
lastdays17-Apr-09 10:06 
GeneralRe: Windows Control Library not registering Pin
howlettt17-Apr-09 15:43
howlettt17-Apr-09 15:43 
Yes it should detect your control, you might have missed something though, using the following steps worked fine for me

1. Create a new solution with a windows control library project
2. Add a windows application project to the solution
3. Build the solution
4. Open the designer for Form1 in the windows application project
5. Open the toolbox
6. There should be a new tab with the name of your controls project eg. WindowsControlLibrary1 Components
7. Under that tab there should be the user control that was created by default (UserControl1)

I have run into situations where this would stop working at random, if all else fails try creating a new solution

Oh and make sure to derive your control from System.Windows.Forms.Control, UserControl or another control and make your class public
GeneralRe: Windows Control Library not registering Pin
lastdays18-Apr-09 2:39
lastdays18-Apr-09 2:39 
QuestionNon-dynamic Image Recognition. Pin
Joorstard17-Apr-09 6:37
Joorstard17-Apr-09 6:37 
AnswerRe: Non-dynamic Image Recognition. Pin
Luc Pattyn17-Apr-09 6:58
sitebuilderLuc Pattyn17-Apr-09 6:58 
GeneralRe: Non-dynamic Image Recognition. Pin
Joorstard24-Apr-09 6:47
Joorstard24-Apr-09 6:47 
GeneralRe: Non-dynamic Image Recognition. Pin
Luc Pattyn24-Apr-09 6:52
sitebuilderLuc Pattyn24-Apr-09 6:52 
GeneralRe: Non-dynamic Image Recognition. Pin
Joorstard24-Apr-09 6:59
Joorstard24-Apr-09 6:59 
AnswerRe: Non-dynamic Image Recognition. Pin
Skymir17-Apr-09 10:46
Skymir17-Apr-09 10:46 
Questionhow to generate phone ring sound Pin
yogesh_softworld12317-Apr-09 6:14
yogesh_softworld12317-Apr-09 6:14 
AnswerRe: how to generate phone ring sound Pin
DaveyM6917-Apr-09 6:19
professionalDaveyM6917-Apr-09 6:19 
GeneralRe: how to generate phone ring sound Pin
yogesh_softworld12317-Apr-09 7:06
yogesh_softworld12317-Apr-09 7:06 
GeneralRe: how to generate phone ring sound Pin
Henry Minute17-Apr-09 8:24
Henry Minute17-Apr-09 8:24 

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.