Click here to Skip to main content
15,885,546 members

Comments by Mustafa M. Al-Nassah (Top 3 by date)

Mustafa M. Al-Nassah 31-Jan-18 5:14am View    
yes, i waited to load completely but no result on awesomium.
& I've tried below code using GeckoFX : GeckoWebBrowser1.Document.GetElementsByTagName("'username‌")(0).SetAttribute("value", "xxxxxx")
now its giving this error :
(System.ArgumentOutOfRangeException: 'Specified argument was out of the range of valid values.' )
Mustafa M. Al-Nassah 19-Jan-18 13:19pm View    
thank you Richard,
its work after i delete the auto scale code my app :)


Form1.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Form1.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Mustafa M. Al-Nassah 19-Jan-18 12:30pm View    
thank you Richard,
ive try to capturing the (X,Y positions) in form load
mycrntpstn = me.location.y
Me.Location = New Point(Me.Location.X, mycrntpstn - 10)

but the result still as it :(

the main problem is: the start up position always is same when run the app, so why every run will got a different result ?