No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Dim mycon As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\DEsign.accdb" Dim Notes As String = "SELECT * FROM Notes_tbl " Dim conNotes As New OleDb.OleDbConnection(mycon) Dim Notescmd As New OleDb.OleDbCommand(Notes, conNotes) conNotes.Open() Dim ID As String = CStr(e.RowIndex) Dim qry As String = "SELECT Dsgntxt FROM Notes_tbl where dsgnid ="ID"" dim dr as …
right click ur tootlbox ->choose iteam-->select .net component this windows click radio button OleDbDataAdapter, SqlConnection,SqlDataAdapter than ok
In my application i am printing invoices by dot matrix printer. Now I have to implicitly eject extra paper so that i can easily tear it from the perforated line.But for the next invoice it is esential to reverse feed the paper so that the printing starts from the top. …
Hai to all … I am doing small project this project dot-matrix –text printing method used to print bill , this is my coding bill printing not problem but Bill output not correct align format how to set fixed point poss ion PrintLine(1, Space(1) & "BillNo" & _ Space(1) & …
Reputed number problem switch case statement hai This is my code Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim i As String i = TextBox1.Text Dim x As Object For Each x In i Dim num As Integer num = x.ToString() Select Case num Case …
How to split text box input value i need help from u all example: i will enter text box 145 i don't enter , or :,"",, nothing i want split this number into sprat s1=1 s1=4 s1=5 what i want to than mach with this each number to this charter …
hi...... i want to edit ,delete details view in c#........ actually i done it by configuration method.... but i can't edit,delete operations using c# code........ plz help.......
i am doing sumall supermarket project this project i want to print invoice using dotmatrix printer table i am using this fields billno,sl.no,productname,qnt,rate ,total any one send some idea about this.....
hai i u install ur project to ur client machine first deploy ur project than only u can instral client machine [COLOR="Red"] deploy method[/COLOR] [COLOR="Red"]step1[/COLOR]:file menu->add->add new project-> add new project windows -> select other project type-> than other project type =>setup and deploy option this temp let select setup …
hai am new in the .net how to add more than field value list view
hi im working on windows application.vb.net In this Application iam using two forms one is invoice form other one is search form first form one find button used to i will click button search form showme, my search form i am using datagridview datagridview some field product id,product name,price list …
[QUOTE=Teme64;840570]You may try [ICODE]SendKeys.Send("TEXT FROM VB")[/ICODE] instead of [ICODE]stdINwriter.WriteLine("TEXT FROM VB")[/ICODE] SendKeys.Send() sends keystrokes to the active window. However, it's not a very reliable method. If the process you started loses focus, it won't receive those keystrokes.[/QUOTE] Shell("Notepad.exe") use this command to open notepad than u can write
hai if u now that .net u can to window application project or web application project now day's web application project most choice
[code=asp.net]protected void btnAdd_Click(object sender, EventArgs e) { string connectionString = "Data Source=localhost\\sqlexpress;Initial Catalog=JobApplication; Trusted_Connection=True; Integrated Security=True"; SqlConnection mySqlconn = new SqlConnection(connectionString); mySqlconn.Open(); string query = "INSERT into JobVacancy(JobName, BriefDesc, FullDesc, ClosingDate) VALUES (@jobtitle, @briefdesc, @fulldesc, @closedate)"; SqlCommand mySqlcmd = new SqlCommand(query, mySqlconn); mySqlcmd.Parameters.AddWithValue("@jobtitle",jobtitle.Text); mySqlcmd.Parameters.AddWithValue("@briefdesc", briefdesc.Text); mySqlcmd.Parameters.AddWithValue("@fulldesc", fulldesc.Text); mySqlcmd.Parameters.AddWithValue("@closedate", closingdate.Text); int …
The End.
ravindransrm