Search results for query: *

  • Users: JoeVB
  • Content: Threads
  • Order by date
  1. J

    Notify Icon

    I have a prob with my notify icon control. I found some great code on the internet about using this control and it works fine. The one issue is that when the app is minimized in the systray, I can still see it on the ALT+TAB menu. If I select it from that menu the app will come up just fine...
  2. J

    Add Script to ASP.NET

    I am updating an application I created in VS 2003. It uses VB.NET and ASP.NET. I have only a little bit of java script from an example I downloaded a year ago and put into the proiject. What I'd like to do is get some of the validation on the form moved over from server-side to client-side. I...
  3. J

    COM Add-In to Outlook

    Having a little trouble here and hoping you can help. I have VS.NET 2003 installed and am going through this: http://support.microsoft.com/default.aspx?scid=kb;en-us;302896 I followed the instructions exactly and it all works as it should. I am able to see a new button in Outlook when...
  4. J

    SQLConnection

    I am not new to VB but am new to the classes in VB.net I have a simple project so far: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load SqlConn1.Open() Dim sqlReader As SqlDataReader =...
  5. J

    Include Files in ASP.NET

    I have an application that is mainly VB.NET but also uses ASP.NET. I need to add some functionality to my project. The new files were writeen in C#. I don't know how to include these C# files in my project in order to access the functions in those files. I have done this with VB in the past...
Back
Top