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

1 form 2 uses - Move/Delete -

On my page i have a form called 'files' and atm, when there are an array of checkboxes checked, the form is submitted to itself, and the files are deleted.

NOW. I want to use the same checkboxes and the same form, but to do a Mass move of all the files. But i am not sure how to do this...

Help?

 

Delete OptionButton! -
How do I delete an OptionButton from a Form? Please note that I don't want to make it invisible or using the Move method, move it to such a position so that it can't be seen on the Form. Neither do I want it to be disabled. I just want to delete/remove it from the Form. EDIT: Act


how to have 1 form with 2 submit buttons -
hi all, how do you make 1 form with 2 submit buttons? I can show the buttons, of course, but how to handle the code? I have a form that contains a number of items with checkboxes, and when the user clicks Delete button, the checked items will be deleted. It's no problem because I c


Move next. Move Previous.... in asp.net -
Please tell me the coding for move next, Move provious, Move Last, Move FIrst, Delete methods in asp.net.... I connected the database.... I have filled the dataset... I dont know how to do this methods in asp.net... Please help me in this... Regards karthik


None of my objects on one form can be moved -
Opened my vb6 project this morning and I can't move any of the objects on one form only, other forms are ok. All the text boxes, checkboxes and pictureboxes on one form are frozen while I'm in design mode. I can delete them but I just can't move them. Did I accidentally change a pro


1 form 2 uses - Move/Delete -
On my page i have a form called 'files' and atm, when there are an array of checkboxes checked, the form is submitted to itself, and the files are deleted. NOW. I want to use the same checkboxes and the same form, but to do a Mass move of all the files. But i am not sure how to do


Is this a virus -
Hi all, I hope this is the right place for this question. I usually hang out in the vb forum so you can let me know if it needs to go somewhere else. Anyway I got one of those forwarded emails today with about a hundred recipients and it had 5 attachments. I have Norton installed an


How to Move the FORM -
Hello, VB Experts! Do any of you know how to MOVE THE FORM no matter what Resolution is used? I mean sometimes if I use 1152x864 to move a form(in code, me.move),then whenI changed it to 1024x768 then the form is disappeared!!!! How do I fix this problem? Thank you, Tom


DELETE PROBLEM - Cannot DELETE after ADDing new record or UPDATING -
Have a small problem here...very minor but a pain nonetheless. Is anyone aware of any issues that would cause this problem: If I open my form, browse through my records, and select a record to delete, and press Delete, it deletes no problem. I can add a record, and it Insert


ADO Positioning question -
This is not critical. But maybe someone who is proficient in ADO recordsets can help fine tune my program. It's connected to an Access table. I'm trying to delete the last record in the dataset. I have the following code: RS1.Delete If RS1.EOF Then RS1.MoveLast End If What


Can not move or resize controls on a form. -
In a VB6 project, on most of the forms I can move and resize the controls, but on one form I can not. I can add and delete controls to this form, but once they are one the form I can not more or resize them. I assume this is some property of the form, but I can't figure out what it i


move record from one form to another -
Hi My question is how to move record from one form to another form of the same database (two different tables of the same database). For now I do like this: I open both forms and do form2.text2.text=form1.text1 etc... after this I delete the current record of the form1. Result is OK b


Moving a form hasn't a colored top-titeled -
I need to move my form as follow i mouse_down any point on the form then move the mouse then mouse_up after that the form is being moved or any other ,all i need to move a form has no title( the most upper in the form ) and thank you


find all elements in a form -
I have a form and there are some buttons, textboxes, listboxes, etc. Now have a custom mousepointer like a hand to move something. When I move over the form and hold down the mouse button, I want move all elements either up or down. Should look like I move something inside the


2 forms moving together -
Hello guys, I would like to know, what should I do, to make 2 forms (that are not mdichild) to move together when I move on of them? For example: Form A is beside Form B. If I move Form A, Form B will move together keeping itself beside Form A. Thanks for your time, Kaitem


Making a child form not move within a MDI form -
How can you make a form not move within another form. I have created an Outlook type toolbar and I wish for it not to move within my MDI form. How is this done? Thanks in advance, Jeff


Form Move Event -
Hi, what event fires when you move the form around the screen? I've noticed there is no Form_Move. What I'm ultimately trying to do is have one form which I can move, but I want it to also move another form in unison with this form. Thanks!


move and delete in a list -
I would like to integrate "move up", "move down", "rename" and "delete item" functions to a list. So I would like to know what code to use to find out which item is selected in a listbox. For the rest I think I can manage... Thanks for your ans


Move a form without the top bar -
Hi! I've created a form with its top bar (the one with the close button and others...) and as now I can't move my window, I would like to know if there's anyway to move that form (once it's executing) with clicking on it and moving it. I mean, I want the same functionality you have


Form1.borderstyle=0, How can i move the form -
Hi This will be a little hard to explain.. When i make the borderstyle form the form=None..Of course then i'll can't move it..But i have a code that move the form but not the way that i want it..My code is move the form directly like the Real Player program or the form in Windows X


