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...
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...
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!
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 =...
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.
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?
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.
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.