Search:

Type: Posts; User: xSmurf

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,023

    Reading XML (nested)

    Hey all,

    I was wondering what in your opinion is the best way to read XML files such as this one.


    <Root_Element X="0" Y="0" WIDTH="360" HEIGHT="275" SHOWSID="3" HIDESID="4" DEFAULT_X="1"...
  2. Replies
    1
    Views
    469

    [RESOLVED] Question about lists

    Hello everyone,

    I've run into a problem while working on my simple game mapmaker.
    I'm using a list to store my monsters like this:

    Public stMobList As New List(Of static_monster)
    Public...
  3. Thread: Picturebox

    by xSmurf
    Replies
    6
    Views
    872

    VS 2008 Re: Picturebox

    Humptie dumbtie bump
  4. Thread: Picturebox

    by xSmurf
    Replies
    6
    Views
    872

    VS 2008 Re: Picturebox

    I think I've should have added that I know a bit about Vb.net because I only understanded the half of your story :rolleyes:
  5. Thread: Picturebox

    by xSmurf
    Replies
    6
    Views
    872

    VS 2008 Picturebox

    Hi all,
    I'm working on a kinda basic game and I use pictureboxes like tiles.
    Like this:
    Box00 Box10
    Box01 Box11 etc.
    Now I want to paint the box where the "currentposition" of the player is...
  6. Thread: Selecting text

    by xSmurf
    Replies
    2
    Views
    595

    Selecting text

    Hi all,

    I have a question, here it is :p.
    I have 2 textboxes, in the 1th the user fills in is classname.
    Then with a hit on the button it searches it in the 2nd textbox.
    That works so far but,...
  7. Replies
    1
    Views
    534

    Stop after found pixel

    Hi all I got a problem.
    I have this code
    Dim Screen As Bitmap
    Dim SC As New ScreenShot.ScreenCapture
    Screen = SC.CaptureScreen
    For X As Integer = 0 To Screen.Width - 1
    ...
  8. Replies
    1
    Views
    576

    Re: Changing cursor position in program

    Allot of views but, no reactions :(
  9. Replies
    1
    Views
    576

    Changing cursor position in program

    Hi all,

    This is maybe an weird question because I don't know if its possible so prepare :p.
    I am working on a project its a kinda autoclicker.
    It moves the cursor to positions and perform...
  10. Replies
    5
    Views
    774

    Simulate keyboard

    How can I simulate a keyboard button click.
    For example how can I simulate the button 8 and 9 in another program outside my project form?

    already thanks
  11. Replies
    2
    Views
    566

    [RESOLVED] Screencapture class problem

    Hi all,

    I have found this screencapture class.
    Private Declare Function CreateDC Lib "gdi32" Alias "CreateDCA" (ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As...
  12. Replies
    3
    Views
    600

    Re: Find pixel with matching color

    Somehow it doesn't work as first it give an error for the color.
    And 2nd it gives an error at PixelColor = Spic.GetPixel(j, i)
    "The parameter msut be positive and < Height Parameter name: y"
  13. Replies
    3
    Views
    600

    Find pixel with matching color

    Hi everyone,

    I am trying to make an kinda autoclicker when the desired color is found.
    I am using a class to make an screenshot of the screen.

    Public Class CaptureScreen
    Private Declare...
  14. Replies
    3
    Views
    706

    Re: Selecting all treeview nodes

    I dun understand how I can use the function to gain the nodes
  15. Replies
    3
    Views
    706

    Selecting all treeview nodes

    How can I select all treeview nodes to save them to an file?
    Like here but, then for a treeview
    Dim items As String = String.Empty
    For i As Integer = 0 To ListBox1.Items.Count - 1
    ...
  16. Replies
    4
    Views
    728

    Re: Save/open problem

    Thanks I knew i forgotten something stupid.
    Solved
  17. Replies
    4
    Views
    728

    [RESOLVED] Save/open problem

    Hi there,

    I am working on an project but, now I ran into an problem.
    If I use the code below to save my .nmp it works fine.
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e...
  18. Replies
    23
    Views
    1,691

    Re: Open music files.

    It worked but what if I wanna add more songs at a time what do I need to change in the event?
  19. Replies
    23
    Views
    1,691

    Re: Open music files.

    Off to bed now i'll check it tommorow already thanks.
  20. Replies
    23
    Views
    1,691

    Re: Open music files.

    Imports System.IO
    Public Class Playlist
    Private Sub add_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Add.Click
    Dim Importdialog As New OpenFileDialog
    ...
  21. Replies
    23
    Views
    1,691

    Re: Open music files.

    But look I understand how to add an variable, but this doesn't solve my problem.
    My problem again is I can't set the mediaplayer url to just the name because it needs the full path to play it, but i...
  22. Replies
    23
    Views
    1,691

    Re: Open music files.

    How to store it in an variable and when i run the play script how can i recover it?
    Does this also works if i got over 100+ songs in the list does it requires to make 100+ variables?
  23. Replies
    23
    Views
    1,691

    Re: Open music files.

    This works like a train but now I got another problem.
    Because I am using this.

    Private Sub playlist1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles playlist1.Click
    ...
  24. Replies
    23
    Views
    1,691

    Open music files.

    Hi there,

    I am trying to make an music player, but now I got the problem when I load the .mp3 files i get the full directory path etc witch I don't want just the name of it.
    So my question is how...
  25. Thread: Noob question

    by xSmurf
    Replies
    2
    Views
    576

    Noob question

    How do i solve this error
    Class 'System.Windows.Forms.DataGridViewTextBoxColumn' cannot be indexed because it has no default property.
  26. Replies
    5
    Views
    639

    Re: [2008] Search next fucntion ?

    Thanks its all done now
  27. Replies
    5
    Views
    639

    Re: [2008] Search next fucntion ?

    It worked thanks but now i ran into another problem.
    The search functions works perfectly exept that if as an example there's a medium size list and I search for the word "ok" and that is placed at...
  28. Replies
    5
    Views
    639

    [2008] Search next fucntion ?

    Kleinma said it its a login server charachter server+ a world server for the mmorpg Rose online.
    it worked out fine but now i have another question :p
    i made a textbox searcher i got this
    If...
  29. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Re: Hide process

    Kleinma said it its a login server charachter server+ a world server for the mmorpg Rose online.
    it worked out fine but now i have another question :p
    i made a textbox searcher i got this
    If...
  30. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Re: Hide process

    i found some topics and scanned it but did not get something out of it, i just asked a friend he will look it up tommorow in a BIG vb book =d
    all with all thanks ;)
  31. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Re: Hide process

    in english please i am a noob in vb =d
  32. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Re: Hide process

    It did not work out.
    this is how server launches.
    Start it-> vista denied or allow-> you get server window-> 2 popups for config->then it runs.
    Can't i run it in a Form so i can hide the form and...
  33. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Re: Hide process

    I can't edit the server.exes maybe there's a solution how to run them into a form?
  34. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Re: Hide process

    not from task list just hide it visual but it keeps running as a process.
    Why i want to do this i run a private mmorpg server and its not easy if there are all server windows in the way =d
  35. Thread: Hide process

    by xSmurf
    Replies
    18
    Views
    9,014

    Hide process

    Hi,

    As the topic name says i want to hide a program the code explains more.

    Private Sub StopToolStripMenuItem2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  36. Thread: Question

    by xSmurf
    Replies
    4
    Views
    653

    Re: Question

    how xD ?
  37. Thread: Question

    by xSmurf
    Replies
    4
    Views
    653

    Question

    Hi i have a question.
    Look at the picture.
    I disabld the xp visual style but now in only want the buttons and etc in xp style.

    Smurf
  38. Thread: Question

    by xSmurf
    Replies
    9
    Views
    905

    Re: Question

    if users hit the update button and the update finished how do i add a code than automaticly extract the file it downloaded and where to put it because i'm not very good with VB

    Smurf
  39. Thread: Question

    by xSmurf
    Replies
    9
    Views
    905

    Re: Question

    but must they fire it???
  40. Thread: Question

    by xSmurf
    Replies
    9
    Views
    905

    Re: Question

    Could you explain how that works?

    Smurf
Results 1 to 40 of 44
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width