Search:

Type: Posts; User: snakegaer

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    100
    Views
    76,946

    Re: Tabbed WebBrowser - a work in progress

    i used this code to cancel links to open in new windows (IE) but what should i write where X to open the link i clicked on in a new tab?


    Private Sub currentBrowser_NewWindow(ByVal sender As...
  2. Replies
    100
    Views
    76,946

    Re: Tabbed WebBrowser - a work in progress

    there are some links that if we click on will open a new window on the internet explorer is it posible to make them open in a new tab?
  3. Replies
    1
    Views
    739

    VS 2008 Viewed Web Browser Control...?

    hello every body

    generally i'm trying to make a simple web broswer...
    my program has a button and a tab control. that when i click on the button a new tabpage is added to the tabcontrol with a...
  4. Replies
    9
    Views
    981

    VS 02/03 Re: how to update and modify text files?

    are u sure that this code works on 2003?

    i'm using this code to write


    w = New IO.StreamWriter(Application.StartupPath & "\Unit Conversions\" & cbounit.Text)
    For i = 0...
  5. Replies
    9
    Views
    981

    VS 02/03 Re: how to update and modify text files?

    i'm a bit confused right now

    the way u told me previously (making one of the units as a base = 1) will work and it will convert between all units given without any problems

    i have started...
  6. Replies
    9
    Views
    981

    VS 02/03 Re: how to update and modify text files?

    in the program specification it is required that the user should be able to add and define new measurements and units as he like.
    i think ur way will work even if the relation between the units is...
  7. Replies
    9
    Views
    981

    VS 02/03 Re: how to update and modify text files?

    your way seems much better and easier i didn't thought about that
    thanks for the help i'll try to do it my self right now and if i faced any problems i will come back to u :)
  8. Replies
    9
    Views
    981

    VS 02/03 how to update and modify text files?

    hello

    i have a project that requires me to make a unit converter. the units should be defined within the program.
    i have reached a point where i save the defined units in a text file for a simple...
  9. Re: [02/03] Fill a list box with directories in a folder???

    it worked thanx a lot ^_^
  10. [RESOLVED] [02/03] Fill a list box with directories in a folder???

    hello

    i'm tring to make a unit convertion for my school project but i'm stuck and i need help
    i was trying to make a listbox to show all the directories of the application stat up path and i used...
  11. [02/03] how to change text & back color of a MainMenu???

    hello

    i would like to ask how to change the text color, size and backcolor of a main menu???

    thanx
  12. [02/03] Different color in the same label???

    hello

    is it possible 2 use the same label but the text inside the label in different colors
    for example the first letter in red and rest is black like normal

    thanx
  13. Re: Play soundfiles embedded in your app (resource)

    i'm usein vb.net 2003 but i didn't find the resources tab :(
  14. Re: how to convert this function from excel to vb???

    there is no msdn library in my cp i tried to install it but didn't work out :cry:
  15. Re: how to convert this function from excel to vb???

    awsom
    thanx a lot :wave:
  16. Re: how to convert this function from excel to vb???

    yeah it works fine with vb6 ;)
    but i'm usein vb.net 2003 :(
  17. Re: how to convert this function from excel to vb???

    i think thats far too complicated 4 me to understand sorry :(
  18. Re: how to convert this function from excel to vb???

    i'm useing vb.net 2003

    the code is about the same i tried this one

    Dim num As Decimal = 2.5
    Dim x As Date
    x = Format(System.DateTime.FromOADate(num / 24), "hh:mm")
    ...
  19. how to convert this function from excel to vb???

    hello

    i have been looking around so long just to know the correct way to convert this function from excel to vb

    =TEXT(A45/24,"hh:mm")

    anyone can help???

    this function convert the number...
  20. Replies
    4
    Views
    492

    help plz how can i get my report back

    hi

    i was doing a report then saved it to print it later when i came to open it this what appears to me

    63849

    how can i get it back
    :cry:
  21. Replies
    8
    Views
    858

    Re: [02/03] help on Mid() function...!!!

    yes it's a homework where i have to use Mid how did u know :D
    i tried but with no answer because i don't know any thing about Mid if i can explain how to use it i might be able to do it :)
  22. Replies
    8
    Views
    858

    [02/03] help on Mid() function...!!!

    hi

    how could i write a program that counts the number of letters in a given sentence using the built in function found in VB6 Mid() to read each letter at a time from a text box and i'm using...
  23. Replies
    1
    Views
    468

    [02/03] VB6 code to VB.NET 2003

    hi

    this code works fine with VB6


    Dim name As String * 15
    name = Text1.Text
    MsgBox (name)

    but in VB.NET it doesn't work
  24. Replies
    4
    Views
    616

    Re: [02/03] show commas???

    i got it

    thanks its

    Chr(34)
  25. Replies
    4
    Views
    616

    Re: [02/03] show commas???

    how do i use char(34)???

    yeah thats what i want
  26. Replies
    4
    Views
    616

    [RESOLVED] [02/03] show commas???

    hello

    i would like to ask if there is a special name used in vb.net to show commas in the out put??

    for example if i want the output to be a message box with text and commas

    Msgbox(" "You...
  27. Replies
    7
    Views
    758

    Re: [02/03] google search???

    thanks any way ^_^
  28. Replies
    7
    Views
    758

    Re: [02/03] google search???

    the button action is = /search
    button name = btnG

    can i make the program press this button? just by knowing this??
  29. Replies
    7
    Views
    758

    Re: [02/03] google search???

    i know this way but i have my own browser *_*
  30. Replies
    7
    Views
    758

    Re: [02/03] google search???

    i used AxWebBrowser

    this code will open google in the browser:-


    Dim nullObject As System.Object = 0
    Dim str As String = ""
    Dim nullObjStr As System.Object = str
    Cursor.Current =...
  31. Replies
    7
    Views
    758

    [02/03] google search???

    hello...

    i would like to make a program with a text box and a button
    in the text box i write what i like and then press the button what i what to happen is the word written in the text box is...
  32. Replies
    2
    Views
    1,148

    Re: [02/03] change folder icon???

    i found this

    PathMakeSystemFolder Function
    http://msdn2.microsoft.com/en-us/library/bb773726(VS.85).aspx
    http://msdn2.microsoft.com/en-us/library/bb776832(VS.85).aspx

    so i need to make the...
  33. Replies
    2
    Views
    1,148

    [02/03] change folder icon???

    hello

    i made a program that creates an ini file called (Desktop.ini) and those two lines are written in the file with stream writer


    [.ShellClassInfo]
    IconFile=path.ico

    the icon should...
  34. Replies
    5
    Views
    4,001

    Re: Allow NumbersOnly

    i tried it and it didn't work well something is wrong

    i used this code and works fine


    Private Sub Text1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  35. Replies
    10
    Views
    6,649

    Re: [02/03] change text file font size???

    really...
    the program that i'm trying to d that it does calculations for the user and answers are shown in a list box in a nice way

    what i what to do is to take what in the list box and put it in...
  36. Replies
    10
    Views
    6,649

    Re: [02/03] change text file font size???

    change the font in notepad that every file i open in notepad would have the same font size

    thanks ^_^
  37. Replies
    10
    Views
    6,649

    Re: [02/03] change text file font size???

    yes thats what i want to do
  38. Replies
    10
    Views
    6,649

    Re: [02/03] change text file font size???

    yeah .txt file i mean
    what about changing the format in notepad because there is an option in note pad to change the display font size...
  39. Replies
    10
    Views
    6,649

    [02/03] change text file font size???

    hello

    I'm using the stream writer to create a text file

    is it possible to change the default text size or format of the text file using vb.net???

    creating a text file with font size 16 and...
  40. Re: [RESOLVED] [02/03] Checked menu items>????

    now i get it
    first time seeing this code

    CType(Me.Owner, Form1)
    never used it
    thanks VBDT
Results 1 to 40 of 80
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width