Jump to content

sander1991

Members
  • Posts

    16
  • Joined

  • Last visited

About sander1991

  • Birthday 01/14/1991

Profile Information

  • Location
    The Netherlands

sander1991's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. why do you need a tray icon? why not just remove it with #NoTrayIcon
  2. It didn't worked correctly or i did something wrong. I now changed the script and the incoming.dat will be placed in the TEMP map, and will deleted a other time. but thnx 99ojo ^^
  3. Now the next question:P If i close the gui the incoming.dat has to be deleted, it can't be done if the gui is still running because the file is in use then. i tried filedelete("filename") but it doesn't work
  4. hahha i already deleted it ^^ i forgot the place some more code xD
  5. ok thnx =D i shall look at it
  6. maybe you can get it in my gui? it must be in functions.au3 pls test it as well i think i'm doing something wrong functions.au3 decode.au3 system_information.au3
  7. it didn't worked for me, i deleted the installation of the device trew the device manager and i don't get a VEN or DEV number :s it is still empty Maybe it's because i have a gui?
  8. THNX! i shall try it =)
  9. Now the following question:P I have found the command for getting the DEV and VEN. for example: Func Read_Graphics() Local $colItems = "" $colItems = $objWMIService.ExecQuery("Select * from Win32_VideoController") For $objItem in $colItems Local $item = $objItem.PNPDeviceID GUICtrlCreateLabel($Item, 30, 320) Next EndFunc The PNPDeviceID will display the following on the computer: PCI\\VEN_8086DEV2772SUBSYS_27721849REV_02\311583659010 now i want to display VEN_8086&DEV2772 in the gui how can i do this? when a driver is present he must use: Func Read_Graphics() Local $colItems = "" $colItems = $objWMIService.ExecQuery("Select * from Win32_VideoController") For $objItem in $colItems Local $item = $objItem.name GUICtrlCreateLabel($Item, 30, 320) Next EndFunc and when not: Func Read_Graphics() Local $colItems = "" $colItems = $objWMIService.ExecQuery("Select * from Win32_VideoController") For $objItem in $colItems Local $item = $objItem.PNPDeviceID GUICtrlCreateLabel($Item, 30, 320) Next EndFunc Hopefully you guys can help me Sander
  10. What does it now? - See which Windows - Architecture, build and servicepack - Windows and Office productkey - MOtherboard - Processor - Graphicscard (if the driver is installed) - soundcard (if the driver is installed) - Local IP - External IP - Printscreen what has to come? - Default gateway - subnetmask - Give the VEN and DEV ,if there is not a driver present for the sound- or graphicscard I have noticed that when you have a OC CPU he don't read it, because it is empty then. I tested it at home with my Q8300 which is OC from 2,5 GHz to 3,01 GHz
  11. HI^^ I'm back with a new version take a look pls and comment! Maybe suggestions for newer versions system_information.au3 functions.au3 decode.au3
  12. can someone help me with it? the error i get in SciTE4: C:\Program Files\AutoIt3\Include\hardware.au3 (3) : ==> Variable must be of type "Object".: $colItems = $objWMIService.ExecQuery("Select * from Win32_baseboard") $colItems = $objWMIService^ ERROR >Exit code: 1 Time: 0.413 how to get rid of it?
  13. didn't worked. I'm now started with send it to notepad, but it don't work, if i place the variables(functions) for the Motherboard, CPU, Graphics and Sound. If i try to put the functions in the send line, they will give me a 0(zero) here is my new file, the functions are in the files on the top of this post system_information.au3
  14. Can someone tell me how to get in a button for printing. I don't know how and i don't any good posts for it (and i don't know how to get it in).
  15. and what about the scripting is it good or must i change a few things?
×
×
  • Create New...