Click here to Skip to main content
15,920,383 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Dynamically Positioning a layer Pin
theJazzyBrain14-May-05 4:23
theJazzyBrain14-May-05 4:23 
GeneralJavaScript Pin
abhi_code12-May-05 5:17
abhi_code12-May-05 5:17 
GeneralRe: JavaScript Pin
JKroschel12-May-05 17:15
JKroschel12-May-05 17:15 
GeneralRe: JavaScript Pin
abhi_code17-May-05 2:13
abhi_code17-May-05 2:13 
GeneralMS Exchange Server SMTP Logs in vb.net Pin
ThaSaint12-May-05 2:26
ThaSaint12-May-05 2:26 
GeneralRe: MS Exchange Server SMTP Logs in vb.net Pin
JKroschel12-May-05 17:20
JKroschel12-May-05 17:20 
Generalasp .net Pin
roopps11-May-05 19:03
roopps11-May-05 19:03 
GeneralRe: asp .net Pin
Christian Graus11-May-05 19:33
protectorChristian Graus11-May-05 19:33 
You can't do it on the client end, you need to do it on the server, and then you do it the same as you would in a WinForms app - if you're sending an image to the client, you first load it into a Graphics object and draw on it.

If you just mean put a rectangle on the form in the browser, that's a whole different ball game. Remember, your C# code exists for the sole purpose of generating HTML, all you can show on the client is what you can show in HTML, and by using JScript if you must.

Perhaps SVG would help here ?


Christian Graus - Microsoft MVP - C++
Generalcreate new folder Pin
ABBASI_RA11-May-05 15:43
ABBASI_RA11-May-05 15:43 
GeneralRe: create new folder Pin
Christian Graus11-May-05 16:09
protectorChristian Graus11-May-05 16:09 
QuestionHow to tell when a redirected GET has completed Pin
andybloom11-May-05 15:28
andybloom11-May-05 15:28 
GeneralServerXMLHTTP - invalid response Pin
hiccup11-May-05 14:30
hiccup11-May-05 14:30 
GeneralRe: ServerXMLHTTP - invalid response Pin
hiccup12-May-05 13:22
hiccup12-May-05 13:22 
GeneralDebugging IE Addon Pin
haries11-May-05 12:42
haries11-May-05 12:42 
Generalcomponents of webservices Pin
satishrg11-May-05 9:50
satishrg11-May-05 9:50 
GeneralRe: components of webservices Pin
Christian Graus11-May-05 15:27
protectorChristian Graus11-May-05 15:27 
GeneralRe: components of webservices Pin
satishrg12-May-05 3:17
satishrg12-May-05 3:17 
GeneralRe: components of webservices Pin
Christian Graus15-May-05 18:19
protectorChristian Graus15-May-05 18:19 
GeneralJavascript Object not Found error Pin
MylesOtter11-May-05 9:49
MylesOtter11-May-05 9:49 
GeneralRe: Javascript Object not Found error Pin
sprout7423-May-05 3:36
sprout7423-May-05 3:36 
GeneralSQL Injection Attacks Pin
Brendan Vogt10-May-05 20:21
Brendan Vogt10-May-05 20:21 
GeneralRe: SQL Injection Attacks Pin
Michael P Butler10-May-05 21:04
Michael P Butler10-May-05 21:04 
GeneralRe: SQL Injection Attacks Pin
Brendan Vogt10-May-05 21:12
Brendan Vogt10-May-05 21:12 
GeneralRe: SQL Injection Attacks Pin
Colin Angus Mackay12-May-05 4:44
Colin Angus Mackay12-May-05 4:44 
GeneralCreateParameter Length Value Pin
Brendan Vogt10-May-05 20:19
Brendan Vogt10-May-05 20:19 

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.