Search:

Type: Posts; User: Anhar Hussain

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Re: [2008] get a controls x/y relative to form

    Sadly I broke it, it doesn't seem to work inside splitframes.

    Anhar
  2. Re: Tutorial: Entering the world of x86 assembly.

    please keep on posting! reading each post with great joy!

    Anhar,
  3. Re: sry....... i am weak with splitting.....but is ez

    as far as I remember the function split is thus:

    an_array = split( [insert string to split], [define your deliminater])

    so say for example:



    public sub splitWords(sentence as string)
  4. Replies
    5
    Views
    843

    Re: Best way to learn C++

    my cheeky suggestion:

    2 reference books at hand,

    internet connection with browser set to google, and alt+tab :D !

    don't bother with trying to read long chapters full of theory stuff and...
  5. Re: Help in Explaining POSIT algorithm (3D maths)

    I am aware of Jonnys work, in fact that was the motivation to start my version, sadly however he's principle is based on the frustrum method which does not do full 6 DOF (does not do y axis...
  6. Replies
    9
    Views
    42,938

    Re: [VB6] 3D Engine In Pure VB

    Hmm, that code looks very similar to the 3d tutorial that I did to make my own "3d" engine in VB, although in my implementation I used "lines" to connect to 3d points to create a "wire frame" cube,
    ...
  7. Re: Help in Explaining POSIT algorithm (3D maths)

    ok, cheers guys, I'll post on those suggested forums.

    hehe if I do get any luck on understanding it, I'll keep you guys posted (if your interested in boring 3d maths like me that is) :D !
  8. Re: Is this even possible? rather challenging..

    wow! super thanks Ellis for all your hard work, its going to take me a while to digest all of that and I'm sure I'll be asking plenty of questions, my plan is to intergrate the Neural network into...
  9. Re: Help in Explaining POSIT algorithm (3D maths)

    damn! :D

    that paper had mathematica code included, I noticed some here know mathematica, I'm wondering if anyone can "reverse" engineer the code to understand it?

    Do you know of any maths...
  10. Help in Explaining POSIT algorithm (3D maths)

    Hi guys,

    I've been doing some background hobby project based on using a webcam to detect 4 IR LEDs their position is then tracked, using the POSIT algorithm it is possible to calculate the exact...
  11. Re: Is this even possible? rather challenging..

    sorry for the late response, here are the icon and bitmaps:
  12. Replies
    7
    Views
    782

    Re: need help with my project

    I'm confused as too exactly what you are trying to do,

    As I understand it are you saying you want to:

    read the data from the file(s), then place the data of each TYPE (eg account, character...
  13. Replies
    7
    Views
    782

    Re: need help with my project

    ok, this is incomplete, hopefully you should be able to finish the rest off yourself:

    you need two listbox, one button, assuming your file is actually called "file.txt" and is in the same...
  14. Replies
    7
    Views
    782

    Re: need help with my project

    Pseudo code would be somthing like this:

    Read each line

    While not EOF {loop bit}

    IF:
    Check case, if case XYZ make pointer XYZ
    Else
    Add item into array = to pointer
  15. Replies
    7
    Views
    782

    Re: need help with my project

    I would make a dynamic array for each type eg [ACCOUNT] [CHARACTER] etc, I would make a pointer variable,

    then I would read the file line by line, each time checking using a CASE statement, if say...
  16. Re: Is this even possible? rather challenging..

    Cool, a BIG thanks Ellis for doing this, here are the initial things (of the top of my Head) the ones left blank I'll get back to you soon:

    (1) Neural Network Toolkit

    (2) Comming soon..

    (3)...
  17. Replies
    5
    Views
    719

    Re: searching in richtextbox

    also see here:

    http://www.vbforums.com/showthread.php?p=2131025#post2131025
  18. Re: Is this even possible? rather challenging..

    Thank you Ellis,

    I look forward to it, I've been playing around as you said using an Imagelist and a picturebox, I've kinda got it to work (no lines yet just icons), but there are issues like...
  19. Replies
    4
    Views
    534

    Re: I Need Some Help With....

    take a look at this:

    http://www.vbaccelerator.com/home/Vb/Code/Controls/Menus/PopupMenu_-_Context_Menu_Demonstration/VB6_Context_Menu_Demonstration.asp
  20. Replies
    9
    Views
    2,330

    Re: get real-time data from nortel pbx

    I've done it in the UK using a normal BT landline (that supports caller ID service) and a very specific Modem (only a rare few modems actually accept UK caller ID) so that works, it gives things like...
  21. Replies
    9
    Views
    2,330

    Re: get real-time data from nortel pbx

    Its possible to get caller ID from normal land lines via a modem, if your trying this on an American phone system its really easy (because nearly all modems support the Bell standard)

    I've managed...
  22. Re: Simple Timer To Let Me Know When Time Is Up

    ok, start a form,

    place three buttons:

    call them:

    cmd_plus
    cmd_minus
    cmd_reset
  23. Re: Is this even possible? rather challenging..

    I'm a medium level coder, my side of graphics in VB is almost nil.

    man I would be over joyed and highly grateful if you knock something up when ever your free, I just need a starting point, that I...
  24. Re: Is this even possible? rather challenging..

    Cheers!

    by the way the image is a paint diagram (not actually) any codes to it, how do I get sprites/icons to appear/ "print" on the picture box (given there x,y positions)

    Also:

    I was...
  25. Re: Is this even possible? rather challenging..

    Hi Ellis,

    I was thinking, that as the mouse hovers over the icon on the work area, a simple test on the mouse move event can check to see if the mouse is over any icons (each icon can have a...
  26. Is this even possible? rather challenging..

    Hello everyone, I have a rather weird request, I've been trying to rack my brains for a solution, but thus far unable to come to any solutions.
    ...
  27. Replies
    12
    Views
    1,088

    Re: How to avoid Database network conflict

    Many, many Thanks leinad31. Just to clear a few points:

    You are completely spot on, my records do indeed contain links to textiles that contain extra data. And these need to be kept in “Sync” so...
  28. Replies
    12
    Views
    1,088

    Re: How to avoid Database network conflict

    Ok, guys thanks for your help. I have had a look, at the concurrent checking code, for now its going to take too long for me to understand/ and implement into my project however I thank you none the...
  29. Replies
    12
    Views
    1,088

    Re: How to avoid Database network conflict

    leinad31 would it be possible to give an example of what you mean?
  30. Replies
    12
    Views
    1,088

    How to avoid Database network conflict

    Hello everyone!
    I hope everyone is well, Its been a long time since I last posted, your help last time made it possible for me to complete the last project! A big thank you to everyone that helped...
  31. Replies
    1
    Views
    394

    Simple Yet Difficult Question

    Hello Vbuser's,

    I hope everyone is well, I'm back again it’s been a long time. Since last time my Major project has been completed and field tested, and now I'm back to make changes to the working...
  32. Replies
    323
    Views
    10,463

    Re: Explosions in London

    Valleysboy said it right first time time round, this is diverging way off topic, and this kind off dissiccusion is best suited to face to face.

    demotivator yes the entire world is aware of how...
  33. Replies
    2
    Views
    499

    Re: How to make TextBox

    I dont know why you would want to make your own textbox, as for Urdu langauge, have you tried changing the font?
  34. Replies
    323
    Views
    10,463

    Re: Explosions in London

    yea I agree with you Valleysboy, I just dont have the time either man, I'm already fallen behind on my Visual Basic project ad i've got a lotta people waiting/depending on it. Its just the motivation...
  35. Replies
    323
    Views
    10,463

    Re: Explosions in London

    Valleysboy, this is a very quick reply as right now i dont have lot of time, later i'll respond in full (to everyone),

    (1) ok, this is the SECOND time that i've had to mention it, you said
    ...
  36. Replies
    323
    Views
    10,463

    Re: Explosions in London

    @ (1) Valleysboy1978, Please re-read my post, the answer is already in what you quoted me on
    (2) Wise man also said "If you dont know your past, you can't prepare for your future", so really its...
  37. Replies
    323
    Views
    10,463

    Re: Explosions in London

    si_the_geek, your are incorrect,

    explanation:

    (1) are you judging the car from the driver? judge the car by the car, as the Christians would say "who are you judging the singer or the song?"...
  38. Re: My big Project, I'm Stuck Part II

    Ok guys, thanks for your helpfull hints, i have now resolved the problem all that was need was

    rs.Find ("myField = '" & Text1.Text + "'")

    notice carefull the ' between the " thats what was...
  39. Replies
    323
    Views
    10,463

    Re: Explosions in London

    This is a very clasical question that has asked many times (and answered over and over), and will be continued to be as long as people do not do their homework correctly, it really should be under...
  40. Replies
    323
    Views
    10,463

    Re: Explosions in London

    First Off my deepest sympathy goes out to the innocent civilians killed in this criminal act of mass murder. And further my strongest condemnation to the person(s) responsible for these act(s) (*1a),...
Results 1 to 40 of 51
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width