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 strongm 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
  • 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

    Thanks Qamgine, but it doesnt fit into my control as the control will be used on multiple application. Misterstick, could you please point me in the direction of what part of ther reflection namespace? Its quite big lol!
  4. 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 =...
  5. Jay1b

    Barcodes to Zebra6m via VB.Net

    Thanks. Looks like i will just have to do it that way then. I dont get a DOS box, literary i am just using 'File.Move (varfilename, "LPT1:")'. I should clarify this is in VB.Net 2003.
  6. Jay1b

    Barcodes to Zebra6m via VB.Net

    Thanks. Under Driver it just says 'Zebra Z6M Plus (300dpi)' but that is also the name assigned to the printer. I dont know if thats an issue or not? Would it not use the Windows Print Driver when i copy the file to the printer then?
  7. Jay1b

    Barcodes to Zebra6m via VB.Net

    Sorry just to clarify, i can print the barcodes from VB by creating a file then copying this to LPT1: but personally i think thats a slow way of doing it, also very unprofessional like. Thanks for any idea's in advance.
  8. Jay1b

    Barcodes to Zebra6m via VB.Net

    I still cant get the barcode to print to via VB. Has anyone got any suggestions pls?
  9. Jay1b

    Barcodes to Zebra6m via VB.Net

    Thanks for replying. I tried what you have suggested and it works perfectly. I retried printing it from Dos EDIT and this time it worked as well, so i presume i must of done something wrong last time i tried it! doh! Taking this into mind, could you please advise me on how i can get this...
  10. 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...
  11. Jay1b

    PCL Code Breakdown

    Hi Can i ask one more question please? I am trying enter a tab character into a barcode via a PCL escape sequence, what i have is below. .PRINT '^[(s11p102h18vbs24680T' (q0) .PRINT '^[*p+342x+448YW' 'Hello' \tab 'Goodbye'(q0) The reason for this is: I have a screen with 4 textboxes on it, If...
  12. Jay1b

    PCL Code Breakdown

    Thanks guys.
  13. 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...
  14. Jay1b

    Drawing a filled rectangle

    Thanks guys. We use a number of reports at work, and every couple of months one of them needs slightly changing. So i know the principle behind it, but i dont ever really do enough to learn the language itself, without delving into the manuals everytime, which to be honest give me nightmares...
  15. 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