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#?
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...
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....
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??
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...
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...
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...
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...
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...
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
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...
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...)
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...
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...
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...
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...