Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by massur

  1. massur

    Searching for Barcodefonts

    HI! I search for german Barcodefonts like CODE 39 because i really need them in my program. To generate them is very very very hard, nearly impossible :( I hope you can help me massur
  2. massur

    how to use a membervariable of CForm1 in CForm2

    Hi thanks, this is very complex so i will just include this when its really necesarry (or how its written ;)) :)
  3. massur

    how to use a membervariable of CForm1 in CForm2

    tanks thanks thanks http://mitglied.lycos.de/Surkevin2/crash.zip
  4. massur

    how to use a membervariable of CForm1 in CForm2

    hi! I would be really happy if you could find out whats wrong on my project, here you can download it: http://mitglied.lycos.de/Surkevin2/crash.rar Thanks Kevin
  5. massur

    how to use a membervariable of CForm1 in CForm2

    No thats wrong, i use CComboBox perhaps my application crashes because its extrapolates from CListView :////
  6. massur

    how to use a membervariable of CForm1 in CForm2

    it says - i translate it into english :) The order in "0x5f481ab6" reprimands on the memory in "0x00000020". The Action "read" couldnt be executed on the memory. :((((((((( Kevin
  7. massur

    how to use a membervariable of CForm1 in CForm2

    HI! when i use this code: void CArtikel::OnEditartikel() { CEtikettDoc *pDoc = (CEtikettDoc*)GetDocument(); POSITION pos = pDoc->GetFirstViewPosition(); CView *pView; while((pView = pDoc->GetNextView(pos)) != NULL) { if( pView->IsKindOf( RUNTIME_CLASS(CKunden)...
  8. massur

    how to use a membervariable of CForm1 in CForm2

    I do not understand how your first methode should work, i tried your second which doesnt work too: CDocument *pDoc = GetDocument(); POSITION pos = pDoc->GetFirstViewPosition(); CView* pFirstView = pDoc->GetNextView( pos ); pFirstView->m_combo.AddString("blubb"); m_combo is not...
  9. massur

    how to use a membervariable of CForm1 in CForm2

    HI! I have got a SDI application with 2 CFormViews, the first is CForm1 and the second is CForm2. On CForm1 i have a combolist with the membervariable m_combo on CForm2 i have a Button, when i click on this Button i want m_combo to add an item with AddString, but i dont know how to use m_combo...

Part and Inventory Search

Back
Top