Search results for query: *

  1. J

    How to print a word doc in VB.net

    Does anyone know a easy way to print a word document in VB.net?
  2. J

    Resolution problem

    I developed my application using a 1280 x 1024 resolution, but some of my users are using a 1024 x 768 resolution. Some of the buttons are being cut off when my users run the application. Is there a way to fix this problem or do I have to develope my forms using a 1024 x 768 resolution.
  3. J

    Connecting to Acess DB

    Hello, I am developing my first web application and I am using Acess on the backend. When I was trying to access the dataset, I received the following error. Server Error in '/WebApplication1' Application. The Microsoft Jet database engine cannot open the file...
  4. J

    VB.NEt - Problem with Listbox

    Hello, I have developed an application in VB.NET and I am using a list box with a collection of items ( "A", "B", "C") . I sized the listbox so that it only shows one item at a time. It works perfectly on my system, but when I try to deploy it on different machines, the box is completely flat...
  5. J

    viewing html files in VB form

    Hi, I am a novice VB.NET user. I used the AWbrowser to view a web page on my form and it worked perfectly. The problem comes when I try to view a html file stored locally. It works when I include the entire path (i.e. ... AxWebBrowser1.Navigate("C:\Documents and Settings\My Documents\Visual...
Back
Top