Click here to Skip to main content
15,916,318 members
Home / Discussions / C#
   

C#

 
QuestionDataTable not reflecting change from DataGridView Pin
Richard Blythe3-Sep-08 9:36
Richard Blythe3-Sep-08 9:36 
AnswerRe: DataTable not reflecting change from DataGridView Pin
Wendelius3-Sep-08 9:41
mentorWendelius3-Sep-08 9:41 
QuestionThread question ? Pin
Mohammad Dayyan3-Sep-08 9:19
Mohammad Dayyan3-Sep-08 9:19 
AnswerRe: Thread question ? Pin
TheFM2343-Sep-08 9:27
TheFM2343-Sep-08 9:27 
GeneralRe: Thread question ? Pin
Mohammad Dayyan3-Sep-08 9:35
Mohammad Dayyan3-Sep-08 9:35 
GeneralRe: Thread question ? Pin
TheFM2343-Sep-08 9:55
TheFM2343-Sep-08 9:55 
GeneralRe: Thread question ? Pin
Mohammad Dayyan3-Sep-08 10:07
Mohammad Dayyan3-Sep-08 10:07 
QuestionHow to set or get the LanguageID setting for an individual WorkBook (or WorkSheet) in Excel 2007? Pin
Jeff Zn3-Sep-08 8:37
Jeff Zn3-Sep-08 8:37 
AnswerRe: How to set or get the LanguageID setting for an individual WorkBook (or WorkSheet) in Excel 2007? Pin
Wendelius3-Sep-08 8:59
mentorWendelius3-Sep-08 8:59 
QuestionHow to get the "Insertion Point" in Excel? Pin
Jeff Zn3-Sep-08 8:36
Jeff Zn3-Sep-08 8:36 
QuestionForm like (Internet) Explorer, Google Chrome etc. Pin
Drunken #BeAvEr#3-Sep-08 8:26
Drunken #BeAvEr#3-Sep-08 8:26 
AnswerRe: Form like (Internet) Explorer, Google Chrome etc. Pin
harleydk3-Sep-08 9:35
harleydk3-Sep-08 9:35 
GeneralRe: Form like (Internet) Explorer, Google Chrome etc. Pin
Drunken #BeAvEr#3-Sep-08 10:54
Drunken #BeAvEr#3-Sep-08 10:54 
GeneralRe: Form like (Internet) Explorer, Google Chrome etc. Pin
Visionator25-Nov-10 23:18
Visionator25-Nov-10 23:18 
AnswerRe: Form like (Internet) Explorer, Google Chrome etc. Pin
N a v a n e e t h3-Sep-08 18:05
N a v a n e e t h3-Sep-08 18:05 
QuestionDirectX programing C# (Camera rotation) Pin
Debjit_6253-Sep-08 7:43
Debjit_6253-Sep-08 7:43 
AnswerRe: DirectX programing C# (Camera rotation) Pin
pbalaga3-Sep-08 9:22
pbalaga3-Sep-08 9:22 
What you mean saying the camera is "facing on some other side"? Actually, you didn't write what you want to achieve. Do you want the camera to point always the same direction?

If so, you may need to recreate projection matrix, which contains the look at point of the camera. Direction vector of the camera is :
dir = lookAt - position.
After you store it, you can calculate new look at point from any position:
<br />
newLookAt = newPosition + dir


Did I help you?
Questionwebbrowser object problem with Internet explorer Blocked Content warning Pin
enginço3-Sep-08 5:45
enginço3-Sep-08 5:45 
QuestionRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
led mike3-Sep-08 6:01
led mike3-Sep-08 6:01 
AnswerRe: webbrowser object problem with Internet explorer Blocked Content warning [modified] Pin
enginço3-Sep-08 6:10
enginço3-Sep-08 6:10 
GeneralRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
led mike3-Sep-08 7:10
led mike3-Sep-08 7:10 
GeneralRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
Dan Neely3-Sep-08 7:15
Dan Neely3-Sep-08 7:15 
GeneralRe: webbrowser object problem with Internet explorer Blocked Content warning Pin
enginço3-Sep-08 20:04
enginço3-Sep-08 20:04 
QuestiondataGridView, bound, auto row height Pin
pcjd633-Sep-08 5:32
pcjd633-Sep-08 5:32 
Question<input id="txtName"" name="Name"" /> Pin
kibromg3-Sep-08 4:34
kibromg3-Sep-08 4:34 

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.