set default window in my projectform resize need help
Page 1 of 1
12 Replies - 1807 Views - Last Post: 08 October 2007 - 09:19 PM
#1
set default window in my project
Posted 04 October 2007 - 11:24 PM
i am create one project and creating .exe file, and i am copy to another system.. i am working as 14" monitor..another system is flat screen 17" monitor..
so lot off difference is comes..so how to resize form and controls..
pls give me suggestions.
and also resolution changed.
i am working 1024*768..
another system is 800*..
so lot of difference's. so in my system also change resolution
it comes big size...
how to solve these probles..
how to write unique code..set form as windows max size..
pls give me suggestions..
thanks
ram..
Replies To: set default window in my project
#2
Re: set default window in my project
Posted 05 October 2007 - 05:15 AM
Set your form's properties like this
BorderStyle property to 1-Fixed Single
Max Button to True
Min Button to True
Now your form cannot be resized at all.
This seems to work in my case but I don't know if it will for you. Possibly there's a better way.
#3
Re: set default window in my project
Posted 05 October 2007 - 05:16 AM
This post has been edited by PsychoCoder: 05 October 2007 - 05:17 AM
#4
Re: set default window in my project
Posted 05 October 2007 - 05:21 AM
#5
Re: set default window in my project
Posted 05 October 2007 - 05:28 AM
#6
Re: set default window in my project
Posted 05 October 2007 - 08:07 PM
Louisda16th, on 5 Oct, 2007 - 05:15 AM, said:
Set your form's properties like this
BorderStyle property to 1-Fixed Single
Max Button to True
Min Button to True
Now your form cannot be resized at all.
This seems to work in my case but I don't know if it will for you. Possibly there's a better way.
hi Louisda16th,
but i am writing code in form resize..
some body saying this is home work..
i am not doing like..
i know ..in form reside i don't have knowledge how to set mdiform and all form not a single form ..
it display uggly..
please give me suggestions..
you r saying current.. but give me at coding level.
thanks
ram...
i am wringing code its my purpose no body can gave the assignment..
i am trying to writing all types of codes..
just my reference only...
i am writing my won knowledge..
thanks
ram...
#7
Re: set default window in my project
Posted 06 October 2007 - 04:39 PM
#8
Re: set default window in my project
Posted 07 October 2007 - 08:04 PM
RAM..
#9
Re: set default window in my project
Posted 08 October 2007 - 01:17 AM
#10
Re: set default window in my project
Posted 08 October 2007 - 03:16 AM
#11
Re: set default window in my project
Posted 08 October 2007 - 03:49 AM
solve my problemm
we are discuss calendar control few days back..
ok
i am trying like below steps and attached my dll.
1. i am installed Microsoft office 2003.
2. in that mscal.ocx registered.
3. i am creating dll below attachment.
4.i am taking new project.
5.maskedit box and command button added.
6.click in command button then calender display but not now
7.mask edit value must be click date..
i am writing code like..
Dim d As ramdll.Class1
Private Sub Command1_Click()
Set d = Nothing
Set d = New ramdll.Class1
d.obj = maskeditbox
d.dispaly
End Sub
but it is not working..
pls check and how to call d.obj = maskeditbox
and in dll we r creting calendar control..
ok
if any thing else give me..
plese correct dll file..
i dont no how to write dll files..
i thing some functions missing..
ok
bye
Attached File(s)
-
vbdllcrewation.zip (16.32K)
Number of downloads: 65
#12
Re: set default window in my project
Posted 08 October 2007 - 04:37 AM
#13
Re: set default window in my project
Posted 08 October 2007 - 09:19 PM
if u r interested try dll cretions..
it is use full for another applications..
thanks agin..
|
|

New Topic/Question
Reply




MultiQuote



|