Search:

Type: Posts; User: mleo1

Search: Search took 0.02 seconds.

  1. VS 2010 Re: why does this does not work on .net 4.0 but works on 3.5?

    nevermind i figure it out, thanks anyway

    its the indexing

    in 3.5
    0=my hardware 1
    1=my hardware 2

    in 4.0
    0=my hardware 2
  2. VS 2010 [RESOLVED] why does this does not work on .net 4.0 but works on 3.5?

    Imports System.Threading

    Public Class Form1
    Dim performanceCounterCategory As New PerformanceCounterCategory("Network Interface")
    Dim instance As String =...
  3. VS 2010 Re: MSChart, How do you remove x axis label?

    Thanks,

    I used
    .LabelStyle.ForeColor = Color.White to hide it but it sucked, i did not see enabled property on it lol
  4. VS 2010 [RESOLVED] MSChart, How do you remove x axis label?

    Hello whats the code for removing this

    https://i.imgur.com/7FbMAXd.png
  5. Replies
    12
    Views
    5,497

    VS 2010 Re: webbrowser not fully loading website

    @Thanks mates
    I thought webbrowser uses the version in your machine turns out it defaults to IE7
    Lurked too while waiting for posts here



    Const IE11 As Integer = 11001
    Const IE10 As...
  6. Replies
    12
    Views
    5,497

    VS 2010 Re: webbrowser not fully loading website

    does not make any sense too me,
    your code looks like

    but with other added things

    and im not asking "google.com", im askin why it does not load "odesk.com" and how to fix
  7. Replies
    12
    Views
    5,497

    VS 2010 Re: webbrowser not fully loading website

    Lol hamza, the fishy guy hehe, what are the odds, good that you seeking answers too here hehe

    not that. try webbrowser then navigate to odesk. it will not load fully load. I just need to see it...
  8. Replies
    12
    Views
    5,497

    VS 2010 [RESOLVED] webbrowser not fully loading website

    it does not fully load when navigating to "odesk.com" it looks like this http://i.imgur.com/joBIxkl.png (messed up)

    how to make "odesk.com" load fully load like this http://i.imgur.com/YmZIBrm.jpg...
  9. Replies
    1
    Views
    831

    VS 2010 [RESOLVED] Get text between

    string = "{{I have} been {eating|browsing} all day}"

    how to get

    str(0) = "been"
    str(1) = "allday"
  10. Replies
    3
    Views
    1,076

    VS 2010 Re: String manipulation questions

    Thanks for idea, replace "}|{" with "}${" to split, but I change output to new, array[2] = " {hi|three}"

    Thanks again for helping xD
  11. Replies
    3
    Views
    1,076

    VS 2010 [RESOLVED] String manipulation questions

    Hello there can you please assist me on the codes

    Question 1

    string = "{ {hi|one}| {hi|two} | {hi|three}| {hi|four}}"

    I want to get
    array[0] = " {hi|one}"
    array[1] = " {hi|two} "
    array[2]...
  12. Replies
    2
    Views
    6,888

    Re: [RESOLVED] Webbrowser Zoom

    Thanks
  13. Replies
    2
    Views
    6,888

    [RESOLVED] Webbrowser Zoom

    Private Const OLECMDID_OPTICAL_ZOOM As Long = 63
    Private Const OLECMDEXECOPT_DONTPROMPTUSER As Long = 2

    Private mblHasSetZoom As Boolean

    Private Sub Form_Load()
    web1.Navigate2...
  14. Replies
    0
    Views
    745

    Webbrowser get scrollbar value

    112103

    :eek:

    I want to get webbrowser's scrollbar values.

    What I'm trying to do and have no idea to do it
    *If I scroll down the label will go down too
    *If I scroll up the label will go up...
  15. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    How to make this control above other controls. send to back, and send to front does not work
  16. Replies
    47
    Views
    15,745

    Re: Save VB6, PLEASE VOTE FOR VB6

    Done mate!
  17. Replies
    4
    Views
    1,643

    VS 2010 Re: Parse PDF Tabular Data, iTextSharp

    Bump hehe
  18. Replies
    4
    Views
    1,643

    VS 2010 Re: Parse PDF Tabular Data, iTextSharp

    Anybody here got the experience, Please help
  19. Replies
    4
    Views
    1,643

    VS 2010 Re: Itextsharp split text how?, Help

    Sorry, I guest my english is bad, This should make sense now, updated.
  20. Replies
    4
    Views
    1,643

    VS 2010 Parse PDF Tabular Data, iTextSharp

    Hello there, I want to split the 2nd line in to an array,

    eg
    arr(0) = "1778388"
    arr(1) = "FOCUS EXPRESS INC"
    arr(2) = "7587 EMPIRE DR"
    arr(3) = ""
    arr(4) = "FLORENCE KY"
    arr(5) = "41022"
  21. Replies
    4
    Views
    2,573

    VS 2010 Re: .NET chart control questions

    Thanks, Kevin

    I found this on my research


    Chart1.Series(0).CustomProperties = "PointWidth = 0.5"
  22. Replies
    4
    Views
    2,573

    VS 2010 [RESOLVED] .NET chart control questions

    http://i.imgur.com/ySfBlyr.jpg

    Look at the columns(green, blue yellow), they are away from each other.

    What property to use?
  23. Replies
    9
    Views
    2,329

    Re: list field name order by left to right

    The debug.print in the loop shows the same. It's ADO.

    Can anybody share codes how to select fields.
  24. Replies
    9
    Views
    2,329

    Re: list field name order by left to right

    ADO arranges it alphabetically

    if the table fields is arranged like this, fabcde (from left to right)
    using my code it will be listed in the listbox, abcdef
  25. Replies
    9
    Views
    2,329

    list field name order by left to right

    My current code is



    Sub ListFields(ByVal db_file As String, ByVal db_table_name As String)
    ' Open a connection.
    Set cn = New ADODB.Connection
    cn.ConnectionString = _
    ...
Results 1 to 25 of 25



Click Here to Expand Forum to Full Width