Search:

Type: Posts; User: public

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: How to get a progress bar like in this picture in vb.net? Please help

    thanks a lot man

    rated :)
  2. Re: How to get a progress bar like in this picture in vb.net? Please help

    thanks for the help.
    Can you please describe it little more? with an example please? Im very new to vb.net

    thanks
  3. Re: How to get a progress bar like in this picture in vb.net? Please help

    I have progress bar under toolbox, thats not the problem. I need the progress bar to be loaded, like, block by block as in 1st picture.

    thanks for the reply any way.
  4. How to get a progress bar like in this picture in vb.net? Please help

    Hello,

    I need a progress bar, like this:
    100215

    But by as you know, by default we get a progress bar like this:

    100217

    Please help me to code/get the progress bar like in the first...
  5. How to get a progress bar like in this picture in vb.net? Please help

    Hello,

    I need a progress bar, like this:
    100215

    But by as you know, by default we get a progress bar like this:

    100217

    Please help me to code/get the progress bar like in the first...
  6. Re: RichTextBox Multiline to RichTextBox Singleline

    Thanks guys, you are the best. :) Best forum ever. :wave:
  7. Re: RichTextBox Multiline to RichTextBox Singleline

    Do you have any examples? :(

    I even found this but still nothing:


    Dim lines() As String = RichTextBox1.Lines
    RichTextBox2.Text = Array.Find(lines, Function(s) s.StartsWith("Number:...
  8. RichTextBox Multiline to RichTextBox Singleline

    Hi all :wave:, I have a small problem, I'm loading a file to RichTextBox1:



    I want to copy all numbers to RichTextBox2 and all names to RichTextBox3, so, my RichTextBox2 should look like this:...
  9. Replies
    28
    Views
    14,882

    Re: VB6 System tray icon / systray

    Oh dear why ya're messing around with a picturebox? :afrog:


    What about the VB 6 - Ressource-Editor to include icon's to the exe?
    If the menu item 'Tools\Ressource editor' is not visible in ya...
  10. Re: Turning PaintEventArgs into a BackroundWorker

    Im unfamiliar with the progresschanged event also i dont even know how one would scroll a chart.

    Actually i just though of how to scroll a chart, i have to shift the variables one data point to...
  11. Re: Turning PaintEventArgs into a BackroundWorker

    What im trying to achieve is a dynamically scrolling graph, but i cant figure out how to do it for the life of me.
  12. Re: Turning PaintEventArgs into a BackroundWorker

    Or is there a way to set up a chart and set it so that only a certain number of x-axis values appear on the chart, and the min and max x values are constantly increasing by 1 making it look like the...
  13. Re: Turning PaintEventArgs into a BackroundWorker

    Yes my data is being produced by a backgroundworker in visual basic, and I would LOVE to do that however i need visual basic to display a dynamically scrolling graph, and im not sure how to do that...
  14. Re: Turning PaintEventArgs into a BackroundWorker

    Well if i have visual basic dynamically adding data to an excel file, is there a way to create a dynamically updating graph imported to visual basic from excel?
  15. Turning PaintEventArgs into a BackroundWorker

    For the program listed below (a basic scrolling graph i found, and am altering), im trying to contain the PaintEventArgs to a backgroundworker such that it doesnt lock up my program, but im having...
  16. VS 2010 Re: Concverting Console program to Form Program

    Thanks for your reply, and the reason why i dont have the loop in its own seperate procedure is because i havent been able to figure out how do that myself, also i know the label was getting...
  17. VS 2010 Concverting Console program to Form Program

    I have a console program listed below that is working perfectly, taking in 2 different sets of data over ethernet and continually updating and displaying the data stream. The problem is, in my main...
  18. Replies
    1
    Views
    494

    Reading Data From Device With IP Address?

    I have a system set up involving an arduino thats sending data out in the format of "#.##, #.##" line after line via ethernet to its IP Address Webpage. When i enter the arduino's IP address in a...
  19. Replies
    31
    Views
    2,816

    VS 2010 Re: VB.NET and UPnP?

    For the life of me I cannot get this to work. I'm always receiving Object reference not set to an instance of an object.

    at this line:


    For Each mapping As NATUPNPLib.IStaticPortMapping In...
  20. Replies
    4
    Views
    17,539

    Re: Export an Image from Excel Sheet to Hard Drive

    [QUOTE=mandykk;4110797]I agree with your thoughts! Thanks!:)

    using the VBA code from the first post, the acquired image has a lower quality (is blurry somehow) than when you save the excel file as...
  21. Replies
    11
    Views
    361

    VS 2010 Re: help on altering tables on vb.net

    i did not try it as i do not know how to do it.
    The UPDATE statement allows you to update a single record or multiple records in a table.
    the syntax is

    UPDATE table_name
    SET column1=value,...
  22. Replies
    11
    Views
    361

    VS 2010 Re: help on altering tables on vb.net

    i can make a button on the form5 and name it as save.
    but i cannot seem to find the command to update the table, which is to be implemented in the 'save' button.
    the 'update' command on mssql...
  23. Replies
    11
    Views
    361

    VS 2010 Re: help on altering tables on vb.net

    i used DataGridView and point it to my database.






    i was able to insert data to the table, but wasn't able to alter it and save it.
  24. Replies
    11
    Views
    361

    VS 2010 Re: help on altering tables on vb.net

    i used DataGridView and point it to my database.
  25. Replies
    11
    Views
    361

    VS 2010 Re: help on altering tables on vb.net

    ok,this is an image of the table from the form i mentioned.
    95537


    currently those 3 entries are entered by me using the insert button on another form
    95539

    as the insert button is coded to...
  26. Replies
    11
    Views
    361

    VS 2010 help on altering tables on vb.net

    i have created a form which have DataGridView on it, it will bring up the tables from a Microsoft SQL Database.
    i managed to do it and even implement to insert values to the tables using insert...
  27. Replies
    2
    Views
    224

    VS 2010 Re: help on implementing forms

    it's easier to implement for me, as the accounts are not important and i only needs 3 accounts.
    it is for my module project.
  28. Replies
    2
    Views
    224

    VS 2010 [RESOLVED] help on implementing forms

    here is how my Form4 look like: 95471



    is it possible to add code to the 'Edit Login Info' button so that it will display Form1.vb? not the Form1.vb[Design] GUI but rather the codes for...
  29. Replies
    6
    Views
    324

    VS 2010 Re: help!

    thanks again Edgemeal, +repped you.
  30. Replies
    6
    Views
    324

    VS 2010 Re: help!

    sorry i learned a little about c++ earlier on, i thought it uses similar languages.
    i am new to vb.net by the way. =)
  31. Replies
    6
    Views
    324

    VS 2010 Re: help!

    thanks, this is what i wanted! =)
    i am new to vb.net.

    by the way is it possible to implement the password to be hidden?, like using *** or dots.
  32. Replies
    6
    Views
    324

    VS 2010 [RESOLVED] help!

    95465

    this is my form1, can any1 help me with the login form here, i want to make it in such a way that
    if login=s1002 and password=pass123, it will open form2
    if login=s2002 and...
  33. VS 2008 Re: Webbrowser.Sourcecode reading + gathering text(+finding)(code) + dropping in txtb

    Well, I did put that in WebBrowser1_DocumentCompleted (there's no completed) and got all of these errors:

    Error 1 The '?' character cannot be used here. C:\Users\hicran\Documents\Visual Studio...
  34. VS 2008 Re: Webbrowser.Sourcecode reading + gathering text(+finding)(code) + dropping in txtb

    bump:(
  35. VS 2008 Webbrowser.Sourcecode reading + gathering text(+finding)(code) + dropping in txtbox

    So, all of you..
    Hello..

    I'm working on a small project, and really FAIL so hard at this, I've googled for almost half of an hour, with no luck.
    I let my webbrowser1 navigate to a page after the...
  36. Replies
    8
    Views
    3,274

    Re: Sticky Notes for XP

    i downloaded above link ,how to install in xp
  37. Replies
    1
    Views
    185

    Help Me With This Program

    Visual Basic
  38. Replies
    0
    Views
    147

    VS 2010 Get cookie from webbrowser

    I'm trying to make a program that will get the cookie of site (there is only 1) and put that in a textbox.

    I've tried working with the CookieContainer, but I failed.

    What I want to happen:
    1....
  39. Replies
    18
    Views
    1,993

    Re: Feedback wanted: Top Complaints about Metro

    thanx for more information
  40. Reading from text file and storing into an array

    Hi, I am given a problem where I have a text file that contains the following:


    12AVX
    5
    23ABC
    8.97
    23TWT
    4.69
    34ZAB
Results 1 to 40 of 80
Page 1 of 2 1 2