Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: Application & Window positions Pin
KingTermite30-May-03 6:38
KingTermite30-May-03 6:38 
GeneralRe: Application & Window positions Pin
Andy Smith30-May-03 8:43
Andy Smith30-May-03 8:43 
GeneralCombo boxes Pin
totig30-May-03 4:23
totig30-May-03 4:23 
GeneralRe: Combo boxes Pin
Carl Mercier30-May-03 5:37
Carl Mercier30-May-03 5:37 
GeneralRe: Combo boxes Pin
James T. Johnson31-May-03 18:36
James T. Johnson31-May-03 18:36 
GeneralSession problems Pin
Peter Kiss30-May-03 1:51
Peter Kiss30-May-03 1:51 
GeneralRe: Session problems Pin
Rocky Moore30-May-03 23:19
Rocky Moore30-May-03 23:19 
GeneralRe: Session problems Pin
Peter Kiss31-May-03 0:49
Peter Kiss31-May-03 0:49 
GeneralRe: Session problems Pin
Rocky Moore1-Jun-03 4:42
Rocky Moore1-Jun-03 4:42 
GeneralRe: Session problems Pin
Peter Kiss1-Jun-03 5:31
Peter Kiss1-Jun-03 5:31 
GeneralMethod override Pin
BenjaminAlicea30-May-03 1:15
BenjaminAlicea30-May-03 1:15 
GeneralRe: Method override Pin
BenjaminAlicea30-May-03 5:20
BenjaminAlicea30-May-03 5:20 
GeneralRe: Method override Pin
BenjaminAlicea30-May-03 7:11
BenjaminAlicea30-May-03 7:11 
QuestionCan I use splitter to make a ruler ? Pin
JeffSayHi30-May-03 0:20
JeffSayHi30-May-03 0:20 
GeneralCustom controls problems Pin
Oleksandr Kucherenko29-May-03 23:56
Oleksandr Kucherenko29-May-03 23:56 
GeneralRe: Custom controls problems Pin
Oleksandr Kucherenko30-May-03 2:34
Oleksandr Kucherenko30-May-03 2:34 
GeneralRe: Custom controls problems Pin
James T. Johnson31-May-03 18:48
James T. Johnson31-May-03 18:48 
If your control library is strongly named (sounds like it is) then by default if the runtime can't find that specific version number it will fail to load. To get around this you can include a publisher policy which tells the runtime that when version a.b.c.y (or a range of versions) is asked for to use version w.x.y.z. You can also use a configuration file which does the same thing, but requires that whoever controls the .exe put some entries in the .exe.config file.

Publisher Policy Sample[^] by Mike Woodring.

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralDescription pane in a property grid Pin
nico19329-May-03 23:19
nico19329-May-03 23:19 
GeneralRe: Description pane in a property grid Pin
David Stone30-May-03 6:53
sitebuilderDavid Stone30-May-03 6:53 
GeneralRe: Description pane in a property grid Pin
J. Dunlap30-May-03 7:47
J. Dunlap30-May-03 7:47 
GeneralRe: Description pane in a property grid Pin
David Stone30-May-03 8:54
sitebuilderDavid Stone30-May-03 8:54 
GeneralRe: Description pane in a property grid Pin
nico19330-May-03 11:38
nico19330-May-03 11:38 
GeneralRe: Description pane in a property grid Pin
Anonymous2-Jun-03 0:12
Anonymous2-Jun-03 0:12 
GeneralRe: Description pane in a property grid Pin
nlin5-Jun-03 3:17
nlin5-Jun-03 3:17 
GeneralAutoscrolling Pin
parag12329-May-03 21:21
parag12329-May-03 21:21 

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.