Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

RBCC

@RBCC
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hard Drive search in VB.net
    R RBCC

    I am trying to learn how to search through a hard drive and look for a file extension, is there a tutorial that has been written that shows how to do this? I have a form with a button, and a checkedlist box. I would like to have the program search though a hard disk and output all the files that have the inputted extension. How is this done? What about directories that have access denied error message comes up like c:\system volume information? How do I skip that directory? John:confused: I want how to search hard drives!

    Visual Basic tutorial question csharp help

  • Rotating Dice
    R RBCC

    class dice dim adie1 as int16 dim adie2 as int16 property die1 as int16 get return adie1 end get set sdie1=value end set 'What I am trying to is to make sure that the class is self-contained' ' it can roll the die on the form and count the value of the die private function count_die (die1 as int16, die2 as int 16)as int16 dim total as int16 total=die1+die2 return total public sub getFirstRoll (die1 as int16, die2 as int16)as int16<-- returns array dim firstroll()as int16 redim firstroll(rolls) firstroll(rolls)= count_die(die1,die2) rolls=rolls+1 return firstroll 'test rolls! I am avidly interested in graphics and ado.net

    Visual Basic csharp graphics game-dev tutorial question

  • Checkedlistbox control
    R RBCC

    How do I create the code of a form with two checkedlistboxes and a value for each of the checks. So when the user clicks a checkbox on one form the rest of the check choices become grayed out and the other one becomes selectable and then the user can only pick one of them? John I am avidly interested in graphics and ado.net

    Visual Basic question csharp graphics json

  • Rotating Dice
    R RBCC

    I am building a dice game, with rotating dice. The dice will have 1-6 dots on each side. I am also building a class to play the game, but can't figure out how to send a message to roll the dice in the class without the class knowing about the simulating rolling dice, how is this done?:confused: I am avidly interested in graphics and ado.net

    Visual Basic csharp graphics game-dev tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups