Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - XVicarious

Pages: 1 ... 13 14 [15] 16 17 ... 33
211
News / Re: TI-84+ prototype photo
« on: August 13, 2011, 09:13:03 pm »
Niiice.

212
Miscellaneous / Re: Where Did Your Name Come From?
« on: August 12, 2011, 11:21:14 pm »
Well... My username has no story. It has two meanings. One that was meant and the other that just happened to be. It was mostly a (very bad) joke between my friend and I... So I got JKAG... Joking Apps and Games. I just used it here. And kinda wish I hadn't used it because I have other better nicknames.
One is Kilmar. Kilmar is a character in a comic I made in 7th grade and then I formed Kilmar Games when I started programming (in Game Maker) and then Kilmar Entertainment when I changed my focuses to more general things. Like a South Park like cartoon (which never happened) and applications and not JUST games.
Then I just decided XVicarious because "vicarious" is one of my favorite words which means to do something through another. Like a parent living vicariously though their child to experience a better childhood through their own children. And I like the letter "X" and it makes it sound cooler.

I now own the domain XVicario.us (clever because I made use of the .us domain extension ;D)

213
Lol I don't even know.  It works like that right now as it is.

214
Okay. So some of you know my program BNDSRM that helps you manage ROMs and stuff. So I have been planning on changing the listboxes to DataGridViews so I can have information in multiple columns. I have an idea how I am going to set it up and how I was going to fill the boxes and stuff, but its like an information overload kinda thing. I can see how I am going to do it, but I just stop and am like... How... How... I don't know.

I am using Visual Basic .NET I started this program in it and I am planning to finish it all the way until v1.0.0 in VB.NET and then rewrite it in C# .NET.

I need help with taking information and filling the DataGridView (4 columns), with the number of the ROM, the Name (of the file minus extension), the size, and the type of file it is (taken from the extension). I have For loop setup to list files in a listbox, looking at it, it looked like I could reuse most of the code but I just gave up after stalling (I have a tendency to do that).

Here is my function for listing the files:
Code: [Select]
    Private Sub ListFiles(ByVal folderPath As String, ByVal exten() As String)
        ListBox1.Items.Clear()
        For Each fileEX As String In exten
            Dim fileNames = My.Computer.FileSystem.GetFiles(folderPath, FileIO.SearchOption.SearchTopLevelOnly, fileEX)
            For Each filename As String In fileNames
                Dim inSlash As Long
                Dim arry = 0
                inSlash = InStrRev(filename, "\")
                filename = Mid(filename, inSlash + 1)
                ListBox1.Items.Add(filename)
                Dim array(0 To 9999) As String
                array(arry) = filename
                arry += 1
            Next
        Next
    End Sub

If you need more info, please ask.

215
Miscellaneous / Re: Types of Cell Phones
« on: August 10, 2011, 04:36:15 pm »
I have an old Palm Treo... 2006 or something... I need a new phone hopefully a droid when I get a job.

216
TI-Nspire / Re: TI-Nspire emulator
« on: August 07, 2011, 08:00:28 pm »
How aboot teh "Nulator"? "Nspire Emulator"?

217
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: August 05, 2011, 10:33:02 pm »
1859: You wonder why the list of signs that you are addicted to calcs and omni is limited to 9001.

218
Humour and Jokes / Re: Drink something.
« on: August 05, 2011, 10:28:00 pm »
I didn't get the first joke right away, mostly its because its more of a verbal joke and I was reading it like "WTF? I..." and then i realized that it was a verbal joke and then I laughed.

219
News / Re: Some changes on Facebook
« on: August 05, 2011, 07:48:42 pm »
The "News" tab on Facebook doesn't work. Gives a "/facebook/ does not exist on this server" and I'd suggest getting a proper SSL certificate because I got a warning about the security. I know it isn't a big deal but other people might have no clue what to do with it.

220
I know that google translate sucks, but what about a Google translate tool that you can choose the language to translat3 too?

221
Miscellaneous / Re: Do you work a job programming?
« on: July 28, 2011, 09:19:37 pm »
I sort of do. I do a website for a teacher of mine. I am doing sort of what SirCmpwn did for that website, but its gonna look the same. its for a koi club with people in it who would probly not know how to navigate the site if i changed it. I am working on a much lighter version, because the current one was make in a WYSIWYG editor making it very... Bloated.

222
Pretty much DJ_O

223
SirCmpwn's video player sin't avaliable yet. He is working on it. Its an extension of the msd8x sound player he picked up.

224
usb8x
msd8x
and SirCmpwn's Video Player and thepenguin77's videoplayer.

225
TI Z80 / Re: Croquette IDE
« on: July 28, 2011, 06:01:56 pm »
Wow. Nice looking, plus its 100% cross platform.

Pages: 1 ... 13 14 [15] 16 17 ... 33