User Profile
Collapse
-
Thnkx friend, Go ahead............ -
I cann't understand what is difference between This code and ur code:
Code:Private Sub Command1_Click() Load Child Child.Top = (Parent.Height - Child.Height) / 2 Child.Left = (Parent.Width - Child.Width) / 2 Child.Show End Sub
Leave a comment:
-
-
chld.Top = (MDIForm.Height - chld.Height) / 2
chld.Left = (MDIForm.Width - chld.Width) / 2...Leave a comment:
-
How to create OLE Objects at run time
How to create OLE Objects at run time, anyone give me the code solution -
-
Try by this:
Code:Private Const GWL_EXSTYLE As Long = -20 Private Const WS_EX_LAYERED As Long = &H80000 Private Const LWA_ALPHA As Long = &H2 Private Declare Function GetWindowLong Lib "user32.dll" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long Private Declare Function SetLayeredWindowAttributes Lib "user32.dll" (ByVal hwnd As Long, ByVal crKey As
Leave a comment:
-
i am also confused, u can try by this code
Code:Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Any) As Long Const SC_MONITORPOWER = &HF170& Const MON_OFF = 2& Const WM_SYSCOMMAND = &H112 Private Sub Form_Load() SendMessage Me.hWnd, WM_SYSCOMMAND,
Leave a comment:
-
u can try by changing this Property
"StartUpPositio n"
i am not sure. OK, try....Leave a comment:
-
-
-
is it VB problem?
"outside visual basic application "- what does it mean?
Plz Clearly Mention....Leave a comment:
-
-
Hi,
There are some number of procedure to connect database in VB6. Most simplest way is done by using Data object. It can also be done by ADO and RDO control. Here, I describe a simplest one by using Data object.
1. At first, u add a Data object to ur form from the ToolBar.
2. Then, set the DatabaseName property of the Data object (Data1) to ur DatabaseName.
3. Then, set RecordSource property of...Leave a comment:
-
Hi,
u can try by this following code:
Code:Private Type NOTIFYICONDATA cbSize As Long hWnd As Long uId As Long uFlags As Long ucallbackMessage As Long hIcon As Long szTip As String * 64 End Type Private Declare Function Shell_NotifyIcon Lib "shell32" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, pnid As NOTIFYICONDATA) As Boolean
Leave a comment:
-
I have that Problem also. How that Report can be set as Lanscape, plz send that.
Again,
shuvo2k6Leave a comment:
-
Hi Apolakkiatis,
I upload a MS Word2003 Document (Win32 API in VB6.doc) at the link http://www.MegaShare.com/352250 , it contains a tutorial on Windows API Programming in VB6. I think, it may be helpful for you. You can go to that link & download it, if you wish.
If it makes any help for you, Plz reply me.
Get Better.
Again,
shuvo2k6...Leave a comment:
-
Hi,
I upload a MS Word2003 Document (Win32 API in VB6.doc) at the link http://www.MegaShare.com/352250 , it contains a tutorial on Windows API Programming in VB6. I think, it may be helpful for you. You can go to that link & download it, if you wish.
If it makes any help for you, Plz reply me.
Get Better.
Again,
shuvo2k6Leave a comment:
-
-
Hi Rey Sean,
It is also helpful for others.
Regards,
shuvo2k6Leave a comment:
No activity results to display
Show More
Leave a comment: