Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lothos12345
  • Content: Threads
  • Order by date
  1. lothos12345

    Resizing Forms

    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.
  2. lothos12345

    Crystal Report

    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.
  3. lothos12345

    Sql Server Problem

    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...
  4. lothos12345

    Crystal Report and Rtf Tables

    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...
  5. lothos12345

    Visual Basic / VPN Server

    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...
  6. lothos12345

    Crystal Reports and Impersonation

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

    Administrative Powers

    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...
  8. lothos12345

    Scanning

    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...
  9. lothos12345

    Process Kill

    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...
  10. lothos12345

    Unbolding

    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...
  11. lothos12345

    Process Enmuration

    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...
  12. lothos12345

    Crystal Reports 9.0

    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...
  13. lothos12345

    Scan Problem/Question

    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...
  14. lothos12345

    Sql and Crystal Report

    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...
  15. lothos12345

    Database Command String

    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...
  16. lothos12345

    Textbox

    Using visual basic I want to prevent the user from entering '*' into a textbox. How can this be done? Any help offered is greatly appreciated.
  17. lothos12345

    Access File Error

    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...
  18. lothos12345

    Melding Tif's

    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...
  19. lothos12345

    Treeview Nodes

    Is there a way in a treeview to only allow child nodes to have checkboxes and not the parent nodes? Any help offered is greatly appreciated.
  20. lothos12345

    Crystal Report and Visual Basic

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

Part and Inventory Search

Back
Top