2,383 Posted Topics

Member Avatar for Sawamura

i will use shockwave flash. find this control in component and check this. it will showing in your toolbox, use like other and add this following code : i use button here : [CODE] private sub command1_Click() shockwaveflash1.movie = yourFlashAppPath & "\yourFlashAppName end sub[/CODE] Ok. all for the best

Member Avatar for peter_budo
0
118
Member Avatar for endex
Member Avatar for Estella

Hi... Like Sawamura said using clipboard Try this following procedure, u can call in any event : [code=vb/net] Private Sub Cut() If Me.Textbox1.Text.Length > 0 Then Clipboard.SetDataObject(Me.Textbox1.SelectedText) Me.Textbox1.Cut() End If End Sub Private Sub Copy() If Me.Textbox1.Text.Length > 0 Then Me.Textbox1.Copy() End If End Sub Private Sub Paste() If Clipboard.GetDataObject.GetDataPresent(DataFormats.Text) …

Member Avatar for vamsikrishna20
0
3K
Member Avatar for madoverclocker
Member Avatar for cakka
Member Avatar for eXceed69
Member Avatar for reach_yousuf
-1
5K
Member Avatar for Kshitija R Naik

Hi.. Use a Search Facility of this forum, and search with key "Final Project". You will find similar threads. There are many suggestion from many members. [B][URL="http://www.daniweb.com/forums/search3246163.html"]See this Result[/URL][/B]

Member Avatar for meffe
0
128
Member Avatar for kigams

[QUOTE]could you please send me the codes for the program.[/QUOTE] no.. we won't send u a codes. we directing u and give an example but not all codes friend :)

Member Avatar for jhai_salvador
0
172
Member Avatar for fable1380

A. use Microsoft Multimedia Control. find this control on component. add this code to play mp3 file : [CODE]Private Sub PlaySound() On Error GoTo ErrMsg AxMMControl1.Wait = True AxMMControl1.FileName = "D:\test.mp3" AxMMControl1.Command = "Open" AxMMControl1.Command = "Play" Exit Sub ErrMsg: MsgBox(Err.Description) End Sub[/CODE] B. just call procedure name

Member Avatar for huslayer
0
352
Member Avatar for Ole Raptor
Member Avatar for Derice

no, its not inserted in picture box. to play swf file you must use shockwaveflash. find this component and add to your toolbox. right click on your toolbox (or control + T) -> in tab controls find "shockwave flash" -> select it and it will shown on your toolbox control. …

Member Avatar for gelmo214
0
1K
Member Avatar for Dmlang1985

see this snippet, i write this code in vb.net 2003 and sql2000 but you can use it in vb.net 2005 and sql 2005. same code. 1. [URL="http://www.daniweb.com/code/snippet820.html"]Show Data in DataGrid with VB.Net 2003 and SQLServer 2000[/URL] 2. [URL="http://www.daniweb.com/code/snippet836.html"]Save, Edit, Delete Data using VB.Net and SQL Server 2000[/URL]

Member Avatar for kvprajapati
-2
213
Member Avatar for Dave Sinkula
Member Avatar for The Dude
Member Avatar for samir_ibrahim
Member Avatar for kvprajapati
0
244
Member Avatar for <1337>Me</1337>
Member Avatar for djinn1971

you just to handle keychar, but you must know the ascii of letters. this following code will not allowed you to input other character except letters or strings. so u cannot input number or other special character. try this following code : [code=vb.net] Private Sub textDate_KeyPress(ByVal sender As Object, ByVal …

Member Avatar for kvprajapati
-2
1K
Member Avatar for aircooled
Member Avatar for RobertQQ

[QUOTE=RamyMahrous;640887]Try to solve people questions in Daniweb C# forum :)[/QUOTE] :D

Member Avatar for kvprajapati
0
253
Member Avatar for dolfnz

hmmm.... this forum for introducing your self. please post your thread in current forum.

Member Avatar for awb
0
163
Member Avatar for gabriel08

Hi Chris... Welcome To Daniweb :) Fell free to post your question in this forums...

