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 Mike Lewis 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: *

  1. Adonetok

    Error: The Specified Executable Is Not A Valid Application For This OS

    I used code below open a PDF file but got a error said The specified executable is not a valid application for this OS platform But, if I open non-security folder as Process.Start(FILE_NAME) will be no problem. How to fix it? Dim FILE_NAME As String = "\\MYSERVER\ORDER\N1234.PDF"...
  2. Adonetok

    Free JavaScript editor

    I use visual studio to develop web app. Except for VS, what free JS editor is the best to learn JS with intelligence feature? (will display building functions, property and usage)
  3. Adonetok

    Free JavaScript editor

    I use visual studio to develop web app. Except for VS, what free JS editor is the best to learn JS with intelligence feature? (will display building functions, property and usage)
  4. Adonetok

    View pdf file without adobe reader

    I use fileupload as below. How to complete to view pdf file when clicking btnPreview? <table> <tr> <td class="style3"> <asp:Label ID="Label1" runat="server" Text="Photo upload" /> </td> <td class="style4">...
  5. Adonetok

    View pdf file without adobe reader

    I need to create a project to upload pdf file to file server. Before uploading, I want to add a button to preview it. Is there any way to preview it (without adobe reader) or convert pdf to image file and then to view it?
  6. Adonetok

    Change server to link

    In one mdb file, I linked a server manually long time ago for about 80 tables. Now, server was change to one new server from 2008 to 2012 and server name was changed as well. How to keep all linked tables but change to new server's name?
  7. Adonetok

    Use absolute or relative for a control

    I my asp.net page, I need to add about 200 controls including check boxes, text boxes, drop down lists... What position to use (absolute or relative) for a controls so that it is easier for me to move to any position? Some people said that using abolute position is not good practice, is it...

Part and Inventory Search

Back
Top