In Visual Basic 2003 is there a way by some property or something of the sort can I get my application to resize approiately and look presentable to the user regardless of what screen resolution there system is set to. Any help offered is greatly appreciated.
Using Crystal Reports I want to display a page per record in the database the report is pulling from, I just have no idea how to accomplish this. Any help offered would be greatly appreciated.
I have written I stored procedure and it works but it is giving me warnings. The warnings it is giving me are as follows:
Warning: The table '#HEADERINFO' has been created but its maximum row size (8435) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table...
I have written a Visual Basic application which incorporates the use of the txtextcontrol and crystal reports. For those who do not know the txtextcontrol is a control that allows us to make programs we create look more like microsoft word. My problem comes in when I try to use rtf tables in the...
I have written a Visual Basic.NET application. It's intent is to run on a VPN Server, that means that the user are going to have severly restricted abilities to include not even being able to write to a directory. The way around this was to impersonate an administrator log on at the run of the...
I am impersonating and administrator logon for one of my visual basic.net applications. My problem comes in when I try to print the a report using the application, it keeps going to the default printer under the administrator account and not the user who is currently logged into the computer. I...
I have written a visual basic.net class who's sole purpose is it get the user name and process id of a person that is running the particuliar application in which has this class and use that information to create a unique directory with a particularily name text file. This application works...
I have written a visual basic application that interacts with 2 types of scanners the Kodak and the Visioneer scanners. My problem is when I get a document that is too light. In the Kodak it scans in as is however the Visioneer degrads the scan to a point where it is unreadable. Adjusting the...
i have written a visual basic.net 2003 application and upon it closing I want it to kill all instances of the application that are running, so I used the code below
Dim proc() as Process
proc = Process.GetProcessesByName("AppName")
For Each SingleProcess as Process in Proc...
I have a button that bolds selected text in an Rtf textbox. The problem is I want to be able to unbold the selected text if they click the bold button again the and the selected text is bolded. Just adding and undo button will not work because the user could have made several changes since...
Can anyone explain to me how to accomplish the following?
I need to find a method in VB .net to enumerate a process user name or sessionid. User name is preferred. Native is preferred, using system.diagnostics, if not available then API and WMI as last option.
Any help offered is greatly...
I have a crystal report issue when I have a field in the detail section with the Can Grow property of that field checked it does work as expected but when wrapping I get and issue like
WWWWWWWWWWWWW
WWWWWwwwWWWWWW
and I need it to wrap like
WWWWWWWWWWWWWW
WWWWWWWWWWWWWW
Any ideas on what...
I have created a Visual basic.net application that uses a visioneer 9650 usb scanner. I am using an eztwain class given to me by the supplier to interface this scanner with my application. My problem is when I scan an image in that has been faxed to me the application turns the whole image black...
I wrote this for a visual basic.net application it is a sql query that a crystal report is using the query I wrote is as follows:
--------------------------------------------------------------------------
SELECT TOP 100 PERCENT dbo.tblPtProgReportMain.PtProgHeader...
have a Visual Basic.Net application and for the data interface I am using Access I am feeding it a command string as follows:
VarTemp = "SELECT IFIELD1, IFIELD2, IFIELD3, IFIELD4, IMAGELIST, IDNUM FROM INDEXDB1 WHERE (IFIELD1 LIKE 'BN*') OR (IFIELD1 LIKE 'BR*') OR (IFIELD1 LIKE 'ES*') OR...
Every now and then for no apparent reason when I try to delete a file I get the error of 'unable to access file <file> it is being used by another process' though no other process as far as I can tell is using it. The only way to fix this error is to restart my system. Anyhow is there a way...
I have written a Visual Basic application that allows the users to scan documents into our system. Basically when the user clicks the scan button the documents get scanned in and saved to a temporary folder until the image get uploaded to the system. I want the user to be able to check a...
Using visual basic.net 2003 and txtextcontrol, I have created an rtf document complete with table formatting, bolds, italics, etc.. When I try to view it in the crystal report the spacing is all off its like its ignoring the table in the rtf document. Does Crystal Reports 9.0 have an issue with...
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.