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??
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...
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...
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...
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..
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??
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.