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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kaya17
  • Content: Threads
  • Order by date
  1. kaya17

    Did i program a virus???????

    Hi, all, i came across a very stange thing. my program seems contain some virus, when it is installed in a pc, the PC will got a dialog saying: "Memeory location xxx00sfx cannot be read", and it provides you "Cancel" and "OK" button, after this dialog pops out, if you click ok, then the "paste"...
  2. kaya17

    how to add a simple menu bar in MFC

    hi, i want to add a menu bar in a dialog. how to make it looks like a static text display, but when you click it, it will drop down some options to choose? (like a drop down buttons.) anywhere i may refer to to create it? thanks a lot in advance! kaya
  3. kaya17

    IP sort in clistctrl

    hi, i found this website to do the listctrol column sorting. for the IP sort, a person pasted something like this, //******************** Ok here's code to make it sort IP Addresses. Note: this will make the code depend on the winsock libraries for inet_addr, you could re-implement inet_addr...
  4. kaya17

    how to make an executable file or a setup for the Access?

    hi, i have a Access database, and my application is to manage the database, like query, insert, delete or update. i also have another windows application to launch from my application. i have finished implementing stage, but how to make an executable file(or something like a set up) to deliver...
  5. kaya17

    how to make an executable file or a setup

    hi, all, i have a small database of MS Access, and a folder to store the output file from my application, and another windows application to launch from my application. what should i do to deploy the application. for my understanding, an executable file seems not possible, since i have to let...
  6. kaya17

    Maximize and minimize the dialogs

    HI, guys, now my project is on the final stage. but still, there is a problem not solved. that is the maximize and minimize of the dialogs. i got some buttons and a list in the dialog, once i click the maxi and mini icons on the top right corner, the dialog indeed changed accordingly, however...
  7. kaya17

    another assertion error :(

    GetBuffer(nMaxLen); VERIFY(_vstprintf(m_pchData, lpszFormat, argListSave) <= GetAllocLength()); ReleaseBuffer(); the error happened in the 2nd line. what might be wrong with the code? Thanks! kaya
  8. kaya17

    how program a save as dialog?

    hi, anybody knows how to program a save as dialog? that is user can choose the directory to save a file? Thanks in advance! kaya
  9. kaya17

    write the content of list control to a excel file

    hi, all, now i got another problem, i have a list control, CListCtrl and i want to print the contents out, but i learnt that a print can only print the screenshot ( a bitmap of the interface). in that case, if the list is not able to display all the records(from database) at one time, then, it...
  10. kaya17

    CComboBox::GetCurSel()

    hi, all, i have a class called CComboData, this class is to open a .txt file and retrieves the wordlist and store them in CStringArray variable, m_stringarray. then, the combo box retrieves the strings stored in m_stringarray and display them, say in the wordlist.txt file, the contents are...
  11. kaya17

    databind to a combo box

    I have an access database with 3tables:names, location, device, all stored text strings. what I want to do is get the text from the database and put it in 3 different combo boxes. how can i set up the connetion with the database? i mean i know how to set it up if to show the records to a list...
  12. kaya17

    limitation of edit boxes in one dialog?

    hi, i got a very weired problem here ( at least it is weired enough for me) i have some edit boxes and combo boxes in my dialog. and i want the edit box to reflect some value. so i associate a CString m_data to each of the edit box. however, when i did so for the last one, and when i execute...
  13. kaya17

    how to set the max and min option for a dialog

    hi, i got a dialog, and i already checked the boxes "Minimize box" and "Maximize box" in the styles tab under the Dialog Properties. so, the minimize and maximize icons do appear in the right up corner of the dialog. however, after clicking the maximize icon. only the dialog is maximised, the...
  14. kaya17

    how to print a view dynamicly

    hi all, currently i have a CBitmap class which includes the following functions: void Capture(CRect &rect); //COPY THE CONTENTS OF AN AREA //OF THE SCREEN INTO A BITMAP OBJECT HANDLE CreateDIB (int *pbmData = NULL);//convert a device //dependant bitmap (DDB) into a device //independent...
  15. kaya17

    Debug Assertion Failed!

    what does it mean? any help would be much appreciated!
  16. kaya17

    what should i put behind % if the datatype is double?

    i know if integer, it is %d, how about double?
  17. kaya17

    how to delete the WOSA support?

    when i first opened the MFC appwizard, i ticked the "Windows Sockets" checkbox in step 2. how can i make it unticked now? rather than building a new project? if i untick it, will it effect the connection to a database? any help would be appreciated! thanks a lot in advance! Regards, kaya
  18. kaya17

    how to minimise and maximise the content of the dialog

    when minimise and maximise the dialog,how to make the content, say a list and some buttons concurrently being minimised or maximised together? that is to keep the layout unchanged whenever you minimise or maximise the dialog? anyone could kindly help me with this? Thanks so much in advance...
  19. kaya17

    how to add a print service to a dialog

    i have several dialogs(MFC) with one or two clistctrl object in each, and i am asked to print the list on each dialog. i searched the internet, but found nothing. anybody could help me with it? Thanks so much in advance! Regards, kaya
  20. kaya17

    can add minimizing and maximising buttons to a dialog?

    hi, is it possible that i can add minimizing and maximising buttons to a dialog like the one appeared in documents? if so, how to do it? your help is really very much appreciated! and thanks so much! regards, kaya

Part and Inventory Search

Back
Top