Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for choudhuryshouvi

Hi, Try These Functions AddForm(hPrinter, nLevel, pForm) To Add a new Form To your printer, you should declare a function like this Private Declare Function AddForm Lib "winspool.drv" Alias "AddFormA" (ByVal hPrinter As IntPtr, ByVal Level As Integer, ByRef pForm As Byte) As Integer and then define a structure Form_Info_1 …

Member Avatar for maildummyabc
0
2K

The End.