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

C#

 
AnswerRe: How to call a Function in VC++ from C#? Pin
Niiiissssshhhhhuuuuu16-Sep-07 21:20
Niiiissssshhhhhuuuuu16-Sep-07 21:20 
AnswerRe: How to call a Function in VC++ from C#? Pin
N a v a n e e t h16-Sep-07 23:15
N a v a n e e t h16-Sep-07 23:15 
QuestionHow to Generate events from strings Pin
Amar Chaudhary16-Sep-07 18:17
Amar Chaudhary16-Sep-07 18:17 
AnswerRe: How to Generate events from strings Pin
Urs Enzler16-Sep-07 20:54
Urs Enzler16-Sep-07 20:54 
AnswerRe: How to Generate events from strings Pin
RaviBattula17-Sep-07 0:03
professionalRaviBattula17-Sep-07 0:03 
QuestionHelp reading data Pin
falles0116-Sep-07 16:56
falles0116-Sep-07 16:56 
AnswerRe: Help reading data Pin
Paul Conrad16-Sep-07 17:18
professionalPaul Conrad16-Sep-07 17:18 
GeneralRe: Help reading data Pin
falles0116-Sep-07 17:21
falles0116-Sep-07 17:21 
GeneralRe: Help reading data Pin
Paul Conrad16-Sep-07 17:27
professionalPaul Conrad16-Sep-07 17:27 
QuestionReading Big Endian Values Pin
Klazen16-Sep-07 16:39
Klazen16-Sep-07 16:39 
AnswerRe: Reading Big Endian Values Pin
Paul Conrad16-Sep-07 17:19
professionalPaul Conrad16-Sep-07 17:19 
GeneralRe: Reading Big Endian Values Pin
Klazen17-Sep-07 9:02
Klazen17-Sep-07 9:02 
Questionrelating between a winform and a web form Pin
H.R16-Sep-07 12:40
H.R16-Sep-07 12:40 
AnswerRe: relating between a winform and a web form Pin
Christian Graus16-Sep-07 12:48
protectorChristian Graus16-Sep-07 12:48 
AnswerRe: relating between a winform and a web form Pin
Paul Conrad16-Sep-07 13:08
professionalPaul Conrad16-Sep-07 13:08 
Questionmy Form goes blank Pin
gizmokaka16-Sep-07 12:29
gizmokaka16-Sep-07 12:29 
AnswerRe: my Form goes blank Pin
Mark Churchill16-Sep-07 12:36
Mark Churchill16-Sep-07 12:36 
GeneralRe: my Form goes blank Pin
gizmokaka16-Sep-07 12:43
gizmokaka16-Sep-07 12:43 
QuestionHow to draw the table? Pin
Seryoga16-Sep-07 11:19
Seryoga16-Sep-07 11:19 
AnswerRe: How to draw the table? Pin
Christian Graus16-Sep-07 12:20
protectorChristian Graus16-Sep-07 12:20 
Seryoga wrote:
There is a table (created of variables) is necessary to insert her as picture in PictureBox.


Then render it to a bitmap. A table, of any form, is not a Bitmap.


Seryoga wrote:
And then would be possible to drag, scale, etc this picture.


As is often the case, you're trying to make a picture box do stuff that it plain cannot do. you will have to write a control, if you want this interactive. You may b e able to do it with buttons on the side of the picture box, but that is not nice.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: How to draw the table? Pin
Seryoga16-Sep-07 12:33
Seryoga16-Sep-07 12:33 
AnswerRe: How to draw the table? Pin
Guffa16-Sep-07 12:43
Guffa16-Sep-07 12:43 
GeneralRe: How to draw the table? Pin
Seryoga16-Sep-07 19:24
Seryoga16-Sep-07 19:24 
GeneralRe: How to draw the table? Pin
Christian Graus16-Sep-07 12:53
protectorChristian Graus16-Sep-07 12:53 
GeneralRe: How to draw the table? Pin
Paul Conrad16-Sep-07 13:10
professionalPaul Conrad16-Sep-07 13:10 

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.