Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: Prevent Multiple Same User Logins On A Desktop Application C# Pin
Wendelius13-Oct-16 11:04
mentorWendelius13-Oct-16 11:04 
QuestionBar Code Generate Pin
Member 1116631816-Sep-16 21:55
professionalMember 1116631816-Sep-16 21:55 
AnswerRe: Bar Code Generate Pin
Gerry Schmitz17-Sep-16 6:27
mveGerry Schmitz17-Sep-16 6:27 
SuggestionRe: Bar Code Generate Pin
Richard Deeming19-Sep-16 2:05
mveRichard Deeming19-Sep-16 2:05 
QuestionWinForms bind Combobox to DataSet Table Names Pin
hpjchobbes16-Sep-16 10:13
hpjchobbes16-Sep-16 10:13 
AnswerRe: WinForms bind Combobox to DataSet Table Names Pin
Gerry Schmitz17-Sep-16 6:46
mveGerry Schmitz17-Sep-16 6:46 
QuestionHow to draw an image using form controls? Pin
Le@rner15-Sep-16 21:52
Le@rner15-Sep-16 21:52 
AnswerRe: How to draw an image using form controls? Pin
OriginalGriff15-Sep-16 22:00
mveOriginalGriff15-Sep-16 22:00 
You need to explain in rather more detail what you are trying to do - drawing onto an Image is pretty trivial, all you have to do is get a Graphics context for the image and call the appropriate methods from the class: Graphics Class (System.Drawing)[^]
There is background here: Drawing Text and Graphics[^] - it all talks about a Form, but the principles and even the methdos are the same once you get the Graphics object for your Image.
But we don't know exactly what part of this is giving you problems - remember that we can't see your screen, access your HDD, or read your mind: we only get exactly what you type to work from. So you need to explain in enough detail that we can "fill in the gaps" without having the context from your project!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: How to draw an image using form controls? Pin
Le@rner15-Sep-16 23:54
Le@rner15-Sep-16 23:54 
GeneralRe: How to draw an image using form controls? Pin
OriginalGriff16-Sep-16 0:07
mveOriginalGriff16-Sep-16 0:07 
GeneralRe: How to draw an image using form controls? Pin
Le@rner16-Sep-16 0:09
Le@rner16-Sep-16 0:09 
GeneralRe: How to draw an image using form controls? Pin
OriginalGriff16-Sep-16 0:19
mveOriginalGriff16-Sep-16 0:19 
GeneralRe: How to draw an image using form controls? Pin
Le@rner16-Sep-16 19:40
Le@rner16-Sep-16 19:40 
GeneralRe: How to draw an image using form controls? Pin
OriginalGriff16-Sep-16 21:27
mveOriginalGriff16-Sep-16 21:27 
GeneralRe: How to draw an image using form controls? Pin
Le@rner16-Sep-16 0:09
Le@rner16-Sep-16 0:09 
AnswerRe: How to draw an image using form controls? Pin
Pete O'Hanlon15-Sep-16 22:04
mvePete O'Hanlon15-Sep-16 22:04 
QuestionCalling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 5:35
Member 1274201915-Sep-16 5:35 
AnswerRe: Calling a stored procedure from C# failing Pin
#realJSOP15-Sep-16 5:43
professional#realJSOP15-Sep-16 5:43 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 5:45
Member 1274201915-Sep-16 5:45 
AnswerRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 5:51
mveOriginalGriff15-Sep-16 5:51 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 6:28
Member 1274201915-Sep-16 6:28 
GeneralRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 6:42
mveOriginalGriff15-Sep-16 6:42 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 7:01
Member 1274201915-Sep-16 7:01 
GeneralRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 8:05
mveOriginalGriff15-Sep-16 8:05 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 11:07
Member 1274201915-Sep-16 11:07 

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.