Search:

Type: Posts; User: ekeak

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    979

    Thanks, sorry I started this stoopid post....

    Thanks, sorry I started this stoopid post. :rolleyes:
  2. Replies
    11
    Views
    979

    Any recommendations as far as a learning path?...

    Any recommendations as far as a learning path? There are plenty of books, but I was wondering how I can go from beginner to near expert (freelancer). I know probably the first 10 chapters or so, or...
  3. Replies
    11
    Views
    979

    Question: How to succeed in programming?

    I'm just wondering how you go from basic programming knowledge to freelancing. I am from the U.S., obviously can't make as much as most people in India but I have tried, time and again, to break the...
  4. Replies
    2
    Views
    935

    non repeating random list

    There's plenty of snippets that return a set of non-repeating random numbers, but how to I get a series of numbers that aren't even close to each other? like, 50 apart. For example, 100, 161, 110,...
  5. Replies
    2
    Views
    756

    Showing text between two strings

    Private Sub txtBible_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtBible.TextChanged
    Dim Substring As String
    Dim Substring2 As String
    Dim...
  6. Replies
    2
    Views
    492

    Very Simple Question

    How do I access a file located directly in my bin folder via a relative file path? For some reason I couldn't find this on google.
  7. Thread: Picturebox help

    by ekeak
    Replies
    0
    Views
    401

    Picturebox help

    Hey, I'm getting fired up for my first programming class, already have a little experience but am looking to make a simple game of tag. Here's what I've got:

    Public Class Form1
    Private Sub...
  8. Replies
    1
    Views
    673

    Stock Info (General question)

    Anyone know a code snippet where I can get stock quotes of specific stocks in the nasdaq? I know the two main ways are through excel or a microsoft office database, but the last thing I studied was...
  9. Replies
    0
    Views
    6,795

    Card Counting Trainer [Exe]

    I wrote this program for fun in Visual Basic.NET 2008. Please leave constructive criticism only, thanks.
    http://www.sendspace.com/file/y3hwq6
  10. Replies
    1
    Views
    555

    Trouble with datagrid

    Hi, my name's Jack (alias ekeak) and I'm having trouble displaying data from a .mdb file in a datagrid. The snippet I'm using is found here at...
  11. Replies
    1
    Views
    622

    Looping through array list

    Hey, I'm making a card game and I want to try and design my own card deck. I realize this is a long post, but I would appreciate it if you at least read through it as I've been working on this...
  12. Replies
    6
    Views
    823

    Trying to check for numbers in a listbox in order...

    Trying to check for numbers in a listbox in order to create numbers 1 to 52 for a deck of cards. (Non-repeating random numbers) In order to do this I have to create a sentinel-controlled loop, so it...
  13. Replies
    6
    Views
    823

    Selecting All Items in Listbox

    How do I express, in the code, all the items in the textbox? So far all I could come up with was this:

    Dim x
    Me.Listbox1.Items.Item(x)

    But it isn't working.
  14. Replies
    9
    Views
    1,921

    Re: Problem with non-repeating random numbers

    ty, but I want the user to click a button for the next hand.
  15. Replies
    9
    Views
    1,921

    Re: Problem with non-repeating random numbers

    Dim RandomNumber As Integer
    Dim Random As New Random
    Dim usedNumbers As New List(Of Integer)
    Dim a As Integer

    For x As Integer = 1 To 52

    Dim...
  16. Replies
    9
    Views
    1,921

    Problem with non-repeating random numbers

    Why is my application messing up? I'm trying to make non-repeating random numbers and then insert them into a listbox. Check my code out:


    Dim RandomNumber As String
    Dim x As Integer

    ...
  17. Replies
    1
    Views
    542

    Ordered Random Numbers Question

    Dim intNumber As Integer
    Dim arrNumber(0 To 51) As Integer
    Dim i, x, y As Integer
    For x = 0 To 51

    Start: Randomize()

    intNumber = Int((52 * Rnd()) +...
  18. Replies
    3
    Views
    611

    Re: Logic Error (Please help)

    now see here sugarball you're getting to rough
    see this teacup's cracked enough

    I think to me the code would describe enough.
  19. Replies
    3
    Views
    611

    Logic Error (Please help)

    I know I have a logic error somewhere in the code, but I don't know where. The code is as follows:


    Public Class Form1
    Dim Value
    Private mLastImageLoaded As String

    Private Sub...
  20. Re: [2008] Making more than just a Clickonce app

    no? sure?
  21. Re: [2008] Making more than just a Clickonce app

    ahh, ty. But before I get into inno is there any third-party software that will make my Application Manifest into a .exe file?
  22. Re: [2008] Making more than just a Clickonce app

    what third party software would this be?
    Thanks :afrog:
  23. [2008] Making more than just a Clickonce app

    How do I make more than just a clickonce app? I have read the help file on publishing, but all I get when I use the publish wizard is a Application Manifest and a setup file that only lets you...
  24. Re: Status bar and back and forward options for web browser

    where can i find the documentation? Thanks.
  25. Re: Status bar and back and forward options for web browser

    How can I do this again? Please the exact code, in the
    code box. Thanks.
  26. Re: Status bar and back and forward options for web browser

    Uh could you post that in code please? I'm too much of a beginner to understand that w/out looking through some tutorials. And that could take hours. This is for my first project.
  27. Status bar and back and forward options for web browser

    How do I make a status bar follow a web browser, and also a back and forward option for the web browser? (with code)
    Thanks,
    Ekeak.
  28. Replies
    6
    Views
    942

    Re: Basic Code for Buttons

    ok thanks
  29. Replies
    6
    Views
    942

    Basic Code for Buttons

    Hello, ekeak here
    I was just wondering how I could get a button to make the typical vb webbrowser change web pages. It is your typical web browser. Anyway, please post if you know the answer. My...
Results 1 to 29 of 30



Click Here to Expand Forum to Full Width