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 bkrike 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: keeyean
  • Content: Threads
  • Order by date
  1. keeyean

    .EXE file questions..

    i have 2 questions regarding make project to .exe file 1.before i make my project to .EXE file.. the file size is 1.02M.. but after i made it to exe file, the file size change to 1.7M.. is that normal?? 2. how do i save the exe file into 2 disks?? or how do i minimize the exe file??
  2. keeyean

    SaveAs problem..

    Below are the codes of Save and SaveAs ... but once i open a file(to input data in the program)... when i select SaveAs... a save dialog will pop up.. but when i select "cancel"... a error msg "Cancel was selected" will pop up... am i missing something in the code?? Public...
  3. keeyean

    highlighted problem..

    where should i put this code... if i want the Text1(0) will be highlighted when i open Form1?? Form1.Text1(0).SelLength = Len(Form1.Text1(0).Text)
  4. keeyean

    comboboxes problem....urgent...:-(

    have several comboboxes in several forms in my program... everytime when i open a file(input the data in to the program)... some of the comboboxes will be highlighted... but.. all the comboboxes setting are same... for example, when i open a file... these is what will happen.. Form1... all...
  5. keeyean

    combobox highlighted problem again..:(

    i have several comboboxes in several forms in my program... everytime when i open a file(input the data in to the program)... some of the comboboxes will be highlighted... but.. all the comboboxes setting are same... for example, when i open a file... these is what will happen.. Form1... all...
  6. keeyean

    list in combobox problem...

    i have 3 selections in a combobox... can i make it to.. case1, only the first alternative can be selected, but the other 2 alternatives are locked... case2, only second alternative can be selected and case3, only thrid alternative can be selected... thanz you..
  7. keeyean

    Commandbutton caption color...

    how do i change the color of the commandbutton's caption??
  8. keeyean

    comboboxes highlighted??

    i have 6 forms in my program... and each form have several comboboxes... everytime when i open a saved file to input the data in to the program .... why some of my comboboxes will be highlighted?? how do i prevent this to happen??
  9. keeyean

    setfocus problem..

    i have a SSTab1 which have 4 tabs (2 combo3 and 2 combo4 in each Tab)... and i use the code below to check the input of the SSTab1... if have a error.. then a msgbox will pop up and then focus to the offending combobox ... but there is a bug.. eg.)if the offending combobox is at Tab0 and i'm...
  10. keeyean

    windowlist and form's borderstyle problem..

    1.)how do i create a windowlist that can display the path name of the most recently opened forms?? eg.) if i have opened Form1, Form2 and Form3.. then the list will have these 3 forms.... when i select Form1 (from the list).. Form1 will be show.. what i want to create is a menu that excatly...
  11. keeyean

    Unload form problem...

    i have 6 forms and a mdiform... below are the code i want to close the forms... 'Close in File menu Public Sub mnuClose_Click() Unload Form1 End Sub Public Sub UnloadAllForm() Unload Form1 Unload Form2 Unload Form3 Unload Form4 Unload Form5 Unload Form6 End Sub 'Sub in Form1 Public Sub...
  12. keeyean

    Textbox check problem...

    say... i have 3 Forms.. Form1 have 3 textboxes... Text1, Text2, Text3 Form2 have 3 textboxes... Text1, Text2, Text3 Form3 have 3 textboxes... Text1, Text2, Text3 what i want to do is a check that..all the 9 textboxes cannot have the same text.. e.g.) Form1.Text1.Text and Form3.Text2.Text are...

Part and Inventory Search

Back
Top