Search:

Type: Posts; User: Thasarath

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,017

    VS 2010 Re: 404 When Uploading File

    Try This :wave:

    Replace this UploadFile("C:\username.txt", "URL (INCLUDING FILENAME.txt)", "USERNAME", "PASSWORD")
    With UploadFile("C:\username.txt", "example.com/folder1/", "USERNAME",...
  2. Replies
    3
    Views
    2,141

    Help With VB.NET Setup(Install) Maker !

    BIG HELLO TO EVERY ONE !

    I need a Setup Maker ( Install Creator , INNO Setup Maker , etc..) That Detects Weather Dot Net Framework 4 Is Installed or Not And Automatically Download It From Internet...
  3. Replies
    16
    Views
    2,185

    Re: Vb.net : Problem with web browser !

    I found The Solution. In IE We Have To Do Some Changes ! Thanks . If anyone want the solution Just Ask Me !

    Thanks Others ! :bigyello:
  4. Replies
    16
    Views
    2,185

    Re: Vb.net : Problem with web browser !

    I can see the webpage in my browser. Its OK !
  5. Replies
    16
    Views
    2,185

    Re: Vb.net : Problem with web browser !

    Error Is : The remote server returned an error: (403) Forbidden.

    Please Help Me !
  6. Replies
    16
    Views
    2,185

    Re: Vb.net : Problem with web browser !

    Thanks ! But Not Working ! :(
  7. Replies
    16
    Views
    2,185

    Re: Vb.net : Problem with web browser !

    But How To Get A String Using Span ID In HttpWebRequest ?

    Thanks !
  8. Replies
    16
    Views
    2,185

    Re: Vb.net : Problem with web browser !

    Thanks #bensonsearch ! :bigyello:

    I am making a software which I sell to others. I need to get some data from Internet. For that purpose I use web browser. Actually I need to get a string from it....
  9. VB.NET : Convert 20 MAY 2014 To 20-05-2014

    Hello,

    Please Any One Help ME With Converting 20 MAY 2014 To 20- 05 -2014 Or 15 JAN 2013 To 15 - 1 -2013

    Thanks ! :)
  10. Replies
    16
    Views
    2,185

    Vb.net : Problem with web browser !

    Hi everyone,

    I recently made a web browser using vb.net.

    But what is the problem means My web browser shows old data from a website.

    Example : I am checking live football scores from a...
  11. Replies
    8
    Views
    1,152

    Re: need help for a simple program

    Hi,

    You Need To D Like This :

    X = (Y-Z) / Y
  12. Replies
    1
    Views
    873

    VB.NET : Split Date From Text

    Hi,

    I need to split the date from the text .

    Eg.


    Item1
    24AUG2013
  13. Replies
    2
    Views
    2,243

    VB.NET : Overwrite Data in Datagridview

    I need to convert...

    Column 1 Column 2 Column 3
    Apple ----------- Ant
    Banana ----------- Ball

    Into

    Column 1 Column 2 Column 3
    Apple --- " Art" --- Ant
  14. Replies
    5
    Views
    5,450

    Re: how to call Button1_Click

    Yes, You Should Write Button1.PerformClick
  15. Replies
    1
    Views
    488

    VB.NET Build A Simple Coding :

    Hi,
    I need to delete the selected row in a Datagridview when Delete Key In Keyboard Is Clicked. But I don't know how to do it. If we simply pressed Delete Button. It shows An Error.
  16. VB.NET : Refresh All Webbrowsers In One Click

    Hi,
    I need to refresh all web browser when clicked a Button.
    HOW TO DO IT ??????
    Thanks.

    Webbrowser Control In Form1.

    Webbrowser1.Refresh()
    Webbrowser2.Refresh()
    Webbrowser3.Refresh()
  17. Re: VB.NET : Is This Possible OR Impossible ? :ehh:

    Thanks for replays, :bigyello:

    But what I actually need Is - Example

    I need To get a specific Text From http://example.com/ .(Webbrowser)
    For That I use - Span Id
    Can i get text using Span...
  18. VB.NET : Is This Possible OR Impossible ? :ehh:

    Hi,
    Is is possible to get text from webpage using Span Id Without loading the webpage ?
    Thanks.
  19. Replies
    2
    Views
    830

    [RESOLVED] VB.NET : Coding Simplify

    Hi,
    I need to simplify this coding :

    Datagridview1.Rows(0).Cells(0).Value = Datagridview1.Rows(0).Cells(4).Value + Datagridview1.Rows(0).Cells(5).Value
    ...
  20. Re: VB.NET : List If Closer To A Number

    Closer Means 3 % . That is 97 + for 100.

    Pls Help how to
  21. [RESOLVED] VB.NET : List If Closer To A Number

    Hi,

    I need to List a number in a listbox if the number is closer to another number.
    Eg. Num1 = 98
    Num2 =100
    If 'num1 is close to num2' Then
    Listbox1.Items.Add(num1)
    End If...
  22. Replies
    4
    Views
    4,302

    VS 2010 Re: Arithmetic In Datagridview Rows

    I will load data from a csv file.
  23. Replies
    4
    Views
    4,302

    VS 2010 Arithmetic In Datagridview Rows

    Brief : I need to add Column1 + Column2 And Display Result In Column3
    But I need to do it for all rows in column3 automatically. I need a very short code.

    Thankyou.
  24. Thread: Load Program

    by Thasarath
    Replies
    2
    Views
    586

    Re: Load Program

    Have you use Settings ?
    Then A Settings Named "MINIMIZED"
    Code For Checkbox. Ticked or Unticked (0 unticked / 1 Ticked)


    If Checkbox1.Value = "0" Then
    Checkbox1.Value = "1"
    Else...
  25. Re: [RESOLVED] Combo Box to Database beginner

    What is the maximum size of you cells in a column . If it is less, we can solve it easily ! :)
  26. Replies
    0
    Views
    628

    VS 2010 How To Do It ? [HELP]

    Hi.

    I need to do this !

    Example : Combobox.Selected Item = "0##48" that first item

    Then Webbrowser Load ("www.an-webpage/" + Combobox.Selected Item that is "0##48"
    ...
  27. VS 2010 Data Search With Textbox Combobox And Web Browser.

    Hi.

    I need to do this !

    Example : Combobox.Selected Item = "0##48" that first item

    Then Webbrowser Load ("www.an-webpage/" + Combobox.Selected Item that is "0##48"
    ...
  28. Replies
    2
    Views
    3,009

    VS 2010 Two Numbers After Decimal Point !

    Hi, I need to make 5 as 5.00 , .5 as 0.50 , etc.
    I tried
    Textbox1.Text = Math.Round (Textbox1.Text,1)
    And
    Textbox1.Text = Format(Textbox1.text.Tostring,"#.##")
    But Not Working Help Please !...
  29. VS 2010 VB.NET : Works On Specific Machine IDs Only?

    How To Make My VB.NET Program Work On Specific Machine IDs Only ? This gives complete security to my Program ! Please Anyone Help ! :ehh:
Results 1 to 29 of 30



Click Here to Expand Forum to Full Width