Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Pin
Pete O'Hanlon3-Sep-08 4:46
mvePete O'Hanlon3-Sep-08 4:46 
GeneralRe: Pin
User 66583-Sep-08 5:25
User 66583-Sep-08 5:25 
GeneralRe: Pin
Paul Conrad3-Sep-08 6:05
professionalPaul Conrad3-Sep-08 6:05 
GeneralRe: Pin
Guffa3-Sep-08 7:51
Guffa3-Sep-08 7:51 
GeneralRe: Pin
Paul Conrad3-Sep-08 8:40
professionalPaul Conrad3-Sep-08 8:40 
AnswerRe: Pin
Colin Angus Mackay3-Sep-08 5:21
Colin Angus Mackay3-Sep-08 5:21 
GeneralRe: Pin
Dave Sexton3-Sep-08 7:09
Dave Sexton3-Sep-08 7:09 
QuestionListbox Pin
netJP12L3-Sep-08 4:30
netJP12L3-Sep-08 4:30 
AnswerRe: Listbox Pin
Dave Sexton3-Sep-08 4:38
Dave Sexton3-Sep-08 4:38 

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.