Member Avatar for qlipboard
0
102
Member Avatar for Simple

use package & deployment wizard on microsoft visual studi tools. start program -> Microsoft Visual Studio 6.0 -> Microsoft Visual Studio 6.0 tools -> Package & Deployment wizard.

Member Avatar for kinwang2009
1
911
Member Avatar for Jackgrt
Member Avatar for gauravvmahhajan
Member Avatar for btnicholas
Member Avatar for Sawamura

shell function used to apply/run other application and sava the task ID of that application as feedback value. so if none application or failed to call then the feedback value is 0. this following code is used sintax : shell(path_Name[,style][,wait][,timeout]) [COLOR="Red"]path_name [/COLOR]= executable file with the full path of the …

Member Avatar for kvprajapati
0
487
Member Avatar for qk00002
Member Avatar for student02
Member Avatar for student02
0
118
Member Avatar for jemz

you simply can not...a msgbox is a modal window that uses the standard windows system font. you can manipulate it with use form as your message box..

Member Avatar for vb5prgrmr
0
89
Member Avatar for jemz
Member Avatar for vbcoder123456

>> i am succesfull in fetching the data and displaying it in the list in following way, - post your code

Member Avatar for Jx_Man
0
757
Member Avatar for dinilkarun

Please share your answer with others, so other members can learn from you friend :)

Member Avatar for kvprajapati
0
116
Member Avatar for student02
Member Avatar for lloydi12345

so..you on form2 and after msg u want to back to form1?right? so just showing form 1 after message.. [CODE]Private Sub Command1_Click() If Text1.Text = "" Then MsgBox ("You have no content on your 1st Textbox") Form1.Show Unload Me Else End If End Sub [/CODE]

Member Avatar for student02
0
94
Member Avatar for rrocket
Member Avatar for LordOne
0
717
Member Avatar for mahdouch5

it cause your option button is an array control.. so vb doesn't recognize the control.. so your code must be : [CODE]If Opt1(0).Value = True Then[/CODE]

Member Avatar for Jx_Man
0
223
Member Avatar for geetajlo
Member Avatar for kvprajapati
0
8K
Member Avatar for ritika_khanna
Member Avatar for tusharvichare

do u have the exe file of visual C++? if u have the exe file u can run that file from vb.net using Shell Function.

Member Avatar for kvprajapati
1
282
Member Avatar for zenbakir

[QUOTE]dim rpt as new crystalreport1()[/QUOTE] what is crystalreport1? crystalreport viewer or a page of report after generating?

Member Avatar for kodema
0
94
Member Avatar for wisorac
Member Avatar for ITKnight

[B]AC MILAN[/B] is the best... :) I loved KaPaRo (Kaka, Pato, Ronaldo) [ATTACH]4972[/ATTACH]

Member Avatar for HelloMe
0
202
Member Avatar for swapna7999
Member Avatar for neo-samol

Visit this site 1. [URL="http://www.thaiio.com/prog-cgi/vbnetwebcam.html"]One [/URL] 2. [URL="http://www.devx.com/dotnet/Article/30375/1763"]Two[/URL] 3. [URL="http://www.vbforums.com/showthread.php?t=378126"]Three[/URL]

Member Avatar for ananthsp
0
427
Member Avatar for The Dude
Member Avatar for zortec
2
189
Member Avatar for Demeyes
Member Avatar for koolsun

hi, i have same idea like alekhan too. this is completed task in building database like what alekhan describe. but you will get a complex db.:) so have a nice try.

Member Avatar for debasisdas
0
124
Member Avatar for bcheath_1

well great for help, but this section for vb.net so please write code in vb.net code not in c# friend :)

Member Avatar for Mortimern
0
738
Member Avatar for adonweb
Member Avatar for adonweb
0
84
Member Avatar for earlofroberts

select the 1st cell of rows [CODE]dim i as integer i = datagrid.CurrentRowIndex() text = Trim(datagrid.Item(i, 0))[/CODE]

Member Avatar for cynix008
0
101

The End.