|
-
Jun 15th, 2001, 05:45 AM
#1
minimize, maximize, close and -my- button
hi,
how can i put my own button next to minimize, maximize and close?
and question 2:
can i use the '?' button for other use (instead of help)?
thanks..
-
Jun 15th, 2001, 05:52 AM
#2
-
Jun 15th, 2001, 06:04 AM
#3
Registered User
nullus, when I add this code and click on the button, nothing happens:
Code:
Public Sub cmdInTitlebar_Click()
MsgBox "now"
Me.WindowState = 1 'minimizes the form
End Sub
Looks good though.
-
Jun 15th, 2001, 06:18 AM
#4
Really? Hmm....it works fine for me...
-
Jun 15th, 2001, 06:32 AM
#5
Registered User
I think it might be one of the API calls that doesn't like NT. Let me guess, you've got win9x?
-
Jun 15th, 2001, 06:36 AM
#6
Junior Member
what does that mean
does visual basic run different on nt as it does to 9x and millenium
Help!, They're Gonna Get Me
-
Jun 15th, 2001, 06:37 AM
#7
Yeah, I had a feeling you might be using something other than 9x. I'm using win98
-
Jun 15th, 2001, 06:55 AM
#8
Registered User
manic_gofar, it means that some API calls are available across all versions of windows and some are not. For example new win32 api functions added with windows 2000 such as animate window, will only work on win 2000.
Quite often there are differences between win9x and NT.
-
Jun 15th, 2001, 06:57 AM
#9
Junior Member
thanks
does anyone know how to use dll's in visual basic game programming
Help!, They're Gonna Get Me
-
Jun 15th, 2001, 08:42 AM
#10
-
Jun 18th, 2001, 10:11 AM
#11
Originally posted by Nucleus
manic_gofar, it means that some API calls are available across all versions of windows and some are not. For example new win32 api functions added with windows 2000 such as animate window, will only work on win 2000.
Quite often there are differences between win9x and NT.
Does anyone know a site details of the Windows 2k specific API calls.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|