Jump to content

Search the Community

Showing results for tags 'graphics'.

  • Search By Tags

    • graphics ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 11 results

  1. Is there any way to get an image's dimensions (pixels in X & Y direction) ? I can see the dimensions using one of the Windows File Explorer, details view, extra columns. My images are pretty much all the same size for a 'session', so this isn't too important. I can always 'hard code' this i...
  2. Hi all, I'm struggling here, for what is something that I know should be very simple. I want to draw a small circle on a form, and change it's colour. I've looked at the help, seen and tried some examples, attempted to take from these what I need and failed, repeatedly. Does some...
  3. Hello, I would like to know how to go about making the following item clear and transparent. They're currently being highlight by a blue/black bar over the texts. I've read through pages and pages of "transparent group, radios, and checkboxes" but none looks like a simple implemenation nor does...
  4. Hello, I'm a college student, and I have a Surface Book 2. Currently Microsoft has a stick up their ass and Windows Surface Books, after the 1903 windows update, have issues where the graphics card disconnects from the computer for no reason. (They still haven't fixed it) I have the Surface Boo...
  5. Here’s a Countdown timer programmed by UEZ. He kindly commented the heck out of it so others can learn from it. It will accept two command line parameters: the countdown time and a scaling factor (if you wish to make it smaller). See the comments. If you wish to read about its origins and some...
  6. Hi folks, I would like to create a traffic light like gui object, where the user (me) can see if something went well or not. For that I wrote this: $Kontrolllampe1 = GUICtrlCreateGraphic(432, 20, 31, 32) GUICtrlSetGraphic(-1, $GUI_GR_COLOR, 0x000000, 0xFFCC33) ;== yellow GUICtrlSetGrap...
  7. I need help with graphics I need to drawimage out the desktop continuous image is not removed, without the support of the "while" when I used while the image will blink
  8. Waxworks Code Wheel. Written in AutoIt with SDL. Source
  9. Direct2D UDF Is Direct2D the new GDIPlus? Hmm - I think it is not! It is too complicated and Microsoft failed at the design But Direct2D is hardware accelerated and it has some features I always missed in GDIPlus, like loading/saving animated GIF´s, combining path´s or drawing bitmap´s in a per...
  10. UDF provide graphical control based on static class. Button Progressbar v1.01. Fix on Syntax Error Checking Download Choose server where you will download: fxControl.zip - code.google.com (renamed from zettoControl_v1.02.zip) fxControl.zip - autoitscript.com The next version of this UDF...
  11. Hello My be I lack of information, but If I create a Graphic control via GUICtrlCreateGraphic the subsequent instructions gdi e.g _GDIPlus_GraphicsDrawRect are related to control and not on the windows indicated in _GDIPlus_GraphicsCreateFromHWND Incidentally if this is correct is better for me....
×
×
  • Create New...