Zavior Posted October 20, 2003 Share Posted October 20, 2003 This is basicly a help thread, this thread is to ask questions like so... How do I program the extra buttons on my keyboard like the internet button, movie/music button. Btw my computer is Windows ME. If someone answers my question they get to post a help post, so on and so on. It could really be helpful! D. Link to comment Share on other sites More sharing options...
Samuel Dravis Posted October 20, 2003 Share Posted October 20, 2003 I think that you have to have the drivers specific to you keyboard, then just go to Control Panel/ Keyboard. Link to comment Share on other sites More sharing options...
Zavior Posted October 21, 2003 Author Share Posted October 21, 2003 Say's nothing in Control Panel/ Keyboard, If this helps my keyboard is compaq model SDM454OUL Link to comment Share on other sites More sharing options...
Joetheeskimo Posted October 21, 2003 Share Posted October 21, 2003 For those of you who know Visual Basic... How do I display a certain MsgBox depending on a variable's value? I'm trying to write this code (variables are in bold): [b]score[/b] = [b]one[/b] + [b]two[/b] + [b]three[/b] + [b]four[/b] + [b]five[/b] + [b]six[/b] + [b]seven[/b] If [b]score[/b] = 1 Then MsgBox "Message" If [b]score[/b] = 2 Then MsgBox "Message" ..and so on. Can someone help me? Link to comment Share on other sites More sharing options...
Samuel Dravis Posted October 21, 2003 Share Posted October 21, 2003 select case score case 1 'msgbox code case 2 'msgbox code case 3 'msgbox code case 4 'msgbox code case 5 'msgbox code end select I don't really know what you want with it, but this is smaller... Link to comment Share on other sites More sharing options...
Zavior Posted October 21, 2003 Author Share Posted October 21, 2003 *still waiting for reply for question* Mebbe this should be stickied? Link to comment Share on other sites More sharing options...
Joetheeskimo Posted October 21, 2003 Share Posted October 21, 2003 Originally posted by Samuel Dravis select case score case 1 'msgbox code case 2 'msgbox code case 3 'msgbox code case 4 'msgbox code case 5 'msgbox code end select I don't really know what you want with it, but this is smaller... What's with the ['] before msgBox? 'msgbox?? Link to comment Share on other sites More sharing options...
Samuel Dravis Posted October 21, 2003 Share Posted October 21, 2003 see if the driver's any of these: link Link to comment Share on other sites More sharing options...
Joetheeskimo Posted October 21, 2003 Share Posted October 21, 2003 Answer my question plz? Link to comment Share on other sites More sharing options...
Darth Groovy Posted October 21, 2003 Share Posted October 21, 2003 Good grief Joe, be patient, maybe nobody knows the answer yet?! Link to comment Share on other sites More sharing options...
Samuel Dravis Posted October 21, 2003 Share Posted October 21, 2003 anything after a ' in vb is a comment. add your code where I commented out the msgbox. Also, if you could give a little more info on what you're trying to do with it, I would probably be able to be more helpful. You could also look at the VBCity.com forums and ask there. They are very helpful. Link to comment Share on other sites More sharing options...
BCanr2d2 Posted October 21, 2003 Share Posted October 21, 2003 Originally posted by Domo-Kun This is basicly a help thread, this thread is to ask questions like so... How do I program the extra buttons on my keyboard like the internet button, movie/music button. Btw my computer is Windows ME. If someone answers my question they get to post a help post, so on and so on. It could really be helpful! D. Try here, it is on the HP site, since Compaq and HP merged, see if this helps http://h20015.www2.hp.com/en/document.jhtml?lc=en&docName=bph06267 Link to comment Share on other sites More sharing options...
Joetheeskimo Posted October 22, 2003 Share Posted October 22, 2003 Thanks Sam. D you want me to send you the .frm file to look at, or should I ask someone at the forums? Link to comment Share on other sites More sharing options...
Zavior Posted October 22, 2003 Author Share Posted October 22, 2003 how do I create new npc's in JA to spawn or change my player model to? Link to comment Share on other sites More sharing options...
Samuel Dravis Posted October 22, 2003 Share Posted October 22, 2003 domo-kun - go look at this thread. joe - the forum is probably the best idea. post it in the VB newbies section if its just a simple problem. you can upload your code to their server, and then they will be able to tell you what to do (in detail). Thanks for the vote of confidence, but I'm not really all that great of a VB programmer... Link to comment Share on other sites More sharing options...
Joetheeskimo Posted October 22, 2003 Share Posted October 22, 2003 Thanks! Link to comment Share on other sites More sharing options...
Samuel Dravis Posted October 23, 2003 Share Posted October 23, 2003 I have a question too: How do I get text to look 'embedded' in a image? I am using PSP 7.04. I just want the text to look as if it were chiseled into the background. Link to comment Share on other sites More sharing options...
RoxStar Posted October 23, 2003 Share Posted October 23, 2003 Originally posted by Domo-Kun Mebbe this should be stickied? Stickies are things that every swampie should see. Not your computer-ignorant problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.