Search:

Type: Posts; User: nareth

Page 1 of 13 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    10
    Views
    1,598

    Re: My own TLVertex? -[UN-RESOLVED]-

    ok i understand that (but singles are inaccurate?) anyhow the ratio of 1 inacurate

    look at my drawing problem thread please...
  2. Replies
    10
    Views
    1,598

    Re: My own TLVertex? -[UN-RESOLVED]-

    i think the single messes things up(see my second drawing thread problem)
  3. Replies
    10
    Views
    1,598

    Re: My own TLVertex? -[UN-RESOLVED]-

    but those are the problems the singles
  4. Replies
    10
    Views
    1,598

    Re: My own TLVertex? -[RESOLVED]-

    no success

    Public Type TLVertex
    sx As Long
    sy As Long
    sz As Long
    tu As Long
    tv As Long
    End Type
    ...
  5. Replies
    1
    Views
    914

    Re: vb d3d8 here we go again (drawing problem)

    i think its because its a single(floating point?)?
  6. Replies
    1
    Views
    914

    vb d3d8 here we go again (drawing problem)

    i again have a drawing problem.
    when i wnat to draw a tile of the tilesheet it draws the right tile but it also draws 1 pixel in height a difrent tile and it goes off the screen i think i got the...
  7. Replies
    7
    Views
    1,675

    Re: Anti hacking system

    i know a game called SP(Survival Project) and does what he wants though you need to pay for the protection system they use i think.
  8. Replies
    10
    Views
    1,598

    Re: my own TLVertex?

    is there a way to leave out Z? i dont see any flags for it
  9. Re: can't delete a file that was created by wininet (ftp)

    hij is meschien nog open heb je geprobeerd wininet eerst te sluiten?
  10. Thread: Hex color

    by nareth
    Replies
    5
    Views
    844

    Re: Hex color

    thanks!

    Public Function XRGB(X As Long, R As Long, G As Long, B As Long) As Long
    Let XRGB = CLng("&H" & Hex(X) & Hex(R) & Hex(G) & Hex(B))
    End Function
  11. Replies
    0
    Views
    698

    vb,d3d8 getting the wrong heigth

    im not sure why i get the wrong height, the width loads right but not the height

    Let tvBottom = rSrc.bottom / D3DSD.Height
    Let tuLeft = rSrc.Left / D3DSD.Width
    Let tuRight =...
  12. Replies
    10
    Views
    1,598

    My own TLVertex? -[UN-RESOLVED]-

    can i create my own TLVertex like this?

    Type: sx as long , sy as long, tu as long, tv as long: end type

    and would it be useable by dx8?
  13. Replies
    7
    Views
    1,675

    Re: Anti hacking system

    how can that help?
  14. Thread: Hex color

    by nareth
    Replies
    5
    Views
    844

    Re: Hex color

    not in D3DX8 because it uses transperancie i tried using rgb but that failed drawing text so i need a function like
    XRGB(ByVal X As Long, ByVal R As Long, ByVal G As Long, ByVal B As Long)
    'X...
  15. Thread: Hex color

    by nareth
    Replies
    5
    Views
    844

    Hex color

    i noticed D3DX8 uses hex colors in this format: &HXXRRGGBB
    how do i make a function that can create that format with XX in % and RR GG BB in 255
  16. Replies
    1
    Views
    914

    Re: VB: D3DX8; i cant draw text

    figured it out it was the color of the text
  17. Replies
    12
    Views
    795

    Re: Loop within a Loop

    you can have 2 do loops

    Do
    Do
    If X > Y _
    Exit Do
    X++
    Loop
    If A > B _
    Exit Do
  18. Replies
    12
    Views
    795

    Re: Loop within a Loop

    do is faster in one exception for each =]
  19. Replies
    2
    Views
    536

    Re: Casting from string to int

    intRentalPrice = CInt(Val(txtRentalPrice.Text))
  20. Replies
    1
    Views
    914

    VB: D3DX8; i cant draw text -[RESOLVED]-

    why wont it draw text?

    Public Sub Draw()
    Dim Frames As Long
    Dim FTime As Long

    Do
    If Events(QS_INPUT) Then
    DoEvents
  21. Thread: calculator

    by nareth
    Replies
    20
    Views
    1,453

    Re: calculator

    haha i made a very cool calculator :P
  22. Thread: vb : d3dx?

    by nareth
    Replies
    9
    Views
    1,584

    Re: vb : d3dx?

    got it its called D3DX8
  23. Thread: vb : d3dx?

    by nareth
    Replies
    9
    Views
    1,584

    Re: vb : d3dx?

    how is d3dx defined??? Anyone?!
  24. Replies
    2
    Views
    762

    Re: [vb] how come i get 0 fps????

    in other function i putted a debug.print my mistake
  25. Replies
    2
    Views
    762

    [vb] how come i get 0 fps???? -[RESOLVED]-

    Public Sub Draw()
    Dim Frames As Long
    Dim FTime As Long

    Do Until Not IsPressed
    If Events Then
    DoEvents
    End If

    Call D3DD.Clear(0,...
  26. Replies
    40
    Views
    6,335

    Re: [VB6]The keyword Static

    just that it is mising a feature doestn mean you cant call it OOP its like calling a bunny without ears a cat.
  27. Replies
    4
    Views
    581

    Re: need help with screenshots

    strechblt to a difrent picture box and then use savepicture
  28. Replies
    6
    Views
    1,094

    Re: need help with screenshots

    just use SavePicture?
  29. Replies
    6
    Views
    1,094

    Re: need help with screenshots

    ot use GDI
  30. Thread: vb : d3dx?

    by nareth
    Replies
    9
    Views
    1,584

    Re: vb : d3dx?

    say what d3dx object is ?
  31. Thread: vb : d3dx?

    by nareth
    Replies
    9
    Views
    1,584

    Re: vb : d3dx?

    i did . i still dont know what D3Dx is
  32. Thread: vb : d3dx?

    by nareth
    Replies
    9
    Views
    1,584

    Re: vb : d3dx?

    none helped they point out to D3DX but they dont define it(BAD TUTORIAL ) help?
  33. Thread: vb : d3dx?

    by nareth
    Replies
    9
    Views
    1,584

    vb : d3dx?

    http://216.5.163.53/DirectX4VB/Tutorials/DirectX8/GR_Lesson06.asp

    what is d3dx
  34. Re: How do you detect a memory leak??

    ctrl+alt+del look at the MU then run program and close it look at MU again the yshould be the same
  35. Thread: VB: DataArrival

    by nareth
    Replies
    0
    Views
    1,032

    VB: DataArrival

    code it better please!

    Private Sub Client_DataArrival(Index As Integer, ByVal bytesTotal As Long)
    Dim Buffer As String
    Dim Packet As String
    Dim Start As Long

    Call...
  36. Replies
    16
    Views
    1,981

    Re: VB; DX; Object Placement

    cool features.. i will do it must poeple support it nowadays anyway so it gonna be good :D
  37. Replies
    4
    Views
    3,497

    Re: Anybody have a IsHex() function? [Resolved]

    optimized code:

    Public Function IsHex(strInput As String) As Boolean
    Dim I As Long
    Dim J as Long

    If LenB(strInput) = 0 Then
    Exit Function
    End If
  38. Thread: Socket Class

    by nareth
    Replies
    1
    Views
    454

    Socket Class

    somewhere onthe net i saw a scoket class that could replace the std winsock component and it is better(?)

    i cant find it anywhere anymore
  39. Thread: calculator

    by nareth
    Replies
    20
    Views
    1,453

    Re: calculator

    you could try the Scripting Runtime wich can easly do heavy calculating jobs in one line of code!
  40. Thread: Vc++ Dll?

    by nareth
    Replies
    7
    Views
    804

    Re: Vc++ Dll?

    i heard long's are faster because they match cpu or something

    and it shold be long because byte to small..
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width