2,383 Posted Topics

Member Avatar for peternrose

Hi dprescott01...Welcome to Daniweb friend. you can introduce your self in [B][URL="http://www.daniweb.com/forums/forum165.html"]Community Introduction[/URL][/B].

Member Avatar for nokki
0
1K
Member Avatar for Jx_Man

This is code for Encrypt and Decrypt. this a simple logic of encryption. Please leave comment or feedback if this code helps you. Thanks. Jery. :) the encrypt function place in a module. This Code needed : 1 Module 1 combo box (For input before encryption) text1 in this program …

Member Avatar for MATRIX123456
2
1K
Member Avatar for TOROOOLOLOOLO

- Maybe missing path of database - you didn't include db file. Just tell what kind of error when you running program on other machine.

Member Avatar for tsorewilly
0
98
Member Avatar for Time Indicator
Member Avatar for ohyeah

[code]Private Sub Command1_Click() Shell "C:\Windows\notepad.exe", vbMaximizedFocus End Sub [/code]

Member Avatar for omoridi
0
144
Member Avatar for Jx_Man
Member Avatar for Jx_Man
Member Avatar for darcee

Don't post double threads. I already answered your question in your other thread.

Member Avatar for ahj9999
0
106
Member Avatar for mesbah.basir

Name : Jery NickName : Jx_Man Age : 22 Hobbies : Soccer,Basketball,Swimming, Loved Sport Much. Location : Jogjakarta Occupation : Last year University Student i m still post around Geek Lounge, vb, vb.net, C# (sometimes) section. Thanks...

Member Avatar for mesbah.basir
0
308
Member Avatar for Brandon72
Member Avatar for Kartikey
Member Avatar for The Dude
Member Avatar for laghaterohan
Member Avatar for MukeshZ

i have this problem before but i never tried to use another installer before, i just use the deployment package that it included in vs.net. i did like this : 1. Open your project 2. Click File - New - Project - Setup and Deployment Projects you will see the …

Member Avatar for empcrh
0
888
Member Avatar for rhinocort23
Member Avatar for Naruse

use [B]Microsoft Multimedia Control[/B]. find this control on component. add this code to play mp3 file : [code]On Error GoTo ErrMsg AxMMControl1.Wait = True AxMMControl1.FileName = OpenFileDialog1.FileName AxMMControl1.Command = "Open" AxMMControl1.Command = "Play" Exit Sub ErrMsg: MsgBox(Err.Description) End Sub[/code]

Member Avatar for plusplus
0
1K
Member Avatar for eesmm

[URL="http://www.tech-archive.net/Archive/Development/microsoft.public.win32.programmer.directx.audio/2005-11/msg00045.html"]See[/URL]

Member Avatar for forum@welbie.eu
0
461
Member Avatar for Jx_Man

hi all, i m a newer in c#. a already start to using c# today. in my first project i make program to add,edit and delete data from database. i m already do all of them. now i want to showing data in every control (textbox,combobox, etc) when i click …

Member Avatar for lksath
0
351
Member Avatar for George_E

[QUOTE]I want to be able to insert data into text boxes and when i press the button store to be able to store the data into the database. [/QUOTE] hi george, so, what the effort from your code? i think there is nothing wrong with your code.. if u want …

Member Avatar for suresh bangaru
0
531
Member Avatar for wescode

Make your program to access temporary internet file folder and list all file there "documents and settings\%username%\local settings\temporary internet files\ " And check this registry keys from "HKCU\Software\Microsoft\Internet Explorer\TypedURLs"

Member Avatar for vb5prgrmr
1
361
Member Avatar for Intercorp
Member Avatar for ebabes

actually dataset its important think when you create crystal report. dataset will use to load the table as you want, one or more table. if u use data adapter to generate dataset, you can configure what table which you want to show in query builder. check every table that you …

Member Avatar for jerry32uk
0
129
Member Avatar for swappy

[QUOTE]I just wanted to ask you guys how should I proceed with this thing..[/QUOTE] more clearly... u mean the business process??

Member Avatar for ithelp
-3
496
Member Avatar for shakechinoz
Member Avatar for blondie.simon
Member Avatar for kishorrana
0
122
Member Avatar for mafaisal
Member Avatar for choudhuryshouvi
0
536
Member Avatar for Bill Purkins

