Hi, this is my first exposure to vb.net. I have created a form...set the locked property to true,
however the form still moved at runtime. How can I prevent it from moving???
I have unloaded a form with the unload command, however when I try to reload the same form with the load command I get an error message :- run-time error 364 object was unloaded.
can you help? Thanks in advance.
bob.g
Hi Everyone, I am a new programmer trying to access a table
called "CUSTOMER DETAILS" in MsAccess. the code I have already is:-
Private Sub LOGINOKBUTTON_Click()
Set dbase = New ADODB.Connection
Set dbasers = New ADODB.Recordset
dbase.CursorLocation = adUseClient...
Hi everyone, can somebody please help me in achieving the following task. I have got a variable in my flash5 program, trying to pass it to my PHP script using the code below:-
loadVariablesNum("check.php",_root,"POST")
my textbox in flash has got a variable called check...
Hi everyone, I have a text box instance named:- inputbox1 set to input Text with a variable input1. I have also got the following code attached to the text box:-
onClipEvent(load) {
input1 = 0; // initialising the text box which worked
}
onClipEvent(mouseDown) {
input1 = ""...
does anyone knows how to get the following movie clip code working in a button:-
onClipEvent(enterFrame) {
if(nIntervalCount > 20) {
makeABall();
// make new item between every 11 and 15 frames
nIntervalCount = Math.randomBetween(5,9);
}
nIntervalCount ++;
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.