Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

Programmer

Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for mafaisal

Hello Experts When the system user Log off the system , shutdown and so on How to know that in vbcode Bcoz When user Log on i have vb application that automatically work, but when user logg off , shut down i have write code in application Please Help me …

Member Avatar for choudhuryshouvi
0
536
Member Avatar for jaytheguru

Hello In The Validate Event of textbox Just write [CODE] if val(textbox2.text) <1 or val(textbox2.text) > 32 then msgbox "Not Allowed" End if [/CODE] Faisal [QUOTE=jaytheguru;630443]Morning All, I would like to set a limit to a text box so that end user only can enter numbers from 1-32 and not …

Member Avatar for naz82
0
160
Member Avatar for ninjaimp

Hello Try This [CODE] SELECT CustID, CustName, CustAddress, CustPostcode, CustTel, CustEmail, CustNotes, CustRoom, CustStayArrive, CustStayLeave FROM tblCustData WHERE CustName Like '" & SearchBox.text & "%' [/CODE] Faisal [QUOTE=ninjaimp;630648]hi i am just starting with vb.net and have set a connection to an existing access db that i have and am able …

Member Avatar for ninjaimp
0
112
Member Avatar for mafaisal

Hello All I am Using sql2005 My Doubt is How To Format Numbers in Sql Query Like Format(NOS,"0000") in vb ie I have Table Tbl1 Fields Nos1 Datatype int values 1,2,3,4,................1000 When Simple Query Select * From Tbl1 We got Following o/p 1,2,3,4 But I want Out Put Like below …

Member Avatar for mafaisal
0
154
Member Avatar for mafaisal

Hello if any one have html.ocx please give me urgent, i am searching in net but i cannot Plz Faisal

Member Avatar for selvaganapathy
0
73
Member Avatar for mafaisal

-------------------------------------------------------------------------------- Hello I am Using Vb.Net 2005 And Sql2005 See This [CODE] Dim RsSave as new adodb.recordset RsSave.open "Select * From Table Where 1=2 ",Con,CursorTypeEnum.adOpenDynamic, LockTypeEnum.adLockOptimistic con.Begintrans RsSave.AddNew RsSave.Fields(0).Value = textbox1.text RsSave.Fields(1).Value = textbox2.text RsSave.Fields(2).Value = textbox3.text RsSave.Update Con.Commitrans [/CODE] This Just eg for saving to databse using Adodb connection …

Member Avatar for manal
0
140
Member Avatar for mafaisal

Hello, I am Using Vb.Net2005. Project is Desktop Application In Mdi Parent Form I Have 20 Toolstrip Menu Items. I am Developed in 1024 * 768 screen resolution. When we working that All Menu Item We can See. But we Work in 800 * 600 screen resolution Only 15 we …

Member Avatar for Jx_Man
0
73
Member Avatar for mafaisal

-------------------------------------------------------------------------------- Hello Experts I am Using VB2005 I am Setting Back Ground Image for MdiForm But if we set the Layout of MDIForm RighttoleftLayout property is true then The Background image is not come when the system run, if RighttoleftLayout is False then no problem Project as in Arabic , …

0
78

The End.