Click here to Skip to main content
15,881,898 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML document as Resource File Pin
Heath Stewart25-Jun-04 5:05
protectorHeath Stewart25-Jun-04 5:05 
GeneralSome Problems on DataGrid :- Pin
jk chan25-Jun-04 1:10
jk chan25-Jun-04 1:10 
GeneralRe: Some Problems on DataGrid :- Pin
Heath Stewart25-Jun-04 5:03
protectorHeath Stewart25-Jun-04 5:03 
GeneralRe: Some Problems on DataGrid :- Pin
jk chan25-Jun-04 20:22
jk chan25-Jun-04 20:22 
GeneralScrollbar Pin
_Searcher_25-Jun-04 0:21
_Searcher_25-Jun-04 0:21 
GeneralRe: Scrollbar Pin
Heath Stewart25-Jun-04 5:01
protectorHeath Stewart25-Jun-04 5:01 
GeneralRe: Scrollbar Pin
Wender Oliveira25-Jun-04 10:22
Wender Oliveira25-Jun-04 10:22 
GeneralRe: Scrollbar Pin
partyganger25-Jun-04 14:22
partyganger25-Jun-04 14:22 
just add a regular HTML button input type to the html, and don't rely on the designer to much...:
<br />
<input type="button" onclick="CallSomeJavaScriptFunctionHere()" /><br />


JS code (just googled for it...

<br />
function scrollToBottom() { <br />
         document.body.scrollTop = document.body.offsetHeight; <br />
      } <br />
<br />
      function checkIfScrollToBottomIsNeeded() { <br />
         scrollToBottomIsNeeded = ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) ); <br />
      } <br />
<br />
      function scrollToBottomIfNeeded() { <br />
         if( scrollToBottomIsNeeded ) <br />
            document.body.scrollTop = document.body.offsetHeight; <br />
      } <br />

GeneralInstantiating a class of type x at runtime Pin
Anonymous24-Jun-04 23:08
Anonymous24-Jun-04 23:08 
GeneralRe: Instantiating a class of type x at runtime Pin
Stefan Troschuetz24-Jun-04 23:44
Stefan Troschuetz24-Jun-04 23:44 
GeneralRe: Instantiating a class of type x at runtime Pin
shaunAustin28-Jun-04 0:29
shaunAustin28-Jun-04 0:29 
GeneralDynamically giving color to the datagrid Pin
HowRU24-Jun-04 23:02
HowRU24-Jun-04 23:02 
GeneralRe: Dynamically giving color to the datagrid Pin
Heath Stewart25-Jun-04 4:58
protectorHeath Stewart25-Jun-04 4:58 
GeneralMSN6 messenger development Pin
softp_vc24-Jun-04 22:54
softp_vc24-Jun-04 22:54 
GeneralRe: MSN6 messenger development Pin
amatyasik25-Jun-04 2:05
amatyasik25-Jun-04 2:05 
Generalprogramming for the MSN6 messenger Pin
softp_vc24-Jun-04 22:35
softp_vc24-Jun-04 22:35 
GeneralRe: programming for the MSN6 messenger Pin
Colin Angus Mackay24-Jun-04 22:58
Colin Angus Mackay24-Jun-04 22:58 
GeneralRe: programming for the MSN6 messenger Pin
Jeremy Kimball25-Jun-04 2:59
Jeremy Kimball25-Jun-04 2:59 
GeneralRe: programming for the MSN6 messenger Pin
Heath Stewart25-Jun-04 4:56
protectorHeath Stewart25-Jun-04 4:56 
GeneralRe: programming for the MSN6 messenger Pin
Dave Kreskowiak25-Jun-04 5:24
mveDave Kreskowiak25-Jun-04 5:24 
General? Access controls belonging to another application Pin
catalin_im24-Jun-04 22:33
catalin_im24-Jun-04 22:33 
GeneralRe: ? Access controls belonging to another application Pin
Jeremy Kimball25-Jun-04 3:11
Jeremy Kimball25-Jun-04 3:11 
GeneralRe: ? Access controls belonging to another application Pin
Dave Kreskowiak25-Jun-04 5:10
mveDave Kreskowiak25-Jun-04 5:10 
GeneralRe: ? Access controls belonging to another application Pin
catalin_im27-Jun-04 20:46
catalin_im27-Jun-04 20:46 
GeneralRe: ? Access controls belonging to another application Pin
Dave Kreskowiak28-Jun-04 0:39
mveDave Kreskowiak28-Jun-04 0:39 

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.