Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: error Pin
Dave Kreskowiak16-Jun-05 4:40
mveDave Kreskowiak16-Jun-05 4:40 
GeneralStart and use an external application Pin
Rey999915-Jun-05 21:53
Rey999915-Jun-05 21:53 
GeneralRe: Start and use an external application Pin
codeprojectin15-Jun-05 21:59
codeprojectin15-Jun-05 21:59 
GeneralRe: Start and use an external application Pin
Rey999915-Jun-05 23:33
Rey999915-Jun-05 23:33 
GeneralCSTA in C# Pin
yarns15-Jun-05 20:56
yarns15-Jun-05 20:56 
GeneralRe: CSTA in C# Pin
mav.northwind16-Jun-05 1:18
mav.northwind16-Jun-05 1:18 
GeneralRe: CSTA in C# Pin
Anonymous16-Jun-05 1:45
Anonymous16-Jun-05 1:45 
General"object" problem Pin
kakarato15-Jun-05 20:52
kakarato15-Jun-05 20:52 
I try to build a Form template in VB.Net so later on i can inherit the form template.

in VB.NET i can use

<br />
Public SearchForm As Object;<br />
<br />
'Without instance the real SearchForm Class object<br />
'The real SearchForm will be instance in the inherit form. <br />
'in the init. method<br />
<br />
SearchForm.Show();<br />


the base class sucessfully Compile.

But in C#
<br />
public object SearchForm<br />
'Without instance the real SearchForm Class object<br />
'The real SearchForm will be instance in the inherit form. <br />
'in the init. method<br />
<br />
SearchForm.Show()<br />


but in C# i can't compile it.. an error message come out :
'object' does not contain a definition for 'Show'


:(Please help ... urgent ...
GeneralRe: &quot;object&quot; problem Pin
Kai Radewald15-Jun-05 21:54
Kai Radewald15-Jun-05 21:54 
GeneralRe: &quot;object&quot; problem Pin
kakarato15-Jun-05 22:12
kakarato15-Jun-05 22:12 
Generalmerge column header of datagrid with C# Pin
dexom15-Jun-05 20:49
dexom15-Jun-05 20:49 
GeneralScanning pixels and storing Pin
Anonymous15-Jun-05 19:16
Anonymous15-Jun-05 19:16 
GeneralRe: Scanning pixels and storing Pin
Christian Graus15-Jun-05 19:24
protectorChristian Graus15-Jun-05 19:24 
Generalmonth year selection Pin
prgramya15-Jun-05 19:06
prgramya15-Jun-05 19:06 
GeneralRe: month year selection Pin
Christian Graus15-Jun-05 19:22
protectorChristian Graus15-Jun-05 19:22 
GeneralWindowsFormsParkingWindow problem Pin
seee sharp15-Jun-05 17:39
seee sharp15-Jun-05 17:39 
GeneralRe: WindowsFormsParkingWindow problem Pin
seee sharp12-Jul-05 18:15
seee sharp12-Jul-05 18:15 
GeneralOverride a method in a custom control. Pin
kakarato15-Jun-05 15:20
kakarato15-Jun-05 15:20 
GeneralRe: Override a method in a custom control. Pin
Christian Graus15-Jun-05 19:01
protectorChristian Graus15-Jun-05 19:01 
GeneralRe: Override a method in a custom control. Pin
kakarato15-Jun-05 19:02
kakarato15-Jun-05 19:02 
GeneralDragDrop event doesn't work Pin
dulaman15-Jun-05 12:53
dulaman15-Jun-05 12:53 
GeneralRe: DragDrop event doesn't work Pin
Marc Clifton15-Jun-05 17:10
mvaMarc Clifton15-Jun-05 17:10 
GeneralSending the Excel Object Model for download Pin
dgap15-Jun-05 12:13
dgap15-Jun-05 12:13 
GeneralRTF to XML Pin
Member 202751015-Jun-05 11:55
Member 202751015-Jun-05 11:55 
GeneralRe: RTF to XML Pin
Christian Graus15-Jun-05 13:46
protectorChristian Graus15-Jun-05 13:46 

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.