Search results for query: *

  • Users: ksor
  • Content: Threads
  • Order by date
  1. ksor

    Just a try for a *Hallo world !* app to my Motorola Vision ONE ??

    I'm just trying to get this going for a start - I use VS2022 and I've follewed @Hacker setop video for a start ! But no matter which emulator I choose I get this: for a SHORT moment and then it disappears again and goes back to "Androide Device Manager" - this is a quick screendump at the...
  2. ksor

    Question TaskManager 2 parts listing processes ?

    I want to find out what property decides where the 'process' ia shown in the TaskManager window. When YOU start a process, it seems like making it VISIBLE or INVISIBLE makes the difference. But the TaskManage list of processes has no property "Visable" ! What makes the difference - shown as...
  3. ksor

    Resolved Stop/START Outlook fails ... sometimes ?

    I have a console program doing automatic backup of my mailsystem every sunday managed by Windows Scheduler. My program can do a lot of different thing, but the issue here is STOPPING, copying the OST-file and then STARTING Outlook again. I use the following code snippet...
  4. ksor

    Resolved Immidiate window ??

    I'm using VS2022 and I just re-entered working with C# - last time was VS2008 ! :mad: How come I can't ask for values NOT used in the code when I'm want to see the values in the Immidiate window - it return with someting like: "Can't evaluate thie because it's NOT usen in the program" Well, if...
  5. ksor

    Resolved Reading from Outlook POP PST-file ?

    Just some background: Outlook is my local client for a GMAIL with 2 step logon and it's been working for years with some problems now and then. The last days Outlook (which I has running all day) came up with the logon dialog as if it wants me to enter my password again !!! When I set it up...
  6. ksor

    Answered Visible and not visible Outlook

    I've made a console program to run by the scheduler every sunday to copy my Outlook mail file. If Outlook runs, the program stops it, do the copying and starts Outlook again and send a mail with the result of the copying. It works nicely but lately I've had a problem on ONE single machine -...
  7. ksor

    Resolved Fade in from BLACK screen to showing a picture ?

    I have made a form with a picturebox full screen and it works nicely ! I stop it again by clicking on the picture - working nicely too ! Now I need to let the picture FADE in from a black screen ... how can I do that in C# ? I get a lot of hits out there with something called Unity ... don't...
Back
Top Bottom