Use mciconmenu & ImageList in your project(This is a control)
sample code:
mciconmenu1.ItemIcon("mnuLogOff") = ImgLstAllIcons.ListImages.Item("Sign Off").Index - 1
Use mciconmenu in your project(This is a control)
sample code:
mciconmenu1.ItemIcon("mnuLogOff") = ImgLstAllIcons.ListImages.Item("Sign Off").Index - 1
Hi rundmc,
you can use this API. Write this code in your module.
Public Type SYSTEMTIME
wYear As Integer
wMonth As Integer
wDayOfWeek As Integer
wDay As Integer
wHour As Integer
wMinute As Integer
wSecond As Integer...
applek,
once i faced the same problem. this code will help you..
strValue .Text = Replace(strValue .Text, "'", "''")
strSQL = "SELECT * FROM tblABC WHERE FieldB = '" & strValue & "'"
PrintForm Method Example
This example uses the PrintForm method to print the current form. To try this example, paste the code into the Declarations section of a form. Place on the form any controls you want to see on the printed form, and then press F5 and click the form.
Private Sub...
hi sonper,
try this code. place one text box and command button in your form.
Private Sub Command1_Click()
Text1.Text = Round(Text1.Text / 10) * 10
End Sub
gusset, first u created one .txt file and later renamed it as .res file...that is wrong...
First u add resource editor tool(go to Add-Ins -> Add-In Manager..from that list select VB6 Resource Editor then check in Loaded/Unloaded in Load Behavior then click on OK)...
Now one green colour tool...
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.