Click here to Skip to main content
15,793,260 members
Home / Discussions / C#
   

C#

 
GeneralRe: The forms are cut for me using high resolution on WinForm Pin
goldsoft19-Sep-20 10:54
goldsoft19-Sep-20 10:54 
AnswerRe: The forms are cut for me using high resolution on WinForm Pin
BillWoodruff19-Sep-20 15:20
professionalBillWoodruff19-Sep-20 15:20 
QuestionWhat "is" c#`s Double.NaN? Pin
GerVenson16-Sep-20 11:53
professionalGerVenson16-Sep-20 11:53 
AnswerRe: What "is" c#`s Double.NaN? Pin
Gerry Schmitz16-Sep-20 20:59
mveGerry Schmitz16-Sep-20 20:59 
Questionargument 1 cannot convert from IBase<T> to T where T:IBase<T> Pin
koirat15-Sep-20 15:34
koirat15-Sep-20 15:34 
AnswerRe: argument 1 cannot convert from IBase<T> to T where T:IBase<T> Pin
OriginalGriff15-Sep-20 21:04
mvaOriginalGriff15-Sep-20 21:04 
AnswerRe: argument 1 cannot convert from IBase<T> to T where T:IBase<T> Pin
Richard Deeming15-Sep-20 22:59
mveRichard Deeming15-Sep-20 22:59 
QuestionProcess Start, building Url with & Pin
jkirkerx15-Sep-20 15:00
professionaljkirkerx15-Sep-20 15:00 
What a head scratcher. Should be simple to do.
I can't get the & or querystring to append
What I get is https://www.marketplace.com/sh/ord/details?srn=216
I tried & amp; I think %27, Built a Uri using UriBuilder.
First time I've run across this.
var url = "https://www.marketplace.com/sh/ord/details?srn=216&orderid=" + _ebayOrder.OrderNumber;
var psi = new ProcessStartInfo()
{
    FileName = "cmd",
    WindowStyle = ProcessWindowStyle.Hidden,
    UseShellExecute = false,
    CreateNoWindow = true,
    Arguments= "/c start " + url
};
Process.Start(psi);
If it ain't broke don't fix it
Discover my world at jkirkerx.com

AnswerRe: Process Start, building Url with & Pin
Dave Kreskowiak15-Sep-20 16:05
mveDave Kreskowiak15-Sep-20 16:05 
AnswerRe: Process Start, building Url with & Pin
Richard Deeming15-Sep-20 22:48
mveRichard Deeming15-Sep-20 22:48 
GeneralRe: Process Start, building Url with & Pin
jkirkerx16-Sep-20 6:39
professionaljkirkerx16-Sep-20 6:39 
QuestionASP.NET runtime error Pin
Member 1492460715-Sep-20 10:54
Member 1492460715-Sep-20 10:54 
AnswerRe: ASP.NET runtime error Pin
Afzaal Ahmad Zeeshan15-Sep-20 12:28
professionalAfzaal Ahmad Zeeshan15-Sep-20 12:28 
GeneralRe: ASP.NET runtime error Pin
Member 1492460715-Sep-20 13:13
Member 1492460715-Sep-20 13:13 
QuestionSystem.NullReferenceException: 'Object reference not set to an instance of an object.' Pin
KaushalDave14-Sep-20 20:56
KaushalDave14-Sep-20 20:56 
AnswerRe: System.NullReferenceException: 'Object reference not set to an instance of an object.' Pin
OriginalGriff14-Sep-20 21:16
mvaOriginalGriff14-Sep-20 21:16 
AnswerRe: System.NullReferenceException: 'Object reference not set to an instance of an object.' Pin
Richard Deeming14-Sep-20 22:38
mveRichard Deeming14-Sep-20 22:38 
GeneralRe: System.NullReferenceException: 'Object reference not set to an instance of an object.' Pin
KaushalDave14-Sep-20 23:49
KaushalDave14-Sep-20 23:49 
Questionhow to connect instagram api Pin
many esmaeili13-Sep-20 23:47
many esmaeili13-Sep-20 23:47 
AnswerRe: how to connect instagram api Pin
OriginalGriff13-Sep-20 23:54
mvaOriginalGriff13-Sep-20 23:54 
GeneralRe: how to connect instagram api Pin
many esmaeili15-Sep-20 2:40
many esmaeili15-Sep-20 2:40 
GeneralRe: how to connect instagram api Pin
OriginalGriff15-Sep-20 3:18
mvaOriginalGriff15-Sep-20 3:18 
GeneralRe: how to connect instagram api Pin
Richard MacCutchan15-Sep-20 4:12
mveRichard MacCutchan15-Sep-20 4:12 
GeneralRe: how to connect instagram api Pin
OriginalGriff15-Sep-20 4:44
mvaOriginalGriff15-Sep-20 4:44 
GeneralRe: how to connect instagram api Pin
Gerry Schmitz15-Sep-20 5:20
mveGerry Schmitz15-Sep-20 5:20 

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.