[code=vb]"Select Count (*) from FILENAME where fieldname = '" & Trim(textbox.text) & "' "[/code]

Member Avatar for dgmdaily
0
127
Member Avatar for Alaskaaa

there are better to not allowed user to input alphabetic character. So, when user press keyboard keys, u can handled it by code to not allowed them to input alphabetical character. this following code will not allowed you to input except number : [code=vb.net]Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal …

Member Avatar for mail2saion
0
111
Member Avatar for sofian786

see this palindrome program : [ATTACH]5297[/ATTACH] don't forget to give feedback.

Member Avatar for jonc
0
800
Member Avatar for raul15791

I think a better way is convert as byte.. Some trouble can happen if you missing the path of image or moving some pics.

Member Avatar for maczoon
0
154
Member Avatar for sudeep123

just checked id entered with id on database. If same then display error message, if not same then add into database.

Member Avatar for jonc
0
102
Member Avatar for adeelghani

Actually this section for VB4/5/6 Post your question on [URL="http://www.daniweb.com/forums/forum58.html"]VB.Net Section[/URL] then closed this thread.

Member Avatar for Jx_Man
0
67
Member Avatar for dc_24l

try this following code : ' This code for string input or other (comma,drop,question mark etc) except numeric [CODE]Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii < 48 Or KeyAscii > 57 Then Text1.Locked = False Else Text1.Locked = True End If End Sub[/CODE] ' This code for numeric input only, …

Member Avatar for KSS
0
2K
Member Avatar for mjzammit

[URL="http://www.csharpcorner.com/UploadFile/mgold/NotePadDotNet09042005163058PM/NotePadDotNet.aspx?ArticleID=ae1448cc-f5da-4dcd-b33c-776a9053788c&PagePath="]visit this site[/URL]

Member Avatar for aj_ling
0
101
Member Avatar for GeorgeDavid

Hi there...Welcome to Daniweb friend. Hope u find what u needed here

Member Avatar for jbennet
0
46
Member Avatar for focu
Re: hi

Hi there...Welcome to Daniweb friend. Hope u enjoy this site :)

Member Avatar for jbennet
0
57
Member Avatar for bondgirl21

on timer tick event - make randomize function to get new X and Y,so your button always get new location to moving every timer tick.

Member Avatar for bondgirl21
0
153
Member Avatar for vijaya kulkarni
Member Avatar for Jx_Man
0
33
Member Avatar for mansi sharma

[code]Process.Start("explorer.exe", "/n, ::{645FF040-5081-101B-9F08-00AA002F954E}")[/code]

Member Avatar for Jx_Man
0
111
Member Avatar for madhu raju
Member Avatar for _::suhanna::_
Member Avatar for ProgrammersTalk
Member Avatar for newbie_here

Use Join statement [URL="http://www.sql-tutorial.net/SQL-JOIN.asp"]http://www.sql-tutorial.net/SQL-JOIN.asp[/URL]

Member Avatar for Ramy Mahrous
0
150
Member Avatar for geetajlo

This following code just allowed you to entered numbers only (No alphabetics or any special characters) : [code=vb.net] Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress If (Microsoft.VisualBasic.Asc(e.KeyChar) < 48) _ Or (Microsoft.VisualBasic.Asc(e.KeyChar) > 57) Then e.Handled = True End If If (Microsoft.VisualBasic.Asc(e.KeyChar) = 8) Then …

Member Avatar for sabeerpasha
0
1K
Member Avatar for Eyo
Member Avatar for mercouri
Member Avatar for darcee

looks like this project created in vb6, right? [B]If in vb 6 :[/B] go to File-> Make ProjectName.exe It will appear in project folder. [B]If in vb.net,[/B] exe file already created by compiler when u first debug project. To get .exe FileGo to Project Folder/Bin/, you can found exe file …

Member Avatar for gomathinayagam
0
299
Member Avatar for arunasingh

[code] Dim Phrase As String = "this is a test" Dim TextArray As String() = Nothing Dim Word As String Dim NewString As String TextArray = Phrase.Split(" ") For Each Word In TextArray NewString = NewString & (Word.Substring(0, 1).ToUpper() & Word.Substring(1, Word.Length - 1).ToLower() & " ") Next Word [/code] …

Member Avatar for Jx_Man
0
110
Member Avatar for mmmmmmmmmmmm
Member Avatar for kavithabhaskar

The End.