Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

wael_r

@wael_r
About
Posts
20
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Listview
    W wael_r

    I want to add listview to my MFC(.net2003) application interface. any have simples or some links to help hoe to add the data to listview and how to sort, get the selected item!. i need also to add to the form a toolbar with icons. please help

    C / C++ / MFC csharp c++ help tutorial

  • Get Command line returned string
    W wael_r

    Hi Expert, I want to run command from my application and get the returned result. ex: in the cmd i put "set MyVariableName" the string return is value of the Environment Variable. I want to do it from my code and i want the returned value. Is it possible or not and How? Thanks.

    Managed C++/CLI question workspace

  • Hi Experts
    W wael_r

    Thanks but i want to add a windows form into MFC application not to call exe file

    C / C++ / MFC c++ csharp help question

  • Hi Experts
    W wael_r

    I'm building a project with MFC Application C++ .net 2003 and i want from my MFC project to call a windows form application. Is it possible?? if so how? Please Help?

    C / C++ / MFC c++ csharp help question

  • ListView C++
    W wael_r

    just i want to know how to modify item ans subitem in listview

    Managed C++/CLI c++ tutorial

  • ListView in c++ windows forms applications
    W wael_r

    I found how to get the index of row in listview when you DoubleClick this is the code ///////////////////////////////////////////////////////////////////// String *field1; int rowvar=1; field1 = listView1->Items->Item[listView1->FocusedItem->get_Index()]->SubItems->Item[rowvar]->Text; ///////////////////////////////////////////////////////////////////// This Works very fine, But i need to sort the values in the listview when i click on a column. any one have idea how to sort by header??? :confused:

    Managed C++/CLI c++ database winforms tutorial question

  • DataGrid1 column width
    W wael_r

    Any know how to resize a column in datagrid This is my code: ///////////////////////////////////////////// dad = new OdbcDataAdapter("select * from MesgDetails", cn); ds->Clear(); dad->Fill(ds); dataGrid1->PreferredColumnWidth = 82; dataGrid1->DataSource = ds->Tables->Item[0]; ////////////////////////////////////////////// i want to resize a specific column. :sigh:

    Managed C++/CLI tutorial

  • Run external executable file in C++
    W wael_r

    Please any one know how to run an external application in c++ Windows Forms

    Managed C++/CLI c++ winforms tutorial

  • Convert to datetime problem
    W wael_r

    Thanks it works fine. with UtcNow

    Managed C++/CLI help question

  • Convert to datetime problem
    W wael_r

    Please can you give me exactly how to use this function in the code?

    Managed C++/CLI help question

  • Convert to datetime problem
    W wael_r

    Thank you very much, i want you to know that i spend 2 days on this. and now you gave me the right answer Thankkkkkkkkk youuuuuuuuuuuuuuuuuu. i tried it works it gave me 3 hours difference and i handle it by adding 10800 sec to the number. but why it gave me difference 3 hours?

    Managed C++/CLI help question

  • Convert to datetime problem
    W wael_r

    Can any one help

    Managed C++/CLI help question

  • How can i include CTime
    W wael_r

    i want to use in my code CTime!!! any one can help

    Managed C++/CLI help question

  • Convert to datetime problem
    W wael_r

    i'm using window forms application and i'm facing a problem with a variable date_time that hold a long value 1243930978 I need to convert this number to datetime Note : when i declare the variable as "CTime sss" it give error undeclared identifier "sss" any one can help?

    Managed C++/CLI help question

  • C++ Windows Forms DateTime
    W wael_r

    i'm using window forms application and i'm facing a problem with a variable date_time that hold a long value 1243930978 I need to convert this number to datetime Note : when i declare the variable as "CTime sss" it give error undeclared identifier "sss" any one can help?

    C / C++ / MFC help c++ winforms question

  • From C++ Windows Forms
    W wael_r

    I'm tring from form1 to click on a button to open another form2 ex:Form1: private: System::Void button1_Click(System::Object * sender, System::EventArgs * e) { TestForm *f= new TestForm(); f->Show(); } when i press this button again the same form2 will open again. How to prevent this? any solution please.

    C / C++ / MFC c++ winforms tutorial question

  • Windows Forms Application C++ .net 2003
    W wael_r

    Thanks again, I tried your solution but may i need another thing. Ex: struct ggg{ int i; int j; }test; in the first form1 i put "test fff;" fff.i=1; in the second form i want to use the value of the same structure fff. Ex: i want in the form2 to give the value of fff.i to another variable in form2; any solution? really i spend one day on this. :sigh:

    C / C++ / MFC csharp c++ winforms help

  • In Window forms application C++
    W wael_r

    Please Help! I want to pass variables from form1 to form2, I want to pass structure (struct fff) from form1 to form2.

    C / C++ / MFC c++ help

  • Windows Forms Application C++ .net 2003
    W wael_r

    Thank you very much for your reply but i need to user the same structure with the filled values in other form.

    C / C++ / MFC csharp c++ winforms help

  • Windows Forms Application C++ .net 2003
    W wael_r

    Pleaseeeeeeeeee can any one help me to declare public struct or variable to use in all the forms in "Windows Forms Application C++" ex: i want to declare a connection and use it in all the forms. i want to declare a structure and use it in all the forms.

    C / C++ / MFC csharp c++ winforms help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups