User Profile
Collapse
-
From your listview, right-click then select Properties > General tab > Checkboxes and check that Checkboxes checkbox. -
-
- open a text file for output
- For loop
- use Print statement to print items
- next
- Close text file.
Leave a comment:
-
Why you are using variant type (variant data type will convert data type itself when we assign value), It seems total of hours. Better use integer type.
Use a combo box for sun–to–sat day and three DTPDateTimepick er so it will speed up your form load and save more space in form.Leave a comment:
-
Use this logic when you are using edit command button in your form, other wise it will popup even any keypress in your form controls.Leave a comment:
-
There I told use check box in list view, and it's easy to see the checked items.Leave a comment:
-
In optionbutton click event, use
[CODE=vb]lblTotal.Captio n = optButtonName.T ext[/CODE]Leave a comment:
-
-
-
-
-
No need for any Exe is winsystem path (system32) we can give
[CODE=vb]Shell("calc.exe ") [/CODE]...Leave a comment:
-
I think you are talking about *.log file. No problem, It will create for error summary.Leave a comment:
-
-
Try this in textbox keypress event,
[CODE=vb]If keyAscii = 13 then cmdName_Click()[/CODE]...Leave a comment:
-
-
-
[CODE=vb]
Do While x < 50
For x = 0 To 7
DoEvents
Next x
For x = 6 To 0 Step -1
Do Events
Next x
Loop
End Sub[/CODE]
First 'for' will not do any thing (only Do events)
and also Same to second 'for'.
for this why don't you use a timer control?Leave a comment:
-
Okay No problem, But that query is common to all Database which will create table dynamically....Leave a comment:
-
That is a simple thing to get age. i don't know why you are using such big code?
Do some validation for DOB and use dateDiff() method.Leave a comment:
No activity results to display
Show More
Leave a comment: