display

  1. S

    Question Filter Form Graphic

    Hi i am creating a program to be used on a ships bridge, the problem i have is at night they have to be able to swith to night mode, i have the program dimming the display but wanted to add a red filter to the form also, i have used Photoshop to show what i want to kind of do: The Normal Form...
  2. C

    Show users ip on textbox1

    Hey im wondering if there is any way to display a users ip in textbox1 when form loads. Thanks :) Im using vb.net 2012 which is similar to 2008 and 2010
  3. N

    Data gets restored, but functionality differs after returning from tombstoning

    I have an app in which there is a TextBlock that I dynamically update when the user taps certain buttons. When the user first goes to the page, this works perfectly. When the user leaves, I save all the data into Isolated Storage like I should, and then recover the data when they return. The...
  4. T

    Question Working with Dual Monitors - Need to determine Display Number

    Hi All, I have been looking at the Screen class in vb.net, as I want users to be able to define which screen a particular form is displayed on. I have worked out how to do this, however there is a small problem. If in Windows I go to the standard Display Settings I can see one of my monitors...
  5. M

    Question Winform app in Windows XP display issues, fine in Vista or 7

    I have a winforms app that I wrote on a Windows 7 box. It uses a double buffering for speed, gradient that it paints on the back of a tabpage, lots of DataGridView, and some rectangles (solid filed) for display. When the app runs on a Windows Vista or Windows 7 box it runs fine, but running on...
  6. iDASTANx

    Question Got a problem with opening CSV files.

    Hey guys :) Pretty new at Visual Basic (just getting that out there before I continue). So, for my computing project I have to import csv files (got that bit working, got it opening up and displaying in a text box) and search through it to find criteria that I want. Anyways, I am having...
  7. M

    Question DataGridView

    Below is my coding, Actually i want to key in EmployeeID in the textbox and click the view button. Once the button is clicked than the Datagridview table will show information about the employee. However with my coding, All the employees information is displayed. Please help me....thank you...
  8. B

    Question Displaying data from related table in DataGridView

    I have 2 tables in my dataset: - Items - Warehouse The Items table contains a column named 'WarehouseID'. It tells me which warehouse this item belongs to. The Warehouse table contains an 'ID' column and a 'Name' column. Now if I display the contents of Items table in a datagridview I will...
  9. M

    Question Changing the default display

    Hi there, I have done a lot of googleing on this and can't find a definitive answer. I have a dual head graphics card with 2 monitors attatched. I need a bit of code to swap the primary display. I have an idea that it's something to do with APIs (ChangeDisplaySettings or...
Back
Top