hi, have used this code in Vb 6.0 Only, Can you help me to provide some basic vb.net programming links.
rrrriiizz
Posts
-
Key Down event in Vb.net -
Key Down event in Vb.netHi all, Have small doubt in keydown event: in Vb6.0 i have worked with key down Event code but it is not working in vb.net; can any one guide me reg this please
Private Sub Txtpack_KeyDown(KeyCode AS Integer, Shift As Integer)
If KeyCode = 13 Then
cmdverify_Click
End If
End Sub -
Vb.net text boxsir, I try this, txtqty as one text box in its text change property i have checked if not is numeric (txtqty.text) then Msg box ( "Please Enter only numeric values") txtqty.setfocus End if After that while Checking the values in Qty Box through a button click with below code, it was not working, Am not a programming professional, because of my own interest am trying to develop some small projects. dont mistaken me,thanks For your help
-
Vb.net text boxHi, i have wriiten one simple code for value Checking but the code is working for a single digit number for double digit it doesnot work, i dont no why. Please help me reg this. My simple code is
If (txtqty.Text > "2") Then
btn3.Visible = False
btn3.Enabled = False
txtp3.Enabled = False
txtr3.Enabled = False
Else
btn3.Visible = True
btn3.Enabled = True
txtp3.Enabled = True
txtr3.Enabled = True
End If -
Run time Picture Capture in VB.net 2008<> VBthanks For your speedy reply. would you please give me suggestion or website results for that cause am searching in wikipedia site for WIA, I dont get the meaning.Cause am using windows Vista OS in my system. How can i work with WIA through VB.net Can you suggest some thing like sample Programs etc. If possible please help me. Thanks :sigh:
-
Run time Picture Capture in VB.net 2008<> VBHello All, Am developing small Employee Data Entry system For Our employees. am Using Vb.net and vb code for that, I want to Know some Picture capture techniq, ie in runtime i want to capture the employee Photo by a digital camera it should automatically Saved locally in that system. Is it possible through a picture box control. Please advice.. Thanks Riz
-
sql Server client Users IncreaseI dont know How to Use this command SP_config XX this is enough XX -> No of users need to connect. that is SP_config 25 But this Command is no longer Use. What can i Do Now? Thanks Riz
-
sql Server client Users IncreaseHello All, Can any one Help Me to resolve the Below problem. EventID : 17809 Could not connect because the maximum no of 6 users are already been reached.the system administrator can use sp_config to increase the maximum value. Please help me to get rid of this Problem Thanks riz
-
Need Arrange Query result into another table HeaderThank You So Much, this was working good in my Project. Thanks a lotttttttttt....
-
Need Arrange Query result into another table HeaderSir, This is my Mini Project I will only use 10 to 15 book's Only. Once i add a book name in One table, it will automatically add as another tables header. Please help me if there is any way? Thanks Fathima
-
Need Arrange Query result into another table HeaderSir, That query returns a below error in Parse. am using sqlserver 2005. ' Must Declare a Scalar variable @SQL' ' Must declare a Scalar Variable @OList' What can i Do Now? This is sample Program only, hardly i will use only 10 to 15 books only. because this is my mini project. Please help me
-
Need Arrange Query result into another table HeaderHeelo All, I want to arrange a result of query into Row header. Example : in one table i have the Names Of Books. I want to arrage each book name as heading in another Table. Select * from BookNames BookNames --------- Java Programming visual studio.net Operating Sytems ORDBMS System analysis and Design System Software I want to arrage the Result as a separate table Like Below JavaProgarmming visual studio.net OperatingSytems ORDBMS --------------- ----------------- ----------------- ------ IS it possible? Please Help me. Thanks RIZ.......
-
Stored Procedure or Trigger for Autogenerate ColunmAgain It shows error in Last End ie Incorrect sysntax near END, Line 17
-
Web out put for VB.Net ProjectHello all, i want to create a websetup project form my vb.net Project that one was created in windows application, when i using websetup project for this it will create a setup file. when i install those on my system. it wont reflect Any thing. I dont know why? Am very frustrated and i am not getting any solution of this problem, Please tell me how to create a websetup file and how to install that to server, if installed successfully, where can i get the out put? wht can i do in the wwwroot folder? Please Please Please help me......... :((
-
Stored Procedure or Trigger for Autogenerate ColunmHello All, Below Code generates Error in if, Please let me know whats wrong in this create procedure refno_stock as begin declare @stockrefno as varchar(50), @category as varchar(50) if @category = 'Desktop' begin select ( count(*)+1) as Stockrefno from stockmaster where category like'd%'; end if if @category = 'Laptop' begin select ( count(*)+1) as Stockrefno from stockmaster where category like'L%'; end if if @category = 'HDD' begin select ( count(*)+1) as Stockrefno from stockmaster where category like'H%'; end if
-
Stored Procedure or Trigger for Autogenerate ColunmThank you somuch for your speedy reply. i will try the code and let you know the result, once again i thank you. Thanks RIZ
-
Stored Procedure or Trigger for Autogenerate ColunmHello All, Am creating a small Projects using Vb.Net and Sql server 2005, in that i want to get a input automatically for one column(Eno column), that column is a alphanumeric column, i want to store information automatically like below, if the Employeename is 'Anton' it will automatically fill the Eno as A001, if Employeename is 'Brail' then it will fill 'Boo1' if again Employeename is 'Berg' then 'b002' and so on. can i get that by adding a trigger or stored Procedure, if so then tell simply code examle for this, this very urgent for me, so Pleeeeeeeeeeeeease help me. Thanks Riz
-
connecting to remote sql serverask the third party admin to thier sql server default username and password, Use that username and password in your conection string, it will definately work
-
Connection-string [modified]Please do ODBC Connctivity. did you know any thing about that? You should first define a ODBC connectivity in your Projects. After that first you establish ODBC Connection in your client system, after install your exe in the particular system, it will work definately.
-
Trigger in SQL Server 2005Hello Mr.bob, i want to write trigger only, because i want to generate number with Preceeding alphabets like 'a001' 'b002' for taht only i need triggers usually in my graduation i wrote trigger in oracle 9 i. but i dont know with the sql server. any way thanks for your suggestion. can i get the above with out trigger Please let me Know. Thanks RRiiizzzz