Click here to Skip to main content
15,914,780 members
Home / Discussions / C#
   

C#

 
GeneralRe: Could not evaluate expression Pin
MichCl1-May-13 2:19
MichCl1-May-13 2:19 
GeneralRe: Could not evaluate expression Pin
Pete O'Hanlon1-May-13 3:09
mvePete O'Hanlon1-May-13 3:09 
AnswerRe: Could not evaluate expression Pin
MichCl6-Feb-13 4:34
MichCl6-Feb-13 4:34 
AnswerRe: Could not evaluate expression Pin
Jibesh6-Feb-13 6:26
professionalJibesh6-Feb-13 6:26 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 7:41
MichCl6-Feb-13 7:41 
GeneralRe: Could not evaluate expression Pin
MichCl6-Feb-13 8:03
MichCl6-Feb-13 8:03 
GeneralRe: Could not evaluate expression Pin
Gerry Schmitz6-Feb-13 18:51
mveGerry Schmitz6-Feb-13 18:51 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:24
MichCl7-Feb-13 2:24 
GeneralRe: Could not evaluate expression Pin
MichCl7-Feb-13 2:40
MichCl7-Feb-13 2:40 
QuestionA C# code to start a webcam Pin
Stanee Wa Faith5-Feb-13 22:59
Stanee Wa Faith5-Feb-13 22:59 
AnswerRe: A C# code to start a webcam Pin
Wayne Gaylard5-Feb-13 23:17
professionalWayne Gaylard5-Feb-13 23:17 
AnswerRe: A C# code to start a webcam Pin
GuyThiebaut6-Feb-13 2:03
professionalGuyThiebaut6-Feb-13 2:03 
QuestionDynamic Width Height Winform Pin
ASPnoob5-Feb-13 10:16
ASPnoob5-Feb-13 10:16 
AnswerRe: Dynamic Width Height Winform Pin
Dave Kreskowiak5-Feb-13 14:04
mveDave Kreskowiak5-Feb-13 14:04 
AnswerRe: Dynamic Width Height Winform Pin
Mycroft Holmes5-Feb-13 22:17
professionalMycroft Holmes5-Feb-13 22:17 
QuestionMake Design Appear as it Would in a Browser Pin
ASPnoob5-Feb-13 5:24
ASPnoob5-Feb-13 5:24 
AnswerRe: Make Design Appear as it Would in a Browser Pin
Keith Barrow5-Feb-13 5:57
professionalKeith Barrow5-Feb-13 5:57 
This is going to be hard. If you just want WYSIWYG design, then the built in design surface is going to be your best bet (well, that and running the app and viewing in the browser).

AFAICT the VS design surface is only limited to your monitor width: I just stretched VS2012 across three monitors @1920px each. I don't remember if earlier versions of VS have such a limitation (VS2010 doesn't IIRC).

As I see it, if you want a drag'n'drop design surface the alternative is to pretty much hand-roll your own control which would, in effect, be like writing your own browser plus all the drag'n'drop/html generation code.

Sorry I can't be more positive, hopefully someone will have done something similar and will have an easier solution.

GeneralRe: Make Design Appear as it Would in a Browser Pin
ASPnoob5-Feb-13 6:22
ASPnoob5-Feb-13 6:22 
QuestionMySql is not listed in data source part! Pin
sina rafati nia4-Feb-13 22:28
sina rafati nia4-Feb-13 22:28 
AnswerRe: MySql is not listed in data source part! Pin
Eddy Vluggen5-Feb-13 0:47
professionalEddy Vluggen5-Feb-13 0:47 
GeneralRe: MySql is not listed in data source part! Pin
sina rafati nia5-Feb-13 22:49
sina rafati nia5-Feb-13 22:49 
GeneralRe: MySql is not listed in data source part! Pin
Dave Kreskowiak6-Feb-13 1:48
mveDave Kreskowiak6-Feb-13 1:48 
AnswerRe: MySql is not listed in data source part! Pin
sina rafati nia6-Feb-13 19:14
sina rafati nia6-Feb-13 19:14 
QuestionPropagating a MySQL Database Transaction Rollback through WCF using MSMQ Pin
Ger Hayden4-Feb-13 21:44
Ger Hayden4-Feb-13 21:44 
AnswerRe: Propagating a MySQL Database Transaction Rollback through WCF using MSMQ Pin
Pete O'Hanlon4-Feb-13 22:18
mvePete O'Hanlon4-Feb-13 22:18 

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.