Search:

Type: Posts; User: silkyt

Search: Search took 0.00 seconds.

  1. How to pass values to a dateTimePicker control

    Hello everyone,
    i have a String^ in the format of DD/MM/YYYY and i wanna pass that value to set the date of a dateTimePicker control.
    i know the code is


    dateTimePicker1->Value = DateTime(YEAR,...
  2. oh yeah sorry about that..that error was related...

    oh yeah sorry about that..that error was related to an array i failed to initialize. Thanks though
  3. another problem..now that i have included the...

    another problem..now that i have included the file successfully on the SECOND form, i have probs calling the functions on the header file from the second form..

    Notes_Hdr newNotes;


    ...
  4. THANX!!! i didnt get the error!!!

    THANX!!! i didnt get the error!!!
  5. sorry how do i add #ifndef and #endif to the...

    sorry how do i add #ifndef and #endif to the Notes_Hdr.h file?? sorry it might sound a little stupid but i am a newbie to c++
  6. prob with multiple forms accessing header file

    hello there,
    i have a form(addNotes) accesing a custom header file(Notes_Hdr.h).
    i easily access this header file with
    #include "Notes_Hdr.h"

    my prob is when i use the same code
    #include...
  7. Replies
    0
    Views
    884

    Help with MessageBoxes

    greetings to all,

    i created a form (EletronicDiary) which has a button to open another form(Add New Appointment) -->
    Appointment_AddScreen^ addApointForm = gcnew Appointment_AddScreen();...
  8. Replies
    3
    Views
    1,039

    thank you

    Thanx you all for all your advice. for all of you who might be experiencing the same problem

    i initially used this code, which was the reason for me posting this problem

    Appointmen_ShowScreen^...
  9. Replies
    3
    Views
    1,039

    :-)

    alternative solutions are also welcome :)
  10. Replies
    3
    Views
    1,039

    Disabling focus on a form

    i created a button on a form(SHOW button on Electronic diary) which is supposed to link to another form(Appointment Details) so i can enter details...

    My problem is, when the Second form is open,...
Results 1 to 10 of 10