Click here to Skip to main content
15,888,301 members
Home / Discussions / C#
   

C#

 
QuestionSet resolution in Metafiles Pin
cubeccu19-Sep-06 5:07
cubeccu19-Sep-06 5:07 
Questionwriting to string resource Pin
likefood19-Sep-06 4:57
likefood19-Sep-06 4:57 
QuestionProblems with a custom tooltip [modified] Pin
Gags66619-Sep-06 4:36
Gags66619-Sep-06 4:36 
Questionhow we I call a method from other .cs file... Pin
irkahc19-Sep-06 3:23
irkahc19-Sep-06 3:23 
AnswerRe: how we I call a method from other .cs file... Pin
albCode19-Sep-06 4:22
albCode19-Sep-06 4:22 
GeneralRe: how we I call a method from other .cs file... Pin
irkahc19-Sep-06 17:34
irkahc19-Sep-06 17:34 
GeneralRe: how we I call a method from other .cs file... Pin
irkahc19-Sep-06 19:58
irkahc19-Sep-06 19:58 
AnswerRe: how we I call a method from other .cs file... Pin
Christian Graus19-Sep-06 11:30
protectorChristian Graus19-Sep-06 11:30 
The core issue here is, if you have methods that are needed across pages, if they relate to the page lifecycle, they should perhaps go in a new base class for all pages. If they relate to business logic, they should be in a seperate class, in your middle tier.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

Questionhow do you write this vb line in c# Pin
faladrim19-Sep-06 3:03
faladrim19-Sep-06 3:03 
AnswerRe: how do you write this vb line in c# Pin
Ravi Bhavnani19-Sep-06 3:13
professionalRavi Bhavnani19-Sep-06 3:13 
QuestionHow can I start Lotus Notes V5 or V6 with attachements in C#.NET? Pin
MDT Daniel19-Sep-06 2:55
MDT Daniel19-Sep-06 2:55 
AnswerRe: How can I start Lotus Notes V5 or V6 with attachements in C#.NET? Pin
unclepaul19-Sep-06 5:23
unclepaul19-Sep-06 5:23 
GeneralRe: How can I start Lotus Notes V5 or V6 with attachements in C#.NET? Pin
MDT Daniel19-Sep-06 20:10
MDT Daniel19-Sep-06 20:10 
QuestionSupressing a console window of and another exe Pin
Pavan Josh19-Sep-06 2:31
Pavan Josh19-Sep-06 2:31 
AnswerRe: Supressing a console window of and another exe Pin
Alper Camel19-Sep-06 4:37
Alper Camel19-Sep-06 4:37 
Questionhow can i create public variable Pin
vipinpaliwal198019-Sep-06 2:22
vipinpaliwal198019-Sep-06 2:22 
AnswerRe: how can i create public variable Pin
S. Senthil Kumar19-Sep-06 2:29
S. Senthil Kumar19-Sep-06 2:29 
GeneralRe: how can i create public variable Pin
Ravi Bhavnani19-Sep-06 3:15
professionalRavi Bhavnani19-Sep-06 3:15 
GeneralRe: how can i create public variable Pin
S. Senthil Kumar19-Sep-06 4:11
S. Senthil Kumar19-Sep-06 4:11 
GeneralRe: how can i create public variable Pin
Ravi Bhavnani19-Sep-06 4:18
professionalRavi Bhavnani19-Sep-06 4:18 
QuestionSplitting an XML document into smaller ones Pin
bigove19-Sep-06 1:57
bigove19-Sep-06 1:57 
AnswerRe: Splitting an XML document into smaller ones Pin
S. Senthil Kumar19-Sep-06 2:34
S. Senthil Kumar19-Sep-06 2:34 
GeneralRe: Splitting an XML document into smaller ones Pin
bigove19-Sep-06 2:48
bigove19-Sep-06 2:48 
GeneralRe: Splitting an XML document into smaller ones Pin
led mike19-Sep-06 5:08
led mike19-Sep-06 5:08 
GeneralRe: Splitting an XML document into smaller ones Pin
bigove20-Sep-06 3:26
bigove20-Sep-06 3:26 

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.