Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: Nillo123 [x]
Question 13 May 2013   license: CPOL
Hello, i am doing a project and i need some help.i created a button, "clean"in this button i put this validation, bellow.. Private Sub cleanbt_Click(sender As System.Object, e As System.EventArgs) Handles cleanbt.Click > If rbbut_company.Checked Then >>...
VB
Question 2 May 2013   license: CPOL
I would appreciate your help. :)
SQL
Question 2 May 2013   license: CPOL
Hello everyone!'verification: if the old password is corresponding with the user'if corespondes than i can introduce a new pass'if not msgboxerrorDim newpass As String Try ' Dim db As OracleDatabase Dim conn As System.Data.OleDb.OleDbConnection ...
Question 29 Apr 2013   license: CPOL
...Hello everyone! ..i am new at this and is very hard to understand it, for some of you is very obvious but for me its hard to build the code,can you help me plz, i will appreciated. Dim nome As Object name = Database.ExecuteScalar("SELECT a.name FROM users a WHERE a.coduser...
Question 26 Apr 2013   license: CPOL
If Char.IsLetterOrDigit(e.KeyChar) Then e.Handled = False Else e.Handled = True End Ifthis code up hear validates the textbox.text.this code accepts: letters and numbersthis code don't accept: symbols i consider (º) and (ª) as a...
Question 26 Apr 2013   license: CPOL
I have a textbox in a form for input a password to open my application.I want that the character don't be shown, only replaced with "*" foreach character that been inputted.Can anyone explain how i will do that?this is what i am doing-- | |\/Dim myParamArray As New...
Answer 24 Apr 2013   license: CPOL
when you create a "table.dbo", you must click on the "update" button and next -> update database..and "voilà" :)thanks anyway, for helping me. ;)
Question 23 Apr 2013   license: CPOL
here are the footsteps that i maid:database Tables Add New Table create the table with(ex:id, user,pass) CTRL + S and save(on the toolbar) doesn't work.what i have to do, to save this table that i created.I am using VS12.
Question 22 Apr 2013   license: CPOL
I have pressed Ctrl + S, but the file stays there...I am unable to create a table without saving.Can you help me, please.
VB
Question 19 Apr 2013   license: CPOL
Try conn.ConnectionString = My.Settings.Database1ConnectionString conn.Open() cmd.Connection = conn cmd.CommandText = "SELECT passid FROM tblogin Where user=@user" cmd.Parameters.AddWithValue("@user", txtcod_ut.Text) ...
VB

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 15 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid