Recent update: 2008-3-21
239 byte By
neerav at 2008-3-8
i m scanning an image through HP 2400 thro' my VB application, when scanning is cmpleted, file is saved in its network path..but with no extension, therefor my application does not show any preview, it should be saved in .bmp extension
Is the source code available somewhere ? I don't want to emulate the VB 6.0 printer object - I just want to avoid using the stupid event driven .Net PrintDocument - I want to control page breaks myself - like in the VB Printer model. Having the source code would help.
StepOptional.Keyword specifying that the starting point coordinates are relative to the current graphics position given by the CurrentX and CurrentY properties.Here is a sample line:Printer.Line (x * scaleW * curZoom, y * scaleH * curZoom)-Step(w * scaleW * curZoom, h * scaleH * curZoom), ...
Can any one send a sample for the datagrid with a combo box in it in C# Regards, Praveen Raj R
StepOptional.Keyword specifying that the starting point coordinates are relative to the current graphics position given by the CurrentX and CurrentY properties.Here is a sample line:Printer.Line (x * scaleW * curZoom, y * scaleH * curZoom)-Step(w * scaleW * curZoom, h * scaleH * curZoom), ...
Can any one send a sample for the datagrid with a combo box in it in C# Regards, Praveen Raj R
I'm Trying to code a btnFind to search for a serial Number and retrieve the page that it was originaly on. If I could just get a generic example that would be great. David
Hi when installing a visual basic 6 project in Vista 32/64, the process completes fine but when i try to execute the file after i get the error:"component 'mscomm32.ocx' or one of its dependencies not correctly registered: a file is missing or invalid".I have made sure i have the ...
583 byte By
jptrt at 2008-2-26
I've got a VB application that has a number of 1280x1024 forms. I'd like to be able to implement a "print screen" function.I tried the PrintForm Power Pack, (Form.Print), but I only get about 80% of the form, so the form must be too big for a single page (other threads say this is ...
697 byte By
maqk at 2008-2-25
I have some problems with the data from wizard itemthe wizard asks for dataset, connection, tables, & in lst view, since i want the add, delete updata all buttons, i select the non grid view [individual records that is]Now i have been succesfull in updating any record MashaAllah, haven't ...
I am using VB 2005 How can I search all active PCs in a network in vb.net Regards
I am using VB 2005 How can I search all active PCs in a network in vb.net Regards
583 byte By
jptrt at 2008-2-22
I've got a VB application that has a number of 1280x1024 forms. I'd like to be able to implement a "print screen" function.I tried the PrintForm Power Pack, (Form.Print), but I only get about 80% of the form, so the form must be too big for a single page (other threads say this is ...
As a company we would like to move all of our code to C#, but we share development with a third party who wants to stay at VB6. We currently supply them with a number of VB6 OCX controls which they embed in their applications. We would like to build C# controls but wrap them in a way such that ...
The Print Method offers no provision for the ';' syntax of VB. While I understand that adding new syntax is not possible what can work is the ability to print lines without a carriage return. For example Object.PrintNoReturn("Hello")Object.PrintNoReturn(" ...
I've been coding my own repeater control (well it's specific for my app, anyways) when I came across this power pack site. While it's great news that this is in the works, is there anyway we could get our hands on a beta now? I'd rather code my app to a powerpack control than build my own, ...
My company currently uses NTsvr.ocx to run a window's form's application as a service. In these applications we have some form that are printed as Batch sheets for our printers to run jobs. This is done with the old vb6 printform method. Yes, this ocx no longer supported by Microsoft. Yes, ...
I'm getting an error Printwindow entry point not found in user32.dll with my application running on machines with windows 2000. They are all uptodate with the updates and all works fine on Windows XP. I've made sure I put everything as include on the publish. Any help would be appreciated. ...
I've no backexperience on VB6 but more than three years of experience on .net. I'm trying now to play with the printer. PrintForm look to be a very useful utility; only few programming examples are missing. Pls open a specific forum per Power Pack tool.
442 byte By
maqk at 2008-2-18
The question is simple, & for sure sample code will b there, I searched & found only C# smples :(I want to add a combo box dynamically [at runtime] in the data grid, it should appear in one of the columns of the grid, say column 1, a text box, column 2 a check box, column 3 is a combo ...
If you used to use Printer for printing tasks in VB6 and plan to migrate to VB.NET, it's a good news for you. It only need very minimum of code modification) http://msdn2.microsoft.com/en-us/vbasic/bb219077.aspxIn most of the cases, only below steps are needed to take.1. Open the application in ...
Hi every one, I need to host Excel application inside my Application main Form that I am building?I want to add it as a control same as web browsers in VS .Net from toolbox. with webbrowsers control we can drop it in the form and then configure it.How can be done with Excel or World? ...
Hello Everybody here,Interop Forms Toolkit 1.0 seems to be very nice.Unfortunately the VB Express Edition has no Addin in the Tools menu for generating InteropForm Wrapper Classes.To do it manual seems not to be so easy...Any other possibilities?With greetings from ...
I use PrintForm component and I want to adjust margins of the print page.I have tried this: Dim margins As New Printing.Margins(100, 100, 100, 100) PrintForm1.PrinterSettings.DefaultPageSettings.Margins = margins PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.ClientAreaOnly)but ...
170 byte By
k1 at 2008-2-15
When I try to put any interop form in sub folder. The "Generate InteropForm Wrapper Classes" always give me an error. Does anyone experience that ?
170 byte By
k1 at 2008-2-15
When I try to put any interop form in sub folder. The "Generate InteropForm Wrapper Classes" always give me an error. Does anyone experience that ?
Hi every one, I need to host Excel application inside my Application main Form that I am building?I want to add it as a control same as web browsers in VS .Net from toolbox. with webbrowsers control we can drop it in the form and then configure it.How can be done with Excel or World? ...
HiI have published my question in one of the threads before but with no answer so I make a new try here:I have upgraded my Visual Basic 6 application to .NET. In VB6 i used a black and white hidden form including textboxes, labels and frames together with VB6 printform for printing. The result ...
I am currently working on a payroll program to produce a paystub and cheque. I require a component to con vertr # to Words ex 3 becomes three. It would be a good powerpack but also if anyone knows how to write one id appreciate help. I can be reached at ...
I have an mdi application into which I slotted PrintForm. This seemd to work well until suddenly I was getting only part of the form printed or previewed. Further testing revealed that this only happens when the mdi container is NOT maximised AND the PrinterOption is ClientAreaOnly or ...
If you try to use the PrintForm command of a form inside which there is the DataGridView object you'll nothice the following bugs:- The data grid view object is redraw before printing supposing the the calling form is positioned at 0;0 while this could not be true. To avoid the problem is ...
I downloaded and installed PrintForm, but I cannot get it to appear in the toolbox. With the Coose Items dialog I can see that it's on the list of components, with a tick mark next to it. What can I do to get it in the toolbox?
244 byte By
Sassie at 2008-2-11
I have an order form that I would like to print out on A size paper but the PrintForm only uses a small area of the page. How can I enlarge the mage to fill the whole page. Also is it possible to print only a part of a form. Thanks
280 byte By
emd7 at 2008-2-10
I have a problem printing scrollable form that has content that biger than displays height. Instead of printing the whole page I get only my display's height area with the scrollbars (the content is still less than full printed page) <font size=2>Thanks </font>
I have designed a TableLayoutPanel with excessive controls in it. Is there any way in which I can access the controls of a particular row or column.Like we have a statementTableLayoutPanel1.ControlsWhat I want to know is that how can i make ...
114 byte By
MRW at 2008-2-8
How does one redistribute PrintForm? Are we limited to the provided installers? Regards, - Mike
Using printform power pack is there any way to print using the highest resolution of the printer ? or are we still stuck at the old 96DPI? Example please thanks Mitch
I use PrintForm component and I want to adjust margins of the print page.I have tried this: Dim margins As New Printing.Margins(100, 100, 100, 100) PrintForm1.PrinterSettings.DefaultPageSettings.Margins = margins PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.ClientAreaOnly)but ...
In LAN, i'm client and want to start(or stop) services fo another client ( known user an pass), What 's I do?
Hello Everybody here,Interop Forms Toolkit 1.0 seems to be very nice.Unfortunately the VB Express Edition has no Addin in the Tools menu for generating InteropForm Wrapper Classes.To do it manual seems not to be so easy...Any other possibilities?With greetings from ...
I have put forward an idea for a powerpack for a database backup / restore component.If anyone else thinks this would be a great benifit please vote for it at ...
457 byte By
Yogev at 2008-2-6
Hi, I am using PrintForm Component to print an MdiForm and when I am using the CompatibleModeFullWindow so I will also get the MdiForm header the result are not what I am expecting. The print result shows a part of the MdiForm Parent on top of the MdiForm Child and the bottom part of the ...
1494 byte By
hzwuj at 2008-2-6
I install InteropForm in VS2005 Simplified Chinese Edition.when i start VS2005,i recive a error message,and i found the "Generate InteropForm Wrapper Class" is not apper.and i tryed the method posted in this forum,it isn't work either.and after view the source code in install ...
How do you make the printform object print to Tray 2 on the printer? I see where you can view the papersources, but I don't see a way to choose the papersource.
I am using Microsoft CAPICOM to digitally sign data (say "SignMe")in the client side and obtain the signature in PKCS #7 format.When I copy-paste the data in a program and try to extract the original content from the PKCS #7 message, I get this:- "S\0i\0g\0n\0M\0e\0"Could ...
697 byte By
maqk at 2008-2-4
I have some problems with the data from wizard itemthe wizard asks for dataset, connection, tables, & in lst view, since i want the add, delete updata all buttons, i select the non grid view [individual records that is]Now i have been succesfull in updating any record MashaAllah, haven't ...
1494 byte By
hzwuj at 2008-2-4
I install InteropForm in VS2005 Simplified Chinese Edition.when i start VS2005,i recive a error message,and i found the "Generate InteropForm Wrapper Class" is not apper.and i tryed the method posted in this forum,it isn't work either.and after view the source code in install ...
309 byte By
PaulRW at 2008-2-4
I have a problem installing the component - it installs on my PC, and the sample app works, but I can't get it to appear in the toolbox. When I do "choose item" it is not in the list of available components (yes I have looked in both tabs!) I guess I am doing something silly, but I ...
When I'm programming I'm trying to use as much as possible the instructions of the FrameWork and NOT the instructions, by instance, of Microsoft.VisualBasic. On the setting of my project under properties/references I've remooved the importated namespace Microsoft.VisualBasic in order to know ...
11918 byte By
maqk at 2008-2-3
Specializing the tree node I have a chart of account tree view control in my project. I want to add some properties like level, parented, accountId & isLeaf [Boolean] properties in the tree nodeies like level, parentId,. My problem is a bit complex, what I want is to add the described ...