Search:

Type: Posts; User: mmuziek

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. VS 2017 Re: app crash when using nuget package community toolkit

    well i just made a brand new project and it does work.
    so now im more lost because in my app its on a default Windows form. no other controls on it. nothing that alters it.

    :/
  2. VS 2017 Re: app crash when using nuget package community toolkit

    Well i have not tried that yet because it should work on my main project but will try tomorrow
  3. VS 2017 app crash when using nuget package community toolkit

    Hello.

    im trying to get the webclient working from the Microsoft.toolkit (microsoft community toolkit)
    The installation is done using nuget. and its installed.
    i installed the following...
  4. VS 2017 Re: Using a Class multiple times and receive events back from each one

    well thanks for the help.

    i found the solution by accident i changed some code and made it standalone see if i can multiply things.
    i added debug messages and then out of the blue the second one...
  5. VS 2017 Re: Using a Class multiple times and receive events back from each one

    can you provide any example code or a image showing it. as i do not understand what you are explaning
  6. VS 2017 Re: Using a Class multiple times and receive events back from each one

    im sorry about my writing. im autistic and dislectic so my writing is not always that good.

    for the reply.
    1. what do u mean by public / private used?
    2. the WS variable is initialized but i was...
  7. VS 2017 [RESOLVED] Using a Class multiple times and receive events back from each one

    Hello.

    im bouncing against a big wall here.
    im writing a program that uses a dll to use websockets.
    i started writing a seperated class file to do all the major actions like connecting and...
  8. Replies
    4
    Views
    646

    VS 2015 Re: [RESOLVED] getting double out of listview

    thanks for helping with the tryparse it now works :)
  9. Replies
    4
    Views
    646

    VS 2015 Re: getting double out of listview

    well i tried everything.
    there is for sure a number in that field the if statement should check for a number if it is there it should use collum 2 otherwise use collum 3
    there is always a number...
  10. Replies
    4
    Views
    646

    VS 2015 [RESOLVED] getting double out of listview

    hi there when i try to get a double out of a listview (to count the total of the colum then i get invalidcast exception text to double invalid

    here is my code
    Dim totals1 As Double = 0 'in
    ...
  11. VS 2013 [RESOLVED] receive image from mysql table and write it down to file (mass)

    hi i try to get all images from my mysql db they are saved as a stream into the db
    here is my code now but until now i get error :
    array bounds cannot appear in type specifies
    Function...
  12. Replies
    2
    Views
    951

    VS 2013 Re: make image longer

    this code makes a image thats a4 size
    I want it to extent the image when the content my app draws doest fit anymore
    If my app draws 98 lines the image is full it needs to extend the image so more...
  13. Replies
    2
    Views
    951

    VS 2013 make image longer

    hi there i try to make a image and when it draws more then fits on the page. it must continue to make the page longer or make a new image with the rest on it
    here is my code :
    Dim c As...
  14. Replies
    2
    Views
    933

    VS 2013 Re: save listview to bmp or png

    OMG that i made such a mistake...
    my bad.
    thanks for the support :D
  15. Replies
    2
    Views
    933

    VS 2013 [RESOLVED] save listview to bmp or png

    hi i have been busy converting a print script to save it to bmp or png.
    but until now i cannot find the bugs in my script it gives a general GDI+ error.
    which can be everything?

    here is my code...
  16. Replies
    4
    Views
    2,523

    VS 2013 Re: auto press enter key

    well i am making a minecraft launcher.
    and it have to install forge but forge doesnt support skipping the installer gui. so i have to either click at the button to install or auto press enter to...
  17. Replies
    4
    Views
    2,523

    VS 2013 auto press enter key

    hello i want my software to auto press the enter key when an installer opens
    untill now i found
    AppActivate("installer")
    SendKeys.Send("{enter}")

    but that only works inside of the same...
  18. Replies
    2
    Views
    687

    VS 2013 Re: [RESOLVED] web client timout

    awesome thanks!
  19. Replies
    2
    Views
    687

    VS 2013 [RESOLVED] web client timout

    hi there. i use the following code to get a request from the web with post data.

    now i cannot set the timout i know that but is there an other way to do the same but with timeot
    if so are there...
  20. Replies
    4
    Views
    795

    VS 2013 Re: Cannot resize anything

    well i removed the project and picked the backup from long time ago.
    same thing happens again and that one was working before no qr code was injected into it so its a program problem i think?
  21. Replies
    4
    Views
    795

    VS 2013 Re: Cannot resize anything

    i tried a new project. and it works.
    but on my big size project it doesnt work anymore even on a new form it doesnt resize after a new object has been created..

    i do have installed a qr code dll...
  22. Replies
    4
    Views
    795

    VS 2013 Cannot resize anything

    hello i have a problem.
    as soon as i add controls to my form i cannot move or resize it using the mouse. only by using keyboard or code.
    also my picturebox is not refreshing anymore. well. when i...
  23. VS 2013 Re: Combine multiple images into 1 big image

    well i tried what you guys told me to do. and it works!

    here is my code now :


    Private Sub PrintDocument2_PrintPage(sender As Object, e As Printing.PrintPageEventArgs) Handles...
  24. VS 2013 Re: Combine multiple images into 1 big image

    i shall try and post my results tomorrow its 1am here but thanks for the help til now
  25. VS 2013 Re: Combine multiple images into 1 big image

    can you give me some example code because i dont know what you mean i can change the code if needed but i dont know how i can remove the tmp image generation btw the tmp.png is a single card if i can...
  26. VS 2013 Re: Combine multiple images into 1 big image

    first it generates the card then it takes a screenshot of it and saves that screenshot as tmp.png and then it calls the printdocument
  27. VS 2013 Re: Combine multiple images into 1 big image

    the cards are always the same size and the size allows a 2x2 grid on a4 that fits for sure
  28. VS 2013 [RESOLVED] Combine multiple images into 1 big image

    hi there. i was searching the web and did not find anything that does what i am searching for so here is my question.

    i have a game manager which generates screen shots from game cards.

    4 of...
  29. VS 2012 Re: move items with subitems to top in group in listview

    nice gonna try that out.
    and btw. my code is just using the listview.items.add command to add the items indent so nothing special
  30. VS 2012 Re: move items with subitems to top in group in listview

    simply make a scanning script wich scans the server for players. then compare the players with the ones in the listview. then when they are same mark as online. and when that changes mark as offline
  31. VS 2012 move items with subitems to top in group in listview

    hi i am searching for some help.
    i have software wich shows players online. but now its all random. online and offline.
    i want all the players with a online status to go to the top of the group...
  32. Replies
    1
    Views
    499

    projects messed up?

    hello i have reinstalled my computer today and backed up my projects and then put back my projects.
    but now all my projects has this strange thing that the components i used are all placed on that...
  33. Replies
    0
    Views
    936

    VS 2010 cannot start application

    hello i cannot start my created application. with the following error

    error while trying to run the project : unable to start program : (path to app)

    this application failed to start because...
  34. Replies
    6
    Views
    1,026

    Re: assign group to listviewitem

    that works thanks!
  35. Replies
    6
    Views
    1,026

    Re: assign group to listviewitem

    it saves and read the group from file
    the combobox is loaded with groups existing in the listview
  36. Replies
    6
    Views
    1,026

    Re: assign group to listviewitem

    the code u gave me gives
    Object reference not set to an instance of an object.

    to the group add thingy
  37. Replies
    6
    Views
    1,026

    [RESOLVED] assign group to listviewitem

    hello i searched it a lot but found no help.

    i have some groups in my listview. and wanna add items to listview.
    they indeed add to the listview but the group is not added to the item?

    this is...
  38. Replies
    1
    Views
    518

    VS 2010 [RESOLVED] Double output

    hello everyone. i am making a app wich holds a list and compares it to a list what it gets from online database
    to check if that person is online on the website

    the problem i have is no matter...
  39. Replies
    3
    Views
    1,087

    Re: get numbers from image

    well i am searching OCR for a long time now. on google.
    everything i can find is at least 1000 dollars.
    the problem i have is that calculated from eu to dollar i only have 10 to 20 dollars to space...
  40. Replies
    3
    Views
    1,087

    get numbers from image

    hey there i want to get 24 numbers from an image
    i have an image witch contains a 5x5 grid with numbers.
    i want to let my app scann it and enter the numbers to 24 numericupdowns.

    is this...
Results 1 to 40 of 196
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width