anyone else willing to help with the transl33tor class? I am stumped with the word lists not as external files. The code should be simple enough to substitue the word with one of 3-4 (randomly selected) words. I have been able to read the files, but was stuck when I found that files were to be internal.
I am willing to share the credit for the work that I did, but I haven't ever even made a class in vb.
Originally posted by dglienna anyone else willing to help with the transl33tor class? I am stumped with the word lists not as external files. The code should be simple enough to substitue the word with one of 3-4 (randomly selected) words. I have been able to read the files, but was stuck when I found that files were to be internal.
I am willing to share the credit for the work that I did, but I haven't ever even made a class in vb.
Originally posted by Asgorath Woss ,
the sandpaper has some useless classes
I don't see you contributing any code to rectify that do I?
The joystick class is particularly handy if (like me) you have no idea how DirectX works, the SandWatch is, as you pointed out, built around the QPC. ConsolePal is not useless though.
I realised that the EleventhCommandment might seem a bit unhinged but then so am I
Still only a small library but I'm thinking up a few more ideas for the next build.
Last edited by wossname; Nov 3rd, 2004 at 07:13 AM.
Well, talk about karma. I get .Net in the mail, and find out that sandpaper is the .Net version. I guess I have a reason to install .Net, after all. It just got bumped up on the list of things to do...
The MessageBox problem has been fixed. Wow... I love and hate reflection at the same time. Here is the change:
VB Code:
Dim executing_assembly As System.Reflection.Assembly = New SandpaperProject.MessageBox().GetType.Assembly.GetCallingAssembly()
I had been doing .GetEntryAssembly all along, which is why the image never showed up.
I will post the corrected .VB file later. The only thing you need to do is replace the existing .VB file, let the images remain. Hope you remembered to compile them as "embedded resource."
I've assumed that SandNet will be the assembly name here (assembly name matters in the image retrieving function). If it's not going to be so, change it.
Also, the images can be placed in a separate folder as shown in the ZIP file without having to change the code. So simply create a new folder under the SandNet folder called RMBImages and put the images there. sw33t!
Do you want to add it to the project (the copy I sent you a while back), and then when you are happy the sample's running OK, send it back to me.
Copy your sample folder into the main folder where the other ones are and then open the SandNet.sln and add the sample project to the solution. I think that should do it.
Originally posted by dglienna I've still not installed .Net, but have gotten a lot closer to finishing my VB app. Hope to get to sandpaper in a few weeks.
I don't understand how you can resist installing it. Vb6 is a baby rattle compared to .Net big stick with nails in.
Working to get the VB6 project out for BETA-TESTING. It should be the start of something *BIG*. That will allow time to install/learn .Net, as well as finally get W2003 up and running.