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 Rhinorhino 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: RizMan
  • Content: Threads
  • Order by date
  1. RizMan

    Untitled Attachment in outllok when using System.web.mail Namespace

    Hello there, I got following situation here: I am dynamically creating an *.mht file on my server which then needs to be send to a recipient by e-mail. So I'm creating the e-mail on the server with following code Dim msg As New System.Web.Mail.MailMessage Dim smtp As System.Web.Mail.SmtpMail...
  2. RizMan

    disabling right mouse click

    I have following situation: On my form, I have an activeX control (pdf.ocx). I have Acrobat Reader 6 installed. What I need to do is disable the right mouse click in the activeX. This is needed because I don't want users to be able to use the "Print" option in the context-menu. I can...
  3. RizMan

    Security issue

    Hello there I have some problems with the .NET Security. I am developping an UserControl which is similar to Windows Explorer. I try to add this control to a html page using the <Object> tag. The control is indeed added but when loading, I get following Security Exception...
  4. RizMan

    Browsing the Clients FileSystem

    My task is to design an Upload form which allows the user to chose some files on his machine and upload them to the server. Now I know using ASP.NET you can use the HTMLInputFile Control to do this. But my boss doesn't want the default Load File Dialog to open. He wants an aspx page which would...
  5. RizMan

    Running multiple batch files in DOS Prompt

    For the moment I am writing a startInterface for an old Software some people are using here at my company. To start it, I need to call 2 batch files. I can do that via the Shell Command. No problem. However, the first batch sets Environment Path variables which are only valid in the current Dos...
  6. RizMan

    Compiled project won't launch on machines without .NET

    I have my project written in VB.NET. Works fine at my station and others who have the .NET framework installed. However, the application needs to run on machines where the Framework isn't installed. So my question is: Is there a way to compile the Project in such a way that it works without the...
  7. RizMan

    Client/Server Application problem

    I couldn't think of a decent subject for this thread, sorry. Ok, here's what I'm trying to do but I have no idea about how to do it. On the WebServer I have an aspx file which just displays data from an XML file. (Messages from users in my intranet) Now every user in my local intranet should...
  8. RizMan

    TextBox not updating content

    Ok, here's the situation. I am quite inexperienced with ASP.NET, so please be patient. So I have this mainpage, which is basically a simple HTML table which content gets generated based on an XML file. I have the informations: Author, Comment and Date. Now I want to allow users to modify their...
  9. RizMan

    Adding Custom Layer before printing

    In my company we developed a system to store all kind of documents which allows a full text search to find documents. In the results of the search, you can print the document of your choice. What we want is a way to add some informations about the document before it is printed. Some kind of...
  10. RizMan

    Deleting a report in VBA

    Ok, here's the situation In my DB I am generating Reports dynamically depending on which fields the user choses to see in the report. Once the report is created the user can chose to save to Report in the DB. If the user wants to see the report againg, he can view the saved reports in a new...
  11. RizMan

    Adding Custom Procedure to an event

    First of all Hello. This is my first post here on these forums. Now to my question: I am dynamically generating reports. I start by creating a new report using set rep = CreateReport Now I want to set as e.g. the OnPage event to my Costum Procedure &quot;LayoutControls&quot; In VB6 I know...

Part and Inventory Search

Back
Top