Search:

Type: Posts; User: pietercdevries

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. VS 2010 Re: "Array value", "Main()" and "wait user to press key" question. Please help!

    Why are you using a richtextbox then?
  2. VS 2010 Re: "Array value", "Main()" and "wait user to press key" question. Please help!

    Add an TextBox, RichTextBox, and a Timer to your form
    Name TextBox - "TextBox1"
    Name RichTextBox - "RichTextBox1"
    Name Timer - "Timer1"
    (without the quotes)

    VB: ...
  3. VS 2010 Re: "Array value", "Main()" and "wait user to press key" question. Please help!

    Hello,
    Why would you want to use enter and not read it automatically.
    This code will show Are you sure ? (Y/N) when you have completed to type Quit in the textbox
    Then you have to type Y or N in...
  4. VS 2010 Re: "Array value", "Main()" and "wait user to press key" question. Please help!

    If you have any questions about anything in vb or related to this post please feel free to ask
  5. VS 2010 Re: "Array value", "Main()" and "wait user to press key" question. Please help!

    1)



    Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim Pass As Boolean

    For I = 0 To 500
  6. Replies
    1
    Views
    16,742

    [RESOLVED] MsgBoxResult.Yes

    Hello everyone,
    I am making an application that has employees in a listview.
    When the client clicks on one of the employees end clicks the remove button I wan to ask the client if they want to...
  7. Replies
    7
    Views
    1,566

    VS 2010 Re: LoadLibrary

    Someone can only help you if you tell us what you want to do with the dll.
    If you baking something and ask how much sugar should I put than someone needs to know what you are baking.
    Pieter
  8. VS 2008 Re: Vb loan calculator with schedule into excel

    The app works fine for me.
    Maybe you should recreate the from and implant the code.
    You do have to have the excel file already existing in the given path.
    Pieter
  9. VS 2008 Re: Vb loan calculator with schedule into excel

    Imports Microsoft.Office.Interop.Excel
    Imports Microsoft.Office.Interop

    Public Class Form1
    Dim dLoan, dRate, dPayment As Double
    Dim iYears As Integer

    Private Sub...
  10. Replies
    1
    Views
    598

    Re: Just Clearrrrrrrr Cookie

    When you make a browser using the .NET control, you're not actually making a browser. You're basically just changing the look and feel of IE, adding or changing basic features, and often times,...
  11. Replies
    7
    Views
    1,566

    VS 2010 Re: LoadLibrary

    right click somewhere in the toolbox click Choose Items
    Than go to the com components tab page and hid browse
  12. Re: [RESOLVED] Getting inventory from Listview

    Thanks man You are really smart.
    This is acactly what I need.
    But I still dont understand what is happening when making the queries en stuff
    Thanks so much
  13. Re: HELP! with VB 6.5 project I was assigned for work and I haven't done VB since 200

    VB Code:

    Dim graph As Graphics = Nothing Try
    Dim frmleft As System.Drawing.Point = Me.Bounds.Location
    Dim bmp As New Bitmap(Me.Bounds.Width + 8, Me.Bounds.Height + 8)

    graph =...
  14. Re: [RESOLVED] Getting inventory from Listview

    Nice code but whenever I put this in it gives me an error on all the words ReturnValue in the code
    It is not declared yet.
  15. Re: HELP! with VB 6.5 project I was assigned for work and I haven't done VB since 200

    Hi,
    Here is some code to Check if is numeric or is containig letter only and if is not empty and if checkbox or radio button has been used.

    If Not IsNumeric(textbox1.text) Then
    ...
  16. Re: Openfiledialog.filename is completely crazily wrong

    Ok well if you found your problem and fixed it I am glad.
  17. Replies
    7
    Views
    1,566

    VS 2010 Re: LoadLibrary

    This might sound stupid but what is the reason to load the dll
    What is the dll its function
    why dont you import the dll in the toolbox and then use it
  18. Re: [RESOLVED] Getting inventory from Listview

    Thanks haha,
    In our warehouse/Depot we have Boxes of rice but also sacs of rice.
    Somehow I need to know how many boxes of rice we have and how many sacs of rice we have.
    Pieter
  19. Re: Openfiledialog.filename is completely crazily wrong

    vb Code:
    Dim theFile As String = "C:\Users\Alexis\Desktop\Temp"

    If My.Computer.FileSystem.FileExists(theFile) = False Then
    MsgBox("File missing. Do you want to relocate the...
  20. VS 2008 Re: Vb loan calculator with schedule into excel

    Hi,
    I can not see the attachment but I am willing to help.
    Maybe you can put the snippet on the form
    Pieter
  21. Re: [RESOLVED] Getting inventory from Listview

    I am sorry that 2 is standing in the wrapping culumn because I was tesiting the system quickly.
    In the column Wrapping it will show for example Box, Sac, Bottle.
    What it would be is:

    Item Amount...
  22. Re: HELP! with VB 6.5 project I was assigned for work and I haven't done VB since 200

    I dont completley understand your question.
    You can set each textbox or control with restriction.
    For example you can say that a textbox can only contain numbers or letters or whatever you name it....
  23. Re: Openfiledialog.filename is completely crazily wrong

    Can you give me a source code of your project
  24. Replies
    7
    Views
    1,566

    VS 2010 Re: LoadLibrary

    Hi,
    I don't know much about dll's but it seem easy.
    You are putting it in two variables which have a name and a value.
    Now you have to sent your variable value to a control or a system object....
  25. Re: [RESOLVED] Getting inventory from Listview

    I see that my questions might seem confusing this is because I am not American but dutch but I am a missionary in Haiti.
    I want to put the the subitem that goes in the column Wrapping because that...
  26. Re: [RESOLVED] Getting inventory from Listview

    I have never worked with the LINQ library.
    Maybe you can show me what you are doing.
    Also I would like to add one of the subitems if possible.
    Thanks for the Help.
  27. Re: Getting inventory from Listview

    Thank you so much
    This is wondeful
  28. Re: Getting inventory from Listview

    Ok I will be waiting
  29. Re: Getting inventory from Listview

    Yes green means incoming and red means outgoing
    Thanks for the help
  30. Re: Getting inventory from Listview

    This is the screen shot of the listview with the incoming and outgoing.

    90417
  31. Re: Getting inventory from Listview

    Thank you so much for helping me I really appreciate it.
    The reason for me loading all the data first is because I want to give the client the posibility to see what when out or in on a certain...
  32. Re: Getting inventory from Listview

    Listen,
    This is in the listview
    Item Amount In/Out

    Apple 10 in
    Apple 5 out
    Apple 3 in
    Shoes 90 in
    Shoes 5 out
    Pants 23 in
  33. Re: Getting inventory from Listview

    Well the information is been put in by the user and saves it to a text file. I want to show it like the example I showed.
    It makes from 2 or more the same item one and add or subtracts the amount...
  34. [RESOLVED] Getting inventory from Listview

    Hi,
    I am making an vb.net 2010 application for a depot.
    The user can put what comes in and goes out the depot.
    Then you can see a listview with all the incoming and outgoing.
    What you see is this...
  35. Re: Calculating exact time in Years, MOnths, Days

    Hey my friend
    Ju can adjust the day month and year how you want now the negative you can remove by splitting again because in this case the number is correct exept the negative.

    If you have any...
  36. Re: Calculating exact time in Years, MOnths, Days

    Hey this can be verry easy
    I added two datetimepickers and one button


    Public Class Form1
    Dim day As Integer
    Dim month As Integer
    Dim year As Integer
    Dim day1 As Integer
    ...
  37. Re: Stop Form Showing if Any Error in Form.Load

    try
    form1.showdialog
    catch ex as exeption
    application.exit
    end try
  38. Replies
    5
    Views
    5,157

    Re: Textbox to display only Numbers

    I ussually do this.

    if isnumeric(textBox14.Text) then
    else
    msgbox("please type numbers only")
    end if
  39. Replies
    12
    Views
    2,706

    Re: Desperate need of help

    make a listview pot the view on details. and make some collums
    loop through each item you have and add it to the listview it really simple.
    If you want to store your in for in a variable you van do...
  40. Replies
    6
    Views
    793

    Re: Text Colour

    Hey you will have to save the collor and font and font size to be able to see it again when you open the program.
    you could simply write this information in a text file.
Results 1 to 40 of 45
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width