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...
i have checked all the comboboxes... they are in setting 0..
and the highlighted problem is only occur when i use window2000 to run the program.. but if i run in windowNT.. then it will not happen...why??
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...
hmm .. what i'm trying to explain at here is...
i have 7 selections in a combobox...
can i make it to..
case1, only 3 alternatives can be selected, but the other 2 alternatives are locked...
case2, only 5 alternatives can be selected and
case3, all 7 alternatives can be selected...
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 use write method ..and save the text of the combobox to keep the value..
For i = 0 To 5
Write #filenum, Form1.Combo5(i).Text
Next i
is that the reason .. coz the combobox 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??
'Loop through the values, checking for duplicates:
For valCounter = 0 To 11
tmpValue = Values(valCounter)
For indxCounter = (valCounter + 1) To 11
If tmpValue = Values(indxCounter) And tmpValue <> "" Then
numDupesDetected = numDupesDetected + 1
'To hold...
hmm.. i'm not very sure about the setFocus problem...below is the code i try to check the duplicated number....but... it doesn't work...so.....
For valCounter = 0 To 2
If CheckForDuplicates(Form1.txtNumbers, Form2.txtNumbers, Form3.txtNumbers) = True Then
MsgBox "Dupe detected."...
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.