Search results for query: *

  • Users: Rossy
  • Content: Threads
  • Order by date
  1. R

    moving data between two DT bound listboxes

    I have two listboxes(source and destination). Both are bound to their own data tables. Im trying to set this up so that i can select multiple fields from the source and then click a button that then pushes them to the destination data table and removes them from the source data table. This...
  2. R

    simple printing in VB.net, why so hard? please help

    Ok All I want to do is print a string on a piece of paper. Sounds simple enough right? Well, for some reason when i use the code below, my printer only prints a portion of the text instead of the whole thing. So, i busted out the ruler and noticed that it is printing 8.5cm across and 11cm...
  3. R

    Error w/DB connection

    Hello, im new to VB.Net and im now in the process of trying to set up my first application to read/write to a MS Access database. So now i have a couple of q's. First my connection String Dim CString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Brian\My...
Back
Top