Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

rrrriiizz

@rrrriiizz
About
Posts
62
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Key Down event in Vb.net
    R rrrriiizz

    hi, have used this code in Vb 6.0 Only, Can you help me to provide some basic vb.net programming links.

    Visual Basic csharp tutorial

  • Key Down event in Vb.net
    R rrrriiizz

    Hi 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

    Visual Basic csharp tutorial

  • Vb.net text box
    R rrrriiizz

    sir, 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

    Visual Basic csharp help

  • Vb.net text box
    R rrrriiizz

    Hi, 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

    Visual Basic csharp help

  • Run time Picture Capture in VB.net 2008<> VB
    R rrrriiizz

    thanks 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:

    Visual Basic csharp

  • Run time Picture Capture in VB.net 2008<> VB
    R rrrriiizz

    Hello 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

    Visual Basic csharp

  • sql Server client Users Increase
    R rrrriiizz

    I 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

    Database help sharepoint database sql-server sysadmin

  • sql Server client Users Increase
    R rrrriiizz

    Hello 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

    Database help sharepoint database sql-server sysadmin

  • Need Arrange Query result into another table Header
    R rrrriiizz

    Thank You So Much, this was working good in my Project. Thanks a lotttttttttt....

    Database csharp java database visual-studio design

  • Need Arrange Query result into another table Header
    R rrrriiizz

    Sir, 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

    Database csharp java database visual-studio design

  • Need Arrange Query result into another table Header
    R rrrriiizz

    Sir, 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

    Database csharp java database visual-studio design

  • Need Arrange Query result into another table Header
    R rrrriiizz

    Heelo 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.......

    Database csharp java database visual-studio design

  • Stored Procedure or Trigger for Autogenerate Colunm
    R rrrriiizz

    Again It shows error in Last End ie Incorrect sysntax near END, Line 17

    Database database csharp sql-server sysadmin

  • Web out put for VB.Net Project
    R rrrriiizz

    Hello 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......... :((

    Visual Basic help csharp sysadmin tutorial

  • Stored Procedure or Trigger for Autogenerate Colunm
    R rrrriiizz

    Hello 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

    Database database csharp sql-server sysadmin

  • Stored Procedure or Trigger for Autogenerate Colunm
    R rrrriiizz

    Thank you somuch for your speedy reply. i will try the code and let you know the result, once again i thank you. Thanks RIZ

    Database database csharp sql-server sysadmin

  • Stored Procedure or Trigger for Autogenerate Colunm
    R rrrriiizz

    Hello 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

    Database database csharp sql-server sysadmin

  • connecting to remote sql server
    R rrrriiizz

    ask 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

    Database database sysadmin csharp asp-net sql-server

  • Connection-string [modified]
    R rrrriiizz

    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.

    Database database sql-server design sysadmin help

  • Trigger in SQL Server 2005
    R rrrriiizz

    Hello 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

    Database database sql-server sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups