Jump to content

Negat1ve

Active Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by Negat1ve

  1. But i need the jukebox that requires credits ( money ) insert to play ...
  2. Hey there guys , long time no see Well, since i cant find good free jukebox software that supports coins. I decided to create my own. So, i can code everything except one thing -> Each coin inserted into jukebox will send certain character to windows .. i can hotkey all except the last one that is in unicode ( ť ) Is there any way how to hotkey unicode characters ? or is there any way how to change the received character from coins ? Or maybe if you know any good free jukebox software i would appreciate it !
  3. well lets say today date is 6.10.2010 and set some variable to 9.10.2010 now if we compare today date with variable date .. all is ok If _NowDate() > date_variable all is ok .. result will be that _NowDate is not higher than date variable but if we set that variable to 10.10.2010 or higher .. then this compare will be bugged and result will be that _NowDate is higher than date variable
  4. How to correctly send email trough autoit ? i tried to use _INETSmtpMail() but seems there is something wrong with it i first tried to mail from my email provider azet.sk i configured all correctly ( because the same settings works on my phone email client [ but there are some additional settings like password ] ) but then i decided to use Gmail but still not working .. azet.sk returns error 52 .. gmail returns error 50 to make sure i m not wrong .. smtp server of gmail = smtp.gmail.com
  5. Hmm i have problem similiar to this ... but my problem is that i can't create global string variable that can be used by all source files.. Any ideas ? =( i tried everything but it won't work... i m using Managed visual C++ 2008 i tried: extern String^ Variable but it won't work .. please help
  6. dyndns.com i wanna make full automaticall update IP of my webadress for ppl that know this page : 1. run IE ( invisible ) 2. autologin 3. auto click my hosts 4. autoclick name of my host 5. autoclick update IP 6. autoclick save changes 7. close IE
  7. Well , i need some help with IE automatiazion... I tried a lot but not successfully ... I need to make something like auto login 1. Lanuch IE ( i know _IECreate() ) 2. Automatically insert text into username and password input 3. Automatically click login button Can someone show me example with google search ? automatically insert some text into search input and then auto click search .. thanks
  8. ok sorry then =)
  9. I know that it is managed C++ .. and finaly found simple solution for conversion Single::Parse()
  10. array<Char>^ test1; String^ test = "10"; test1 = test->ToCharArray(); int test2 = test1[0]; it WORKS =D i did it my self . no google or something =D
  11. Doesnt work =\ Output : ------ Build started: Project: DropCalcDropImport, Configuration: Release Win32 ------ Compiling... DropCalcDropImport.cpp d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(191) : error C2039: 'ss' : is not a member of 'std' d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(192) : error C2065: 'endl' : undeclared identifier d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(195) : error C2653: 'ios' : is not a class or namespace name d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(195) : error C2065: 'in' : undeclared identifier d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(195) : error C2079: 'file' uses undefined class 'std::basic_fstream<_Elem,_Traits>' with [ _Elem=char, _Traits=std::char_traits<char> ] d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(195) : error C2078: too many initializers d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(197) : error C2039: 'file' : is not a member of 'std' d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(197) : warning C4552: '>>' : operator has no effect; expected operator with side-effect d:\project\dropcalcdropimport\dropcalcdropimport\Form1.h(198) : error C2065: 'endl' : undeclared identifier Build log was saved at "file://d:\Project\DropCalcDropImport\DropCalcDropImport\Release\BuildLog.htm" DropCalcDropImport - 8 error(s), 1 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  12. heh never used std functions =D but i will try it and let you know if it works =)
  13. This is for autoit .. i need to know how to do it in C++ ( MS Visual C++ 2008 )
  14. Well i have little improved my skills in C++ but i need help =\ Is there any way to convert String to int ? Or just read line from file as int
  15. finaly solved
  16. i tryed all the inet and _inet functions but no one returns IP from hostname
  17. found 2 results : 1. _TCPIpToName = returns NAME from IP not IP from NAME ! 2. Ping = Returns ping time i want IP from hostname
  18. searched help file - found nothing
  19. How can i get IP from some host name ? is there any command for it ?
  20. for example ?
  21. Well description says all .. I want to ask how can i change or insert text to web page inputs during or after page loading
  22. Try out this Msgbox(0,"color",0x & filereadline("test.txt",1))
  23. try out this =) http://www.autoitscript.com/forum/index.php?showtopic=99557
  24. Yea i m from slovakia =) ... Thanks =) updating Ultimate File Transfer right now =) I will not post my source so soon .. it is Little hardcoded =) and currently just mine ... maybe later =P
  25. What do you need to help with ? =) Btw .. i think it has many more functions than FT Pocket
×
×
  • Create New...