Results 1 to 13 of 13

Thread: Remind Window pos in VB.Net [Resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    Köln
    Posts
    395

    Question Remind Window pos in VB.Net [Resolved]

    Greetings,

    how can I get the "last" windows possition in vb.net.
    I tried the example below but I get a error

    "E:\...\...\frmMain.vb(95): 'Option Strict On' lässt keine impliziten
    Konvertierungen von System.Object in System.Drawing.Point zu."

    in the line

    Dim pt As Point = xs.Deserialize(fs)

    I don't know why.
    (Where a the good old days of VB6)

    BTW I actually like to safe the Window Pos in the registry but
    what I read so far this is not recommendet.

    Thanks in advance
    Last edited by Bongo; Mar 29th, 2004 at 02:45 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width