Search results for query: *

  • Users: mattijsstu
  • Content: Threads
  • Order by date
  1. M

    Save x and y value of chart upon mouse click somewhere on the chart

    Hi, I was looking on the net for a solution to my problem and did not find one directly. In visuals studio 2012 i have a program. In this program i make a chart according to some calculations. Upon finishing the chart calculations, the users gets a new window with the chart displayed on. I now...
  2. M

    fit graph on page

    i would like to be able to fit the graph i want to print to the page. How do i do this? My code so far is fairly easy : Imports System.Drawing.PrintingImports System.Drawing.Graphics Imports System.Drawing.Imaging Imports System.Runtime.InteropServices Public Class Form3 Private Sub...
  3. M

    help needed with printing individual forms

    hi I have a problem in access. I have a table wich looks like this (has a lot more variables) : i then have created a form wich looks like this: I would like to be able to print this form individualy for client 1 , client 2 and so on, at the moment when i add more info it wil, when i print...
  4. M

    multiple y-axis in chart

    hi I would like to make a graph in vs 2012. The graph looks like this sketch below. It has 3 curves and those 3 curves all have to get a individual y-axis. I can't seem to find out how i can do this. I already got all my points to plot and i use this code: Chart1.Series.Clear()...
  5. M

    datagrid select not responding properly

    hi, i have a problem in my program (code below). When i select a cell in my datagrid, it's value displays in the textbox2. this works however sometimes it does not change when i select another cell. Can some one help me please? Imports System.IOPublic Class Form1 Dim result1 As Double...
  6. M

    Question Write text on .txt file wich i get out of a textbox, without knowing the path

    hi I have been searching the web for a whil and i am stuck in my program. I want to write a value of a textbox on a .txt file. Butch i don't know the path of it becos i have to choose it in the save dialog(wich i want to use ofcours). So how do i get my text in the file? this is my program so...
Back
Top