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

C#

 
GeneralRe: Visual studio 2015 - Visual c# 2015 Pin
NotPolitcallyCorrect2-Feb-17 5:28
NotPolitcallyCorrect2-Feb-17 5:28 
GeneralRe: Visual studio 2015 - Visual c# 2015 Pin
NotPolitcallyCorrect2-Feb-17 5:30
NotPolitcallyCorrect2-Feb-17 5:30 
GeneralRe: Visual studio 2015 - Visual c# 2015 Pin
Roberto64_Ge2-Feb-17 22:42
Roberto64_Ge2-Feb-17 22:42 
Questionhow to load signature pad in c# Pin
janairie1-Feb-17 13:10
janairie1-Feb-17 13:10 
AnswerRe: how to load signature pad in c# Pin
Dave Kreskowiak1-Feb-17 13:20
mveDave Kreskowiak1-Feb-17 13:20 
AnswerRe: how to load signature pad in c# Pin
OriginalGriff1-Feb-17 21:35
mveOriginalGriff1-Feb-17 21:35 
GeneralRe: how to load signature pad in c# Pin
Daniel Pfeffer1-Feb-17 22:13
professionalDaniel Pfeffer1-Feb-17 22:13 
AnswerRe: how to load signature pad in c# Pin
Richard Deeming2-Feb-17 2:31
mveRichard Deeming2-Feb-17 2:31 
As Griff said, your code is vulnerable to SQL Injection[^]:

Everything you wanted to know about SQL injection (but were afraid to ask) | Troy Hunt[^]
How can I explain SQL injection without technical jargon? | Information Security Stack Exchange[^]
Query Parameterization Cheat Sheet | OWASP[^]


You haven't told us what the error is, but I'm going to guess that SigPics.Cursor is not a BitmapImage, and you're getting an "cannot implicitly convert type '(whatever)' to 'BitmapImage'" compiler error. We can't tell you how to fix that without knowing what SigPics.Cursor is, and what you're trying to do with it.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


AnswerRe: how to load signature pad in c# Pin
Eddy Vluggen2-Feb-17 2:46
professionalEddy Vluggen2-Feb-17 2:46 
QuestionC#: How to copy excel cell range and chart data to power point slides Pin
Tridip Bhattacharjee31-Jan-17 2:18
professionalTridip Bhattacharjee31-Jan-17 2:18 
AnswerRe: C#: How to copy excel cell range and chart data to power point slides Pin
#realJSOP1-Feb-17 7:05
mve#realJSOP1-Feb-17 7:05 
QuestionHow to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
TarunKumarSusarapu29-Jan-17 23:35
professionalTarunKumarSusarapu29-Jan-17 23:35 
AnswerRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
OriginalGriff30-Jan-17 0:05
mveOriginalGriff30-Jan-17 0:05 
GeneralRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
TarunKumarSusarapu30-Jan-17 0:33
professionalTarunKumarSusarapu30-Jan-17 0:33 
GeneralRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
OriginalGriff30-Jan-17 0:45
mveOriginalGriff30-Jan-17 0:45 
AnswerRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
CHill6030-Jan-17 1:44
mveCHill6030-Jan-17 1:44 
GeneralRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
Richard Deeming30-Jan-17 2:09
mveRichard Deeming30-Jan-17 2:09 
GeneralRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
TarunKumarSusarapu30-Jan-17 19:28
professionalTarunKumarSusarapu30-Jan-17 19:28 
GeneralRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
Pete O'Hanlon30-Jan-17 19:43
mvePete O'Hanlon30-Jan-17 19:43 
GeneralRe: How to convert total database columns datetime to date in the format of dd-mm-yyyy Pin
TarunKumarSusarapu30-Jan-17 19:47
professionalTarunKumarSusarapu30-Jan-17 19:47 
Question.net Reading and Saving Very Large Images Pin
JBHowl26-Jan-17 3:27
JBHowl26-Jan-17 3:27 
AnswerRe: .net Reading and Saving Very Large Images Pin
Jochen Arndt26-Jan-17 3:55
professionalJochen Arndt26-Jan-17 3:55 
GeneralRe: .net Reading and Saving Very Large Images Pin
JBHowl26-Jan-17 4:25
JBHowl26-Jan-17 4:25 
GeneralRe: .net Reading and Saving Very Large Images Pin
Jochen Arndt26-Jan-17 6:08
professionalJochen Arndt26-Jan-17 6:08 
AnswerRe: .net Reading and Saving Very Large Images Pin
OriginalGriff26-Jan-17 4:31
mveOriginalGriff26-Jan-17 4:31 

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.