Search:

Type: Posts; User: Mr.Joker

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,064

    Re: Srand inside function

    When I use this function it give me result as (first numbers):
    8 1 2 3 4 5 6 7 (if you run application you'll see that numbers take almoust always that same order.
    It's same with letter. Last 3...
  2. Replies
    2
    Views
    1,064

    Srand inside function

    I am new when it comes to C programming so I tryed to use random number inside some function and it doesen't work. Then I tried to use that random number as parameter from function. But the random...
  3. Replies
    1
    Views
    865

    Math algorithm

    I can't make application that will find The lowest common denominator and the greatest common divisor for n numbers. So basicly, application must take all numbers someone input then find the greatest...
  4. Replies
    1
    Views
    6,830

    Access hover of navigation

    Is it possible to gain access of :

    #nav li:hover
    I tried many thing but none of them work. I want to change css property of nav li:hover .
  5. Replies
    0
    Views
    1,069

    Coding website

    I know HTML and CSS but I think my coding knowledge is not that good. Maybe I can make something look ok, but I think I have a lot of mistakes. For example here is Website:...
  6. Replies
    1
    Views
    1,308

    Comapre jQuery

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">...
  7. Replies
    2
    Views
    2,016

    Re: Compare paragraph text

    I have something like this:

    <div id="footer">
    <p id="copyright">All rights reserved © 2013 Design4U</p>
    </div>
    Of course, footer div is inside main div. So, how I get text from this paragraph?
  8. Replies
    2
    Views
    2,016

    Compare paragraph text

    I have paragraph with class copyright. Now, I want javascript to take that value and do compare. For example
    If value of paragraph is not equal to Some text then alert something. I looked on...
  9. Replies
    3
    Views
    1,300

    Re: How smart you are

    Yes, the game it's funny. I like the idea he had when you change url from false to right, in moment i thought, that's it but then there was message like: You think it's going to be that easy, go back...
  10. Replies
    3
    Views
    1,300

    How smart you are

    URL: http://notpron.org/notpron/
    The webaite os created to see how smart you are. There are more then 100 ridlles. Usefull hints: Look at source code for hints, change URL sometime to solve problem,...
  11. Thread: Tabs in vb

    by Mr.Joker
    Replies
    3
    Views
    628

    Re: Tabs in vb

    Thanks so much.
  12. Thread: Tabs in vb

    by Mr.Joker
    Replies
    3
    Views
    628

    Tabs in vb

    Question is quite simple. I want to learn how to make cool looking tabs as avast does or any programmer. I don't want default tab look, it's too ugly. Is there a way to change the tab look, the white...
  13. Replies
    3
    Views
    869

    Re: My.Settings Name

    The idea was created so user can use application after i finish it. So i have listview and 4 collumns in it. Username, password, email, webaite url. When user store what he want, and click save...
  14. Replies
    3
    Views
    869

    My.Settings Name

    Ok, I managed so far to understand how my.settings work but here is new idea I want to manage. When user enter a value (name) I want visual basic to create same name string in my.settings . So if...
  15. Replies
    7
    Views
    5,391

    Re: My.Settings Listview Add

    Wow. Amazing how this work. :D Thanks.
  16. Replies
    7
    Views
    5,391

    Re: My.Settings Listview Add

    Ok, here is the problem:
    Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ListView1.Columns.Add("Username",...
  17. Replies
    7
    Views
    5,391

    Re: My.Settings Listview Add

    It is string collection but what type I should change in settings?
  18. Replies
    7
    Views
    5,391

    My.Settings Listview Add

    How can I add items from Listview with My.settings ? The items from cells are strings but I am not sure can my.settings data type should be string or something else?
  19. Thread: Storing Data

    by Mr.Joker
    Replies
    5
    Views
    764

    Re: Storing Data

    I don't have much knowledge to say where I want to save it. You guys know the ways where programmers mostly store informations from application. :D
  20. Thread: Storing Data

    by Mr.Joker
    Replies
    5
    Views
    764

    Storing Data

    Hello everyone. My question today is how can I store data that user enter. What I mean by that? After the application close, I want it to remember user data. For example, he enter some values in...
  21. Replies
    1
    Views
    2,286

    jQuery hover border color change

    I have some navigation and now I want to change border-color of hover. For example I want to change:
    #nav ul li a:hover border-color with jQuery. How to do that since this doesen't work:

    $("#nav...
  22. Replies
    5
    Views
    918

    Re: Drawing with points

    Ohhh, I see the point. Soo, I just enter coordinates, and it start to draw lines as I said {A,B,C,D} . So it goes, A-B, B-C, C-D, D-A ,Rright?
  23. Replies
    5
    Views
    918

    Drawing with points

    I am learning some basics about drawing in VB and it's going quite good. I understand how to create a pen, how to draw a line, rectangle, triangle , polygon etc. But there is one thing I just can't...
  24. Replies
    7
    Views
    896

    Re: Someone have simple solution?

    Don't know, since my English is not on that lvl, don't understand the word as scope. :)
  25. Replies
    7
    Views
    896

    Re: Someone have simple solution?

    I found more simple solution. My friend helped me out:
    Public Class Form1



    Dim qLevel as integer = 0



    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
  26. Replies
    7
    Views
    896

    Re: Someone have simple solution?

    Can you explain me how to do that with scope? :)
  27. Replies
    7
    Views
    896

    Someone have simple solution?

    Ok, maybe it will sound wierd to ask this since I wrote the code down, but, I don't understand how it work. I am coding a testing application (for learning only) and the application ask several...
  28. Replies
    38
    Views
    10,395

    Re: AndAlso OrElse operators

    Okey again, thanks so much :D
  29. Replies
    38
    Views
    10,395

    Re: AndAlso OrElse operators

    Thank you. I was reading allready from there :D .
  30. Replies
    38
    Views
    10,395

    Re: AndAlso OrElse operators

    Thank you both guys, I finalyyy got this. Again, many thanks.
  31. Replies
    38
    Views
    10,395

    AndAlso OrElse operators

    Can someone explain me what is the difference betwen And and AndAlso. And the difference betwen Or And OrElse.
  32. VS 2010 Re: Trying to Allow for a text box to accept only numerics and must have 5 digits

    Or just remove the .Length part? It's same. As you can see from this example:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Dim...
  33. Replies
    11
    Views
    866

    Re: Syntax question concerning an if statment

    I dont' understand how it can catch a duplicate. What do you mean by duplicate? Can you explain that a bit better?
    Alsooo, what is wrong with my code , don't get it yet? Yes, I used this:

    If num1...
  34. VS 2010 Re: Trying to Allow for a text box to accept only numerics and must have 5 digits

    I looked at code kind a bit fast but I think you still tried to make it look on your way which cause the problem. You have code like this:
    If Not IsNumeric(txtCorporationID.Text) Then
    ...
  35. VS 2010 Re: Trying to Allow for a text box to accept only numerics and must have 5 digits

    May I see SS of code you use and can you tell me the version of VB u use.
  36. VS 2010 Re: Trying to Allow for a text box to accept only numerics and must have 5 digits

    Can't be. Maybe you coded wrong.
    http://s17.postimage.org/l2sh3yur1/2012_11_30_002406.jpg
    http://s17.postimage.org/x5xsrj5t9/2012_11_30_002419.jpg...
  37. VS 2010 Re: Trying to Allow for a text box to accept only numerics and must have 5 digits

    I gived you the asnwer. :)
  38. VS 2010 Re: Trying to Allow for a text box to accept only numerics and must have 5 digits

    Hello there. I would solve your problem on this way:
    Dim i As Integer = 5
    If IsNumeric(TextBox1.Text) = False Or Len(TextBox1.Text) < i Then
    MessageBox.Show("You must enter...
  39. Replies
    11
    Views
    866

    Re: Syntax question concerning an if statment

    Hello there. I would solve your problem like this:
    Dim num1 As Integer = 2
    Dim num2 As Integer = 3
    Dim num3 As Integer = 4
    Dim num4 As Integer = 5
    Dim yes...
  40. Replies
    6
    Views
    787

    Re: Qustion about book

    Damn @techgnome , that's one huge post. :D Yet, I have read everything and you gived me perfect answer, so far. I can't explain how thankfull I am (not sure I wrote that right). Just thanks again,...
Results 1 to 40 of 143
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width