Move Fixed Border Form -
Hi, I have a form which has a borderstyle of fixed single. I have removed the controlbox and set caption to nothing so that I don't have a title bar on my form. How can I move around my form by clicking anywhere on the form and dragging it? Is this possible? Form.Move? Thank


Delete a program that is running -
I have a program X1 that is running and it is in c:\A\X1.exe X1 verify that exists a newer version in c:\B\X1.exe X1(old) must delete himself from X1, move X1 from folder B to folder A, start newer X1 again and finally unload himself. The idea is a program that verify on load th


Move a form -
Hi, all. I wanted to move a form around the screen with my own custom code. I can already move the form, but on slower computers, there's a "drag" effect on the screen as the form moves that messes everything up. I would like to try the Windows 98 method of moving a form,


Using frame to link another form -
hey everyone. I've been searching around for help but wansn't able to find anything, so i decided to make an account here and ask for help. So uhm, while searching i found similar topics but nothing i was looking for, what i would like to do is link, for example, "Form 2&quo


Event 'form.move' --> this is tricky.... -
Hi everyone, I was wondering if there is an event which handles like a 'form.move'. I'd like to make one form 'dock' to another form, but - I don't know when Form1 is moving/moved, so: - I ALSO don't know when to move Form2 by code... Does anyone has a solution to this prob


Move My Form! *resolved* -
I have Boarderstyle set to none, and I want the ability to move my form around. Is there any way to have an object on the form, when clicked, moves the form, like how you can move a window by clicking on the top "Titlebar."


Where's my form -
How can I know if my form has move? There's no move event with the form. And I don't want to use a Timer control to watch if the form as move. Thank's everybody


datagrid selection to get the data -
I have a datagrid which during the run time displays the records from the db. I have an edit and a delete button in the form. My user is going to move the cursor on a particular record and then click the edit button. when he does so, i want to pass a parameter to the respective forms


Can't delete controls. -
I have created my first .net project and have added a bunch of controls to the form just to check out how they work. Now I am trying to delete them and I am finding the delete option (along with all other options except View Code) is disabled and the delete button does not do anything


can now delete cookies, how about moving then -
I have finally found out how to delete a particular cookie from the temp internet cashe, but has anyone got an idea of how to move a particular cookie from the temp internet file to another folder, and move it back again at a later time?? Any help, pointers or even better an example


Excel cells in VB -
I am trying to delete cells from the middle of a spreadsheet in VB, but need to move the other cells below up, I am currently doing this but on occations some cells move to the right or left. The code im using is: Excel.Cells(R,C).Delete How can i standardise


1 Form move another follow..... can do that -
Guys, what is the event that the form will trigger, when the user click at the top blue panel of the form and move the form around? I hope to make another form bind to a location of that form...


Form positioning .......... -
Hi, I'm a relative newcomer to VB and have a problem that I am struggling to solve. My program needs to display a form for a minute and then 'unload'. During the 'display' of the form, the users can (and often do) move the form to a move convenient area of their screen. Unfortu


Move a File or Delete a File -
Hello, I know how to copy a file by using "filecopy ,source, destination", however I do not know how to delete the source, once it is at it's destination. Could someone give me some simple code to delete or move the source file? Thank you.


Move my form -
Hello everyone. I would like to know how to move my form around the screen when I click on an image. I made my form border style to "None" and I made my own skin for it. I put a image to the top of the form (usually where the control box is) and I need it to move my form arou


Move File needs to Overwrite also [VB6] -
In my code I need to move a file from one folder to another, this is how I currently do it [and it works great except for...] Code: 'Move Zip File to History Folder Name sLogPath As sHistoryPath + "\" + stodayLog So the only problem I have is if the file already exi


ADO Error on a number field -
I get an error when i delete an entry in a number field. I'm using an Access 2000 Db with an ADO control. Basically, just made up a form using the VB data Wizard! The trouble is i get an error message if i delete an entry in a number field and try to do an update or move to anoth


Controlling positioning of a floating form -
Hi, I have what seems to be an easy problem, but I cannot figure out a solution. I am loading a form on top of my main form. Is there a way that I can control the form so that the form does not move when you move the parent form (main form)? Thanks in advance.


move controls from one form to another -
I got assigned to make an application to collect a lot of data via data entry, and while creating it i reached a limit on controls allowed on a form... this form uses a tab control so i want to load each set of controls onto each tab when needed. How would I move controls from one


Move a small form -
I have a small form on my screen with diagrams in it, I was wondering if it was possible to move the form without having to go up to the blue bar at the top. What I would like see to click anywhere on the form and be able to move it. Thanks for any help.


[2008] Move windows form without borders using image -
Hey Guys, I'm not sure how to move a windows form when it doesn't have any borders. I did find a script online that allows me to click anywhere on the form and it will drag, but this isn't exactly what I want as I have several pictureboxes that draw rounded borders at the top. So I