o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Need help with cutting/pasting my code -

Hi,
Thanks all for helping me with my game so far.

I've made a small board game which includes player one only (inc code as well for him to help with making code for player 2).

I've also set up player 2's icons and labels etc...but not sure what code to make for him to work in the same way

I’m sure that most of player 2’s code can be cut and pasted from player 1’s but I’m not sure which parts.

How can I make player 2 work in the game?

If it's not possible is there another easier way I could include a 2nd player in the game.

(.zip file is in my other post which has 90% of the game completed) . Just look for rastin if there is any problems finding it.

Hope this can help and many thanks again.


Rastin

 

Cutting and pasting objects in run time -
Hi. I dont know what to do (at vb5.0). I have some objects that I use many times in the same form (an ocx control that I use to put on it other objects: images, picture box, etc). They appears in a sstab control. The matter is that I just want to make the controls one time and cu


I need some graphic help!!! -
I am trying to past a full page of text. I tried cutting and pasting to a text box, but it would not allow all of the text. I was pasting into the text property. I tried to paste directly to the textbox control but was unable to do it.


Visual Basic Keyboard Scripter -
I am constantly cutting and pasting into VB 6.0. Is there a utility I can put some common code, copyright and disclaimers into and hot key it into my code. Thanks Phil St. John


Annoying IDE issue - has this happened to you -
When editing code, did you ever notice that the shortcut keys for cutting and pasting (Ctrl+C, Ctrl+X, Ctrl+V) stop working? The problem is resolved when you reboot ...


Applications in an MDIForm (API more than likely required...) Desperate for help!.. -
Is there any way that I could run an application (shell command), but simply locate it in an MDIForm??? (Keep in mind this picture is just a good example of 'cutting & pasting', so don't assume that I already know how to do it)


*** RESOLVED *** "Re-useable" modules -
Hi, If I created a module in a vb app, and want to use that module in another app, is there a way to use that same module in the other app without cutting and pasting code? Thanx.


disable datachanging trough mouse -
How can i disable end uer from not copying ,pasting and cutting data through mouse clicks.its urgent


Cutting and pasting between apps -
I have a VB form with bound controls looking at data in an Access97 Database. However, when I copy any of the data to paste into Word I get garbage. If I do it straight from the Access database its OK. How can I resolve this??


Excel URGENT! -
Can you using or not using VB scripting cause people to not be able to cut and paste cells throughout a workbook? We are having serious problems with locked and password protected files suddenly having "#REF" all over the place due to someone cutting and pasting data in...


disable cut and paste -
Hi, I have some combo boxes where I do not want people to enter any data except what is in them. I thought I had this covered. In the KeyDown event I have Code: Private Sub cboPosition_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyUp Or KeyCode = vbKeyDow


Wave Editor -
Does anyone have a program/code where you can take a wave or mp3 file and programmatically split the file into smaller files of the same type? I have used Roxio Sound Editor to cut and paste a graphical waveform but it cannot cope with cutting and pasting large sections of the file.


Place code next to Cursor -
Hello, This is something that I've been wondering for quite some time now. Let's say I have the cursor (caret, whatever the thing is called that blinks) set in the middle of my code. When I double click a control, for example, a picturebox, is there a way to place the click ev


What is a Boolean -
Hi, My VB 6 help isn't working so I couldn't find an answer - says I have to install MSDN library or something. I also tried a search on this board but couldn't find a simple answer. So what's a boolean? It's something I've been cutting and pasting throughout my project, but I'


Pasting into a RichTextBox -
Guys, how might I go about programmatically pasting into a RTB please? Also, is there any way of launching a mail item in OE and pasting into that, I doubt there is since there's no OE object model, but you never know.


Array of Command Buttons in.Net -
I am creating a Windows Application using VB .Net 2002. In VB6, you could create an array of command buttons by simply cutting and pasting. In .Net this does not seem to work. What is my alternative? (I prefer to do in design mode) Thanks.


Bebo Whiteboard -
Hey. On www.bebo.com - there is a whiteboard that you draw on using ffART. I think it uses flash of some sort. I want to know is there some way of cutting and pasting something onto the whiteboard?? id appreciate any ideas


capture database from 3rd party web site -
I would like to capture just the names and addresses of a list of consultants from a web site i use fequently and put them in a database for ease of use. Is there a tool or bot that anyone has that could do this? or any other suggestions? cutting and pasting seems to be the long


swithcing contents of an SSTab to another SStab -
Greetings, I'm using SSTab, and I need to make it so that tab 1 has the contents of tab 4. So far there has not been an easy way to do it. Any cutting and pasting just pastes over the whole tab, and I don't feel like creating every object in tab 4 all over again in tab 1. It s


Cut And Paste problem -
I have a problem that involves cutting and pasting into a text box. I have a TextBox_change function that doesn't get called when i use cut and paste. My question is, how do i catch the use of the cut and paste option so that my program can do what it needs to do when the contents of


Disabling Mouse button -
Can I disable the right mouse button when it is moved over the Webbrowser control? My intention is to prevent the user from cutting and pasting the contents in the webbrowser and also to prevent from seeing the HTML source. please help. I am desperate. Sunithi


Cutting and pasting controls -
There are a number of controls in my form, various textboxes, labels, combos, and so on. Now I've decided to place all of them inside a frame so, I've created the frame, selected all controls ctrl/x'd and then ctrl/v'd inside the frame. Now, for every control it is asking me for a new


Need help with cutting/pasting my code -
Hi, Thanks all for helping me with my game so far. I've made a small board game which includes player one only (inc code as well for him to help with making code for player 2). I've also set up player 2's icons and labels etc...but not sure what code to make for him to work i


Holding Front Page -
I have several macros that work very well for what they are intended to do, but they look messy as the user can see all the various actions being perfromed. i.e. in excel they see cutting and pasting or new sheets being added. It's not a major concern and in some cases is a bonus as th


Can I use VB to combine access databases -
I have a large amount of data that I have to manage in an Access database. I have to add data 400 entries at a time that is downloaded manually from a data aquisition system at remote locations to my laptop and then I have to figure out a way to add this data to the database on the se


copy and pasting of menu items -
Can somebody come out with some simple elegant code for copying menu items (with codes if possible) from one module and pasting it in another ? Pl help.


cut, copy, paste, help and other newbie stuff -
Hi guys! I want to add an "Edit" menu in my menu bar of my application. I just want to add basic stuff like cut, copy, paste, and maybe undo too. All my controls are textboxes and combos, so i'll just be cutting and pasting strings and text. How do I go about implementing


[2005] Stupid toolStrip control -
I have added this ToolStrip control to a form, I did not do anything unusual with it, I was just adding items and images to the item when it started behaving oddly, that is it becomes invisible when I remove the focus from that control, it is only showing when I am selecting it with th


Ascii capture via RS232 port -
Greetings I am currently using HyperTerm to collect data sent via the com1 serial port. The data is sent in ASCII format is is fine for what I need. Cutting and pasting the data after its in Hyperterm is a major pain in the butt. I would like to find a module or script that I


Text boxes - Stoping Pasting -
Hi Does anyone know how to stop someone pasting into a Text control? Thanks a lot /Nick


How can I print the modules/Form's code from VB IDE -
Hello I've tried for several days just simply print the Form & Module code from the VB6 IDE,by simply cliking the print Icon on the toolbar, but all I got from the printer were several blank pages, with the name of the module + page number like:"frmMain -3" at the upp


Education Budget Cuts -
Since California is now in even worse debt, it was decided that all new teachers at my school were going to be laid off effective next school year. Also, they may be cutting the school year by 5 days and cutting section (aka classes) off of next year. However, my school seems to hav


VC++2003 odd behaviour -
A colleague of mine is creating a Windows Forms app with VC++2003 (Standard edition) A problem has occured wherby if he adds a control (eg a Label) to one particular form, the IDE creates the definition of it in the .cpp file instead of in the .h file as it is apparently supposed to


Pasting text from webpage to Richtext box -
Is there a way to save the formatting (bold, italic) of the text I copy from a website when I'm pasting it into a rich textbox? Something like how in Microsoft Word when you paste something it pastes it with the saved format? (I'm using Visual Basic 6)


copying and pasting a form -
is there a quick way of copying and pasting a whole form (including code within the form load) to another form, without needing to select every element of that form. Thanks for any assistance.


How do I take data from a text file and... -
I have a huge list of information that is in a standard text file. I am using visual studio 2008 and using the database designer. What I have is a database table that has 3 colums. Topic, Keyword, Notes. What I want to do is take all the information that is in the text file and


Converting from Access to VB -
Hi guys, I work for a software house, and we have a lot of Access database applications that we distribute to our clients. We are considering upgrading all our software to VB6. Currently, our applications consist of two entities - an Access front end and an Access datafile. I was wo


Disabling the clipboard(paste feature) in windows forms -
Is it possible to disable pasting anything into a windows forms textbox from the clipboard? I have disabled the Ctrl-V, and right-click mouse options, but haven't been able to disallow the Shift-Insert option. By toasting the clipboard, I figure that any possibility of pasting i


Prevent Pasting into Textboxes -
Is there a way to prevent pasting into a specific TextBox? I'm only going to need it for certain textboxes on a form, so I don't want to clear the clipboard or anything like that. Thanks.


another Excel 2K VBA question -
Hi, I've seen alot of posts on "how to cut and paste", but I actually want to prevent it. We have a worksheet that gets changed by multiple people. Although I've taken steps to lock and protect the worksheet, the borders around the cells still keep getting rearranged or re


Accessing a web service from a web page -
Hi Folks, How do I reference an instance of a web service (proxy class) from an aspx page. Im actually using the Dataservice, dataserviceclient example from the SDk's ASP.Net Web Services samples. Im trying to get them running myself. Ive created the dataservice web service as a proj