Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jay1b
  • Content: Threads
  • Order by date
  1. Jay1b

    Creating a control with a Panel on it.

    Hi I'm trying to create a user control with a panel component on it. I can create a control which inherits from a panel, this allows me to drag on other controls during design time. But if i set them to fill they consume the whole control. Where I want sections of the control which the user can...
  2. Jay1b

    Poplating Gridview

    Hi I've ran into some troubles with paging on gridviews. This is a cut down version of my code. Dim dt as new datatable 'Build up columns and rows in dt using vast quantities of code (pivot table) 'gv is the name of my gridview gv.datasource = dt gv.databind() The above works fine except...
  3. Jay1b

    Rewriting Code

    Guys I was hoping someone could please help me. I have a piece of code which works fine, but looks incredibly messy and ideally i'd like to make it easier to reuse. For Each np As Control In NavBar1.Controls If TypeOf np Is NavBarPanel Then If np.Name =...
  4. Jay1b

    Barcodes to Zebra6m via VB.Net

    Hi I was wondering whether someone could please help me? I am trying to print a barcode to a Zebra6m 300dpi printer from a VB application. From UNIX if i print a file with the following contents i get a barcode. ^XA ^FO540,175^B3N,N,100,Y,N^FD 69^FS ^XZ So logically i thought if i print...
  5. Jay1b

    PCL Code Breakdown

    Hi I have been asked to make a few changes to some PCL code, but i am a little stuck and was wondering whether someone could help me please? I have the following line, i was hoping someone could tell me what each does? ^[(s0p6v0s3b24580T I've tried looking it up in the manual, but its not...
  6. Jay1b

    Drawing a filled rectangle

    Hi I am relatively new to PCL and was wondering whether somebody could help me put the pieces together so to speak. I am trying to draw a filled rectangle/square 1.5cm (1/2 inch) in size in a certain location on the report. I have tried reading the manuals, but seem to explain how to do 1...

Part and Inventory Search

Back
Top