Hi guys.
I found this code that read a file then print out.
The problem that I'm facing is, I have a lot of files to be printed, so I would like to print without showing the print property menu.
Please help.
Dim p As New System.Diagnost ics.ProcessStar tInfo()
p.Verb = "print"
p.WindowStyle = ProcessWindowSt yle.Hidden
p.FileName = "C:\filename.pd f"
p.UseShellExecu te...
User Profile
Collapse
-
how to print without showing the print property menu?
-
p/s:the ID is not to be seen by user, but i need it to perform some tasks. -
how to generate dynamic checkbox?
i need to list items from a table into checkbox. and the number of item is unknown.
i need to bind ID and DESCRIPTION into checkbox.
please help me on this. any help would be appreciated.
thanks. -
engloon started a topic how to get multiple selected item's valuemember in checkedlistbox?(the code i wrote iin .NEThow to get multiple selected item's valuemember in checkedlistbox?(the code i wrote i
hi guys, below is the code i wrote.
but it only return the first checked item even i have 2 items checked.
please help on this problem.
any help would be appreciated, thanks.
Dim indexchecked As Integer
Dim MYSTR As String
For indexchecked = 0 To checkedlistbox. Items.Count - 1
Dim drv As DataRowView = CType(checkedli stbox.SelectedI tem, DataRowView)
MYSTR... -
Disabling Manual Checking/Unchecking of CheckedListBox Items
In VB.NET, i want to create a checkedlistbox that contains some items. some of the items is checked based on some condition. if the item is checked, i don't want user to unchecked it, so i need to disable the checked item.
Is this possible with the CheckedListBox control in VB.NET? Thanks. -
from the database, if the used item's date is on this year, then the particular item that displayed in a checkboxlist will be checked and disabled.
so i use the id of the item (the id is get from database) to check and disable the item from checkboxlist.
how do i looop all rows from datatable using vb,net?Leave a comment:
-
engloon started a topic how to compare today's month and year with every row of data from datatable?in .NEThow to compare today's month and year with every row of data from datatable?
i'm using vb.net to perform some checking.
i want to compare a set of data from database with today's month and year. i keep
the data from database as datatable and i let a string to save today's month and year.
so how do i use a for loop to compare it?
please let me know if you think the way i structure the coding is not suitable.
thanks for any suggestion, i would appreciate it very much.
No activity results to display
Show More
Leave a comment: