Click here to Skip to main content
15,912,329 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionCustom Designer Loader Pin
Octai12-Jan-07 3:24
Octai12-Jan-07 3:24 
AnswerRe: Custom Designer Loader Pin
Pete O'Hanlon12-Jan-07 4:36
mvePete O'Hanlon12-Jan-07 4:36 
GeneralRe: Custom Designer Loader Pin
Octai12-Jan-07 6:02
Octai12-Jan-07 6:02 
GeneralRe: Custom Designer Loader Pin
Pete O'Hanlon12-Jan-07 8:30
mvePete O'Hanlon12-Jan-07 8:30 
QuestionAt the place of the control its giving a red mark Pin
indian14311-Jan-07 21:13
indian14311-Jan-07 21:13 
AnswerRe: At the place of the control its giving a red mark Pin
Pete O'Hanlon11-Jan-07 22:38
mvePete O'Hanlon11-Jan-07 22:38 
GeneralRe: At the place of the control its giving a red mark Pin
indian14311-Jan-07 23:29
indian14311-Jan-07 23:29 
AnswerRe: At the place of the control its giving a red mark Pin
Dave Kreskowiak12-Jan-07 6:08
mveDave Kreskowiak12-Jan-07 6:08 
The OCX you created the wrapper for, as well as the wrapper, must be installed on the client in order for the OBJECT tag in the HTML to use them. You did NOT remove the requirement for a client-side installation, you've actually created a second installation requirement to get your code to work.

If these components are not installed on the client side, you'll see a little red X where the component should show up. This is because the browser can't find the components you specified in the OBJECT tag.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: At the place of the control its giving a red mark Pin
indian14315-Jan-07 20:12
indian14315-Jan-07 20:12 
GeneralRe: At the place of the control its giving a red mark Pin
Dave Kreskowiak16-Jan-07 2:34
mveDave Kreskowiak16-Jan-07 2:34 
AnswerRe: At the place of the control its giving a red mark Pin
Christian Graus13-Jan-07 15:21
protectorChristian Graus13-Jan-07 15:21 
GeneralRe: At the place of the control its giving a red mark Pin
Dave Kreskowiak13-Jan-07 16:44
mveDave Kreskowiak13-Jan-07 16:44 
GeneralRe: At the place of the control its giving a red mark Pin
Christian Graus13-Jan-07 17:38
protectorChristian Graus13-Jan-07 17:38 
GeneralRe: At the place of the control its giving a red mark Pin
Dave Kreskowiak14-Jan-07 4:29
mveDave Kreskowiak14-Jan-07 4:29 
GeneralRe: At the place of the control its giving a red mark Pin
Christian Graus14-Jan-07 8:55
protectorChristian Graus14-Jan-07 8:55 
GeneralRe: At the place of the control its giving a red mark Pin
indian14315-Jan-07 20:43
indian14315-Jan-07 20:43 
GeneralRe: At the place of the control its giving a red mark Pin
indian14315-Jan-07 20:30
indian14315-Jan-07 20:30 
GeneralRe: At the place of the control its giving a red mark Pin
Christian Graus15-Jan-07 22:28
protectorChristian Graus15-Jan-07 22:28 
GeneralRe: At the place of the control its giving a red mark Pin
indian14315-Jan-07 22:42
indian14315-Jan-07 22:42 
GeneralRe: At the place of the control its giving a red mark Pin
Christian Graus15-Jan-07 22:47
protectorChristian Graus15-Jan-07 22:47 
AnswerRe: Web User Control Pin
Pete O'Hanlon11-Jan-07 9:13
mvePete O'Hanlon11-Jan-07 9:13 
GeneralRe: Web User Control Pin
indian14311-Jan-07 22:28
indian14311-Jan-07 22:28 
GeneralRe: Web User Control Pin
Pete O'Hanlon11-Jan-07 22:35
mvePete O'Hanlon11-Jan-07 22:35 
GeneralRe: Web User Control Pin
Pete O'Hanlon11-Jan-07 22:36
mvePete O'Hanlon11-Jan-07 22:36 
GeneralRe: Web User Control Pin
indian14311-Jan-07 22:57
indian14311-Jan-07 22:57 

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.