Search found 21 matches

by lonestar888
Mon May 29, 2006 5:50 am
Forum: Cafe
Topic: Your website Thread
Replies: 479
Views: 171688

Another one of my site. (If you want a free website, PM me)

www.RedWolfCafe.com
by lonestar888
Mon May 29, 2006 4:13 am
Forum: Cafe
Topic: Windows Media Player 11
Replies: 19
Views: 1899

DAMN it. I only have a V. 1 copy of windows(The type of windows they give to companies) So I can't use it.
by lonestar888
Sun May 28, 2006 3:42 pm
Forum: Cafe
Topic: Favorite Mod
Replies: 21
Views: 1577

Iron_forges banshee in zanzibar was the best mod ever(becuase it was the first halo 2 mod ever).
by lonestar888
Thu May 25, 2006 1:54 pm
Forum: HEK General
Topic: were..
Replies: 1
Views: 339

were..

Were is thre a downlod for Sapien
by lonestar888
Sun May 14, 2006 5:06 pm
Forum: Cafe
Topic: Your website Thread
Replies: 479
Views: 171688

RaVNzCRoFT wrote:
lonestar888 wrote:www.GFXevolved.com
Some pretty active members at that forum... :roll:
It is more than a forum.
by lonestar888
Sun Apr 30, 2006 8:19 am
Forum: Programming
Topic: [VB 2005] Making your app choose multiple options.
Replies: 11
Views: 1564

The opacity code is wrong.

Like this:

Code: Select all

If TrackBar1.Value = TrackBar1.Maximum Then
  

Else
  Me. Opacity = "0." & TrackBar1.Value

EndIf
by lonestar888
Sun Apr 30, 2006 8:15 am
Forum: Discussion
Topic: Cheater/Matchmaking Modder list
Replies: 46
Views: 35161

1 M0D 4 2MONTH
by lonestar888
Sun Apr 30, 2006 7:59 am
Forum: Cafe
Topic: Your website Thread
Replies: 479
Views: 171688

TA EDIT
by lonestar888
Fri Mar 17, 2006 2:15 pm
Forum: Hardware & Software
Topic: Why am I getting this error message?
Replies: 7
Views: 1003

No vetrics added, taken away
by lonestar888
Thu Mar 16, 2006 7:16 pm
Forum: Hardware & Software
Topic: Why am I getting this error message?
Replies: 7
Views: 1003

Image


I know, it sucks, I was just testing out this program, I have never modeled before.
by lonestar888
Thu Mar 16, 2006 2:51 pm
Forum: Hardware & Software
Topic: Why am I getting this error message?
Replies: 7
Views: 1003

All I did was vertix strech. No vertecies added
by lonestar888
Thu Mar 16, 2006 2:34 pm
Forum: Hardware & Software
Topic: Why am I getting this error message?
Replies: 7
Views: 1003

Why am I getting this error message?

Image

I am trying to inject a model with HMT.
by lonestar888
Mon Mar 13, 2006 7:53 pm
Forum: Programming
Topic: Reading A String
Replies: 2
Views: 693

mostly towdrs the end of the file
by lonestar888
Mon Mar 13, 2006 7:07 pm
Forum: Cafe
Topic: The Official Rant Thread
Replies: 15264
Views: 1346284

I hate when you look in the refrigerator, and there is a apple, and you pic it up, and on the other side, it is all black and deseased.
by lonestar888
Mon Mar 13, 2006 1:46 pm
Forum: Programming
Topic: How would I compile sulotion?
Replies: 4
Views: 1023

please be more specific
by lonestar888
Mon Mar 13, 2006 1:11 pm
Forum: Programming
Topic: How would I compile sulotion?
Replies: 4
Views: 1023

YES! i need a .exe, how would you get a .exe?
by lonestar888
Mon Mar 13, 2006 12:43 pm
Forum: Programming
Topic: How would I compile sulotion?
Replies: 4
Views: 1023

How would I compile sulotion?

When you publish a app on your desktop for example there is: setup.exe and a few other files, how would you compile it so there is one icon, like dothalo, enternet explorer... this is for vb 6.0
by lonestar888
Wed Mar 01, 2006 2:36 pm
Forum: Programming
Topic: VB screwed up! need help
Replies: 1
Views: 469

VB screwed up! need help

I have been working on a modding program for a while now. I open VB and I copy+past the code from notepad(I keep it there for resons) and I hit F5 and a normal fourm pops up, not my program, just a fourm. PLEASE HELP!
by lonestar888
Fri Feb 24, 2006 6:49 am
Forum: Cafe
Topic: Post your art pad drawings!
Replies: 194
Views: 15271

by lonestar888
Thu Feb 09, 2006 2:51 pm
Forum: Programming
Topic: need help
Replies: 3
Views: 782

Public Class Form1 Private Sub ProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProgressBar1.Click ProgressBar1.Maximum = 100 ProgressBar1.Minimum = 0 ProgressBar1.Value = 1 If ProgressBar1.Value = 100 Then ProgressBar1.Value = 0 End If End Sub End Class Is that...