Search:

Type: Posts; User: wiz126

Page 1 of 13 1 2 3 4

Search: Search took 0.13 seconds.

  1. algorithm for solving for groups that add up to a number in a 6X5 block

    I have a table (looks like this but the numbers might move around)



    A B C D E F
    1| 6 100 120 140 100 100
    2| 120 100 80 ...
  2. Replies
    16
    Views
    1,338

    this window genuine is getting me pissed

    Ok so i bought Office 2007 Pro just a few months back, thats pc was crap so i throw it away. I just got my brand new HP (which i was very impressed with) and i installed my office again. When i...
  3. Re: How can you call a function whos name is stored in a variable?

    Actually VB only requires you to provide it with an object that holds it, that can be a class, a module and a form.

    Here is an example how you would simply run it off your form.


    Const...
  4. Thread: List Box

    by wiz126
    Replies
    7
    Views
    1,015

    Re: List Box

    thats the only one. If you are looking for a good looking try searching Planet Source Code there jsut about anything you are looking for.

    alternative you can make one yourself, using user control.
  5. Replies
    3
    Views
    1,169

    Re: [2005] dll to work with mIRC's $com

    By default a .NET dll does not need to be registered with the OS like previous DLL's and regsvr32. In fact I am pretty sure you can not register it with regsvr32.

    However I did try to register it...
  6. Replies
    4
    Views
    974

    Re: Timer Problem

    Ok, once you place a timer in the application and look at the properties you should see a property call Interval

    The interval propery is in miliseconds, if you want the timer to get triggred every...
  7. Thread: overflow in VB6

    by wiz126
    Replies
    18
    Views
    5,398

    Re: overflow in VB6

    Diffrent Data types can hold diffrent things, you need to know what it supose to hold.

    Example:

    '0 to 255
    Dim Data As Byte
    '-32,768 to 32,767
    Dim Data As Integer
    '-2,147,483,648 to...
  8. Replies
    3
    Views
    1,169

    [2005] dll to work with mIRC's $com

    I made a dll to work with mIRC. in my computer I am able to run it like I should, the problem is when i gave the dll and tlb to a friend he couldn't run it because mIRC could not register it.
    ...
  9. Replies
    2
    Views
    444

    Multiple Networks

    I have a laptop running Windows Xp Professional Edtion With Service Pack 2
    I have a computer running Window Xp Pro with sp2.

    I have a Workgroup on my main computer and its connected with 3 other...
  10. [RESOLVED] Drawing an image on top of another

    NVM found my error
  11. Replies
    8
    Views
    1,261

    Re: Image And Text, I can't Mix, Why?

    I could try using a GET mothod (really long address, but it will work).
    I just thought there is an easer way of doing such a thing.
  12. Replies
    8
    Views
    1,261

    Re: Image And Text, I can't Mix, Why?

    I see where you are going with it (I thought about it before posting), But It will get me into problem #2.
    You want to place the code in page1.php and have it loaded into page2.html....

    But,
    My...
  13. Replies
    8
    Views
    1,261

    Re: Image And Text, I can't Mix, Why?

    hmm <img src="URL"> ?
  14. Replies
    8
    Views
    1,261

    Re: Image And Text, I can't Mix, Why?

    I know its a bit messed up (lol) but
    Hmm, How do I make the image show up in my page?
  15. Replies
    24
    Views
    1,453

    Re: Printing Speeds

    Before even going into VB, You said that your prints takes something like 30 seconds when other apps. The first thing that came to my main si, what is the printing qulity? Since Its mainly text/log...
  16. Replies
    8
    Views
    1,261

    Image And Text, I can't Mix, Why?

    Ok the php code works perfectly fine on its on. Once I place it in an HTML page, It not longer works. How do I intergrade the code into my html page to make it work? (Do I need to have another...
  17. Replies
    2
    Views
    567

    Re: it doesn't work in function

    WOW I am dumb! I forgat the
    global $contents; I have waisted a whole 30 minuts on that crap! and all the problem was a line i forgat.... thank man
  18. Replies
    2
    Views
    567

    [RESOLVED] it doesn't work in function

    ok My code doesn't work when its in a function, yet it does when its not why is that?

    This Works:


    $handle =...
  19. Replies
    6
    Views
    635

    Re: Cookie code, whats wrong?

    I see, Thank you
  20. Replies
    6
    Views
    635

    Re: Cookie code, whats wrong?

    Can you explain a bit more?
  21. Replies
    6
    Views
    635

    Re: Cookie code, whats wrong?

    that is correct, and thats why I placed this code:

    header( 'refresh: 0; url=/1/' );

    I just realized that my code works perfectly fine when its on a page of its own. but once I copy and past...
  22. Replies
    11
    Views
    985

    Re: Possible or Not ?

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vb98/html/vbmthPopUpMenu.asp
  23. Replies
    11
    Views
    985

    Re: Possible or Not ?

    First make a form's menu using the Menu Editor, name it menu1 and uncheck the visible option.

    now go to your Label

    Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single,...
  24. Replies
    11
    Views
    985

    Re: Possible or Not ?

    1) You could try using the popup menu function for this too.

    Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    PopupMenu menu1
    End Sub

    2) no, you...
  25. Replies
    6
    Views
    635

    Cookie code, whats wrong?

    whats wrong with my cookie code? I am pretty sure my code SHOULD work 100%, yet it doesn't.....

    <?php
    if ( $_GET["RSN"] == "" || $_GET["RSN"] == "null")
    {
    $username = $_COOKIE["TipMeName"];...
  26. Thread: internet...

    by wiz126
    Replies
    3
    Views
    498

    Re: internet...

    Check this: http://www.vbforums.com/showthread.php?t=384076 (look at the second post)
    Using the Webbrowser control
  27. Thread: Post Race!

    by wiz126
    Replies
    68,909
    Views
    18,137,086

    Re: Post Race!

    whats going on?
  28. Replies
    6
    Views
    666

    Re: auto end-process?

    can't you just disable it? , if it starts when the computer loads did u try removing it form the Startup Folder?
  29. Replies
    8
    Views
    634

    Re: Text from Form to Form...??!!

    You might want to consider declaring the variable in a module (Right click in the treeview -> add Module)
    writing something like this.
    Public txtWord As String

    and you can set what txtword is...
  30. Re: [RESOLVED] redirecting by radio button checked

    well, no i didn't really resolved it. I found an alternative solution..
    I just rewrote the code in php... lol
  31. Replies
    3
    Views
    670

    Re: insert controls on the fly

    Option Explicit
    Dim mytxtbox(100) As VB.TextBox
    Private Sub Command1_Click()
    Dim i As Integer
    For i = 0 To 100
    Set mytxtbox(i) = Controls.Add("VB.TextBox", "mytxtbox" & i, Form1)
    ...
  32. Re: redirecting by radio button checked

    ops i kinda messed up in my code, website 1 and website 2 are not the same... sorry about that
  33. Replies
    11
    Views
    926

    Re: "$" &

    what code do you have now?
  34. [RESOLVED] redirecting by radio button checked

    Ok, this is what it supose to do; You would check the radio button you want hit the Next button and will be redirected to a page. The script does just what I want with one problem, when the page gets...
  35. Replies
    6
    Views
    608

    Re: Help please (Date)

    Harsh Gupta's does that exactly.

    sum is the the total of all the values

    Private Sub Form_Load()
    Dim count As Integer
    Dim sum As Long

    For count = 0 To List1.ListCount - 1
    sum = sum +...
  36. Replies
    3
    Views
    547

    Re: 2 questions about windows genuine

    I was thinking about the EULA (which by the way skiped...) .... Its kinda long....
    http://www.microsoft.com/windowsxp/sp2/proeula.mspx - thats the one for xp pro
  37. Replies
    3
    Views
    547

    2 questions about windows genuine

    ok this have been bugging me for a while now.

    Lets say i am buying the new Windows Vista Ultimate Edition
    I install it once on my computer and its genuine. Here is where my question fall into...
  38. Replies
    4
    Views
    528

    Re: Blocking 2 websites, possible?

    Found it......
  39. Replies
    4
    Views
    528

    Blocking 2 websites, possible?

    I have a linksys router connected to my computer. There are 2 more computer connected to the internet Via my router . Is there any way I can block to website from the other computer useing my...
  40. Replies
    4
    Views
    642

    I hope this works

    http://www.defensetech.org/images/mthel_test.avi

    Give it a few secs to load.. Might take as much as 2 minutes

    I hope this thing will work. It can really proof to be good in Israel.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width