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...
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 =...
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
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...
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.