2,383 Posted Topics
Re: see this link [URL="http://en.allexperts.com/q/Visual-Basic-1048/Manipulating-files-Visual-basic.htm"]http://en.allexperts.com/q/Visual-Basic-1048/Manipulating-files-Visual-basic.htm[/URL] | |
Re: add this code in module : [CODE=asp]Imports System.Data Imports System.Data.SqlClient Module Connection Public conn As New SqlConnection("Server = YourNameServer;" & "initial Catalog = YourDatabaseName;" & " Trusted_Connection=yes") End Module[/CODE] | |
Re: so you want input string only?? | |
Re: 1. Winning Eleven 2. Pro Evolution Soccer (PES 2008) 3. Medal Of Honor Underground 4. Turtle Bay 5. Luxor | |
Re: see this snippets : [URL="http://www.daniweb.com/code/snippet555.html"]http://www.daniweb.com/code/snippet555.html[/URL] [URL="http://www.daniweb.com/code/snippet276.html"]http://www.daniweb.com/code/snippet276.html[/URL] | |
hi Dani... can someone give a reputation points more than one to same person in one day? but in different post/thread... when i see the someone profile, i find this person got a twice Reputation Point from someone in one day but in different post. could that happened? | |
| |
Re: [QUOTE][ComboBoxName].Item.add(....)[/QUOTE] [ComboBoxName].[B]Items[/B].add("....") | |
Re: make procedure or function maybe more better. you can call from any events or methods. | |
Re: try this following code to copy your program to startup program automatically, but the program must running once to do this. [CODE=vb] Private Sub Form_Load() Dim mShell Dim path As String Set mShell = CreateObject("WScript.Shell") path = mShell.Specialfolders("Startup") FileCopy App.EXEName & ".exe", path & "\YourNewRunFileName.exe" End Sub [/CODE] | |
Re: [QUOTE]ed application program..the code that i wrote don't show any error but its not working[/QUOTE] show the effort friend. | |
Re: declare this variable in form1 public static string pass; assign the value : pass = Textbox1.Text; Read From Form2 controlName = Form1.pass | |
Re: use shockwaveflash in your component to play flash file.. | |
Re: there are many event for controls. the simple one is clicked. double click on your control (ex button) and the event will shown. [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ' add code here End Sub[/CODE] | |
Re: so u want to distribute the application... you can use "Package and deployment wizard" on your vb tools. follow the wizard. | |
Re: >the stuff you can do in C can be done in C++ and in the C++ the stuff combine with object oriented programming (not pure OOP but like hybrid). | |
| |
Re: posting your question to vb 6 forum, you will get many helps in there... | |
Re: u mean the program can be run when your usb connect to computer? | |
The End.