Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for vinothmca

When i was entered into login page the code is here [code] Private Sub txt_Password_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then If UCase(txt_Password) = UCase(txt_dbPassword) Then Unload Me Modification_Main.Enabled = True 'unlock database here Else MsgBox "Invalid password.", vbExclamation txt_Password.SetFocus SendKeys "{home}" & "+{end}" counter = counter + 1 …

Member Avatar for ChrisPadgham
0
140
Member Avatar for vinothmca
Member Avatar for vinothmca
Member Avatar for Jx_Man
0
64
Member Avatar for vinothmca

I 've the Activex Control the name called StyleButtonX.ocx ,How to insert into components.

Member Avatar for debasisdas
0
39
Member Avatar for vinothmca

I am Using Datareport but the label name was once i changed but not Changing new name in properties Caption is name New Changed name but not showing,showing only last name,so how can i change it?

0
56
Member Avatar for vinothmca

I am Using datareport When i was add the data and print to ok the output of report has Previous datas all are showing? so how can i get current data alone?

Member Avatar for reygcalantaol
-1
166
Member Avatar for vinothmca

In My source code folder near they are lot of TMP file(temporary file Creating) so how to stop that all

Member Avatar for debasisdas
0
62
Member Avatar for vinothmca

in my Project I would like to use Command button instead of push button ,How can i do that process?

Member Avatar for debasisdas
0
296
Member Avatar for vinothmca
Member Avatar for vinothmca
Member Avatar for vinothmca