CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: The_Sire

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Re: Deploy - Setup problem!! Installed program wont run!

    one last thing eri. you suggested chart class for graphs in cli but my compiler does not see System::Windows::Forms::DataVisualization::Charting as a member of forms! does it only exist for c#?
  2. Re: Deploy - Setup problem!! Installed program wont run!

    oh guys i think i found out what was going on and if i'm correct it was a silly mistake from the begining. i changed configuration manager properties from debug to release...
  3. Re: Deploy - Setup problem!! Installed program wont run!

    Yeah i believe it's a runtime issue (compiler posts 6 errors, 4 in stdlib.h and 2 in vadefs.h but i think that they re not the problem). i used dependency walker and it didnt find anything missing....
  4. Re: Deploy - Setup problem!! Installed program wont run!

    i read about the event viewer in an older reply of yours on a similar topic. my question is i should check the event viewer on the target pc and not mine, right?? or in a virtual box??
  5. Re: Deploy - Setup problem!! Installed program wont run!

    no there is no error as i said before!! i added .net framework 4.5 as a prerequisites but i'm not sure if the setup installs it too or just checks if it exist in the system. eitherway nothing is...
  6. Re: Deploy - Setup problem!! Installed program wont run!

    plz guys give me something, anything, every idea is more than wellcome...
  7. Re: Deploy - Setup problem!! Installed program wont run!

    i thought so since i translate it... i was just being nice...;) any ideas alex?
  8. Re: Deploy - Setup problem!! Installed program wont run!

    i didnt find that file in my system... and i don't realy understood the rest. if you can reply in english that would be perfect!!
  9. Deploy - Setup problem!! Installed program wont run!

    hi everyone,

    i'm trying to make an exe of my win form app. i tried to make a setup using installCreator and VS12 installShield LE but the result was the same. the setup was created, the install...
  10. Replies
    12
    Views
    16,048

    Re: count mouse clicks

    Eri i think i owe you big time, how about naming the program after you :P ...i'll try to work with Chart! hopefully it will suit my goal!! in the meanwhile i was trrying to make a setup using...
  11. Replies
    12
    Views
    16,048

    Re: count mouse clicks

    i replaced Keys::Enter with static_cast<Char>(Keys::Enter) and it compiled! the reason for going global is that i want to use the mouse as a HID to measure human reactions. i intent to use a HID some...
  12. Replies
    12
    Views
    16,048

    Re: count mouse clicks

    oh thanks!! that works pretty smoothly!! would i complicate things a lot if i was to handle all mouse events or it would be easier to just lock the mouse pointer to a certain location? furthermore...
  13. Replies
    12
    Views
    16,048

    Re: count mouse clicks

    can you be a little more specific i've learned so many things last week that i may confuse things(i hope that make sense :P)...
  14. Replies
    12
    Views
    16,048

    Re: count mouse clicks

    well, i think the second is what i'm looking for but i'm ready to consider the quite tricky way aswell. i have this native code


    #pragma comment( lib, "user32.lib" )
    #include <windows.h>...
  15. Replies
    17
    Views
    17,158

    Re: how to pass value from one form to another?

    how do i declare this thread solved??
  16. Replies
    12
    Views
    16,048

    count mouse clicks

    hi everyone,
    I want to insert in this cobe something to count every mouse click (not only in the front form) and display them when start button is pressed


    public: System::Void...
  17. Replies
    17
    Views
    17,158

    Re: how to pass value from one form to another?

    i used String::Split ()... thanks again... would you say that if i ask something once again in the same post I'll be completly out of topic :ehh: Anyway, I want to insert in this cobe something to...
  18. Replies
    17
    Views
    17,158

    Re: how to pass value from one form to another?

    thanks everyone for the help i think i've done it! any ideas on how can i split a string? if str1= "Name : Sire", str2="Sire" (i dont care about the "Name : " since i dont need it...)
  19. Replies
    17
    Views
    17,158

    Re: how to pass value from one form to another?

    the big question is how can I pass variables of one forms to another. should i use pointers or is there a function that does this??? i've allready corrected errors and stop using the .h file. thanks...
  20. Replies
    17
    Views
    17,158

    Re: how to pass value from one form to another?

    i believe that it can be solved by a header file in which i declare the variables, so i wrote this


    #ifndef GLOB_H_INCLUDED
    #define GLOB_H_INCLUDED
    #include <string.h>
    #include <windows.h>

    ...
  21. Replies
    17
    Views
    17,158

    how to pass value from one form to another?

    Hi everybody,

    i am trying to create a form app with multiple forms. there is a form i'm using as "search". i want to take the value of the textbox in search-form and pass it to another form which...
  22. Replies
    4
    Views
    5,608

    Re: how to pass value from one form to another?

    ok i'll just post it inmanaged c++ forum. thanks again
  23. Replies
    4
    Views
    5,608

    Re: how to pass value from one form to another?

    thanks!! and i'm sorry. should i erase the post somehow??
  24. Replies
    4
    Views
    5,608

    how to pass value from one form to another?

    Hi everybody,

    i am trying to create a form app with multiple forms. there is a form i'm using as "search". i want to take the value of the textbox in search-form and pass it to another form which...
  25. Replies
    13
    Views
    4,247

    Re: count mouse clicks

    ok, i understand that what i said about the 3 mins was excessive. i take it back, even thought i didn't ask anyone to write the code for me (that would be at least crazy) but to point me to the right...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured