cbox
-
Posts
2746 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by Dark Slipstream
-
lol, I am almost done mine, it looks just about the same as thing, being that the first version of mine (using a combo box), didn't work out so well EDIT: Nvm, mine is better constructed. 1) It doesn't have unhandled exceptions (yours has like 4 already) 2) It checks to see if it's actually a gamevariant (your's don't) 3) If you click save, it gets an error, if you click open, cancel it gets an error, if you open a non-gamevariant, it gets an error. Put more effort into it next time, I'm sure superasion would have done a better job.
-
lol, don't forget to add DevComponents.DotNetBar2.dll WMPLib.dll AX... etc. Otherwise the Media Player won't work. PS: I also helped with making him a browser, but he just went and took another one. lol
-
lol, microsoft tried buying yahoo for just about that same amount of money about a year ago. lol
-
I voted for the IPB 3.0, it should be cool. Whoever voted None, that makes me sad face.
-
just those 3 please.
-
I Need: 1 Screenshot 1 Film 1 Film Clip Please post them here, otherwise don't post at all.
-
3 Day Ban. 3 Day Ban 5 Day Ban.
-
I can either show you how to do it manually, or just send you a sample. lol
-
thats better. i give your appearance a 7 now. its alot more spaced / easier to read.
-
Alright, make a new form (test for now), 1) import the DevComponents.DotNetBar2.dll from the References area, open the code for the form (make sure it just has the Public / Private Class and End Sub, no other code. 2) Add extra spaces at the VERY top, and type: Imports DevComponents.DotNetBar Imports DevComponents.DotNetBar.Rendering Imports System.Windows Imports System.Windows.Forms 3)After the Public line, add: i kind of forgot this, if you read this. pm me teamviewer information, and leave it running, when i connect ill talk to you through an open chat/notepad. and fix this line. I've gotten this to work a few times, but it may be unsuccessful in some instances.
-
since this is so, we should remove all areas of Support on the site, seeing that everyone in here that says no is claiming: 1) Too many restrictions - no, you just cant use the shoutbox right off the bat, ***** doesnt even have one. (unless i havent quite found it yet.) 2) If the C-Box is the most informative thing there is, we dont need support sections, since everyone doesnt even use Tutorials or Support, they just ask us at the top.. instead of doing what the rest of us do, READ.
-
//////Add custom items help!!!!!!\\\\\\\
Dark Slipstream replied to sillybob123's topic in Help Desk
okay, I can offer you some help while i am still here, (unknown remainining time left) or later on tonight. this was posted at 4:45 PM Estern Time. I can teamview you and troubleshoot with you, send me a private message, this way i know you are here, and we can sort this out real quick. -
Introduction to Programming
Dark Slipstream replied to SmokiestGrunl's topic in Coding / Development
ah, at least now it makes a little more sense.. lol -
it's kind of all over the place. you should make it more visual basic like.. like put the code in vb, take a picture, and crop the code, and post the picture.. you have it all over the place. Thought - 10/10 Appearance - 3/10 Creativity - 7/10 Idea/Conception - 8/10 Overall nice idea, more effort into appearance could help.
-
Start -> Run -> msconfig If you have SP3: -> Goto the second last tab, and untick them all. (Except maybe the audio driver / antivirus) -> Goto the third last tab, check off 'Hide all Microsoft Services', and then remove the ones that look suspicious. Tell me how fast it loads now.
-
yea, i agree with this. it should require 50 posts, like lax said. PS: how can we unban from the shoutbox, without the notepad picture.
-
resipes - not even a word. recipe - that is a word, if this is what you are refferring to. I am creating a vb tutorial, since alot of people are asking me for help. I will start off with some real basics, then get into simple stuff, basically touch on GUI / Properties section / basic coding in the first 10 (2 documents) to start off with, then start with more advanced stuff, like embedded resources, and other things. PS: I am creating this by myself, do not offer to help, because then it wont be entirely mine. I want to be greedy here, its mine.
-
Introduction to Programming
Dark Slipstream replied to SmokiestGrunl's topic in Coding / Development
lol, ok 'Programming' C C+ C++ C# Flash Java HTML PHP which are you referring to, seeing that your picture phails to load. -
//////Add custom items help!!!!!!\\\\\\\
Dark Slipstream replied to sillybob123's topic in Help Desk
pfft.. anyone who cant answer his latest post, i laugh at you. lol. Ok, all you need to do is: (if im off by a bit, im sorry, i dont have visual basic here..) -- name your bar TAB under the button code: TAB.Controls.Add(TextBox1.Text) As far as I know, it should work. -
i said the 360 because I always wanted to play Halo, it is great. i like its Online experience more than the PS3, the Wii is also fun, but I wouldn't buy something like those 2 consoles for that amount of money. (400+ for a PS3.. wow, it has worse games than the 360.), the Wii, nice job on the motion sensors, how long has that been available..... the 360 has hundreds of games, faster game loading, better Online experience. and overall more popular. the PS3 does have a built-in Blu-Ray, but its game load takes almost 3x as long as a 360, the way you insert the games, i give them props for that. Their online may be free, but it isn't looked after as much as XBL. I vote the 360.
-
<BR><BR><BR>Nobody use this last one.<BR><BR>In real life you can send your computer in (pay for shipping, obviously), they will repair your pc, let you make sure it works, and then you pay them, paying ppl over the internet before they fix it, they can ruin your pc, or install spyware to gain access at a later time.<BR><BR>Among other things, any hardware modifications can be done by yourself, it's as simple as taking the card out, and putting a new one in.
-
nah, you can make an AIO that can run embedded programs, using code i have at home that uses 'extractApp' and 'runApp', but i cannot get it atm.. so do it where you include it in a folder. lets use 1 folder for now. folder = name that you gave to that folder. app.exe = name of the '.exe' file that you wish to execute. you can approach this two ways. 1) Process.Start("folder\app.exe") System.Diagnostics.Process.Start("folder\app.exe") - This can be used for troubleshooting... 2) Shell("folder\app.exe") Shell("rundll32.exe url.dll,FileProtocolHandler folder\app.exe") - This can be used to handle files, where it never gives an error, it may display a system message, but no vb error.
-
lol, open the folder that contains the .dll resources (you need to show it), and delete the AxHost, or what ever is the media player control. delete the media player control, re-add the control, and rename it to what it was called before. voila. btw, you need to carry the .dll around with the program to have it work, even if it was installed on your system.
-
//////Add custom items help!!!!!!\\\\\\\
Dark Slipstream replied to sillybob123's topic in Help Desk
that.. made.. no.. sense.. please explain more thoroughly, with some better grammar for some help.. lol. If you are looking for a way to create a context menu in VISUAL BASIC or the WINDOWS Context Menu, state so. If you are trying to create a Sub-Menu (Cascaded) just like WinRAR, I don't have a clue there. Adding individual buttons is easy as hell, open the '_ROOT\*\shell\' in registry, Add 'New Key' in shell, name it what you want it to be called, then add 'New Key' to that key you just created, and under (Default), set the value you want it to execute when you click that button (lets say C:\), then it'd open the C:\. I posted the code to my Right-Click Context Menu, feel free to use that to do what I have stated above. *Note: I do not know the answer to creating a 'WinRAR similar' menu. -
360 here.
×
- Create New...