Forum: VB.NET May 24th, 2009 |
| Replies: 1 Views: 204 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... |
Forum: VB.NET May 12th, 2009 |
| Replies: 0 Views: 657 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... |
Forum: VB.NET May 10th, 2009 |
| Replies: 2 Views: 1,990 To : Respected sir
Thank you very much sir for your quick and very useful reply. Finaly i have done my one problem.
This same solution if i will enter repeated number like as 222
first 2 i... |
Forum: ASP.NET May 9th, 2009 |
| Replies: 0 Views: 707 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....... |
Forum: VB.NET May 9th, 2009 |
| Replies: 2 Views: 1,990 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... |
Forum: VB.NET May 9th, 2009 |
| Replies: 1 Views: 759 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 |
Forum: VB.NET May 5th, 2009 |
| Replies: 0 Views: 343 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... |
Forum: VB.NET May 4th, 2009 |
| Replies: 2 Views: 551 thank u .........ur rep;;;;; |
Forum: VB.NET May 4th, 2009 |
| Replies: 3 Views: 387 hai
i u install ur project to ur client machine
first deploy ur project than only u can instral client machine
deploy method
step1:file menu->add->add new project->
add new project windows... |
Forum: VB.NET May 3rd, 2009 |
| Replies: 3 Views: 489 right click ur tootlbox ->choose iteam-->select .net component this windows click radio button OleDbDataAdapter, SqlConnection,SqlDataAdapter than ok |
Forum: VB.NET May 3rd, 2009 |
| Replies: 2 Views: 551 hai am new in the .net
how to add more than field value list view |
Forum: VB.NET May 3rd, 2009 |
| Replies: 0 Views: 219 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... |
Forum: VB.NET Apr 7th, 2009 |
| Replies: 4 Views: 1,619 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... |
Forum: VB.NET Apr 7th, 2009 |
| Replies: 4 Views: 576 Shell("Notepad.exe")
use this command to open notepad than u can write |
Forum: VB.NET Apr 7th, 2009 |
| Replies: 4 Views: 576 Shell("Notepad.exe")
use this command to open notepad than u can write |
Forum: ASP.NET Nov 4th, 2008 |
| Replies: 2 Views: 1,642 protected void btnAdd_Click(object sender, EventArgs e)
{
string connectionString = "Data Source=localhost\\sqlexpress;Initial Catalog=JobApplication; Trusted_Connection=True;... |
Forum: ASP.NET Nov 4th, 2008 |
| Replies: 3 Views: 1,177 hai
if u now that .net
u can to
window application project
or
web application project |