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

Need help with check box problems -

Hi,

Basically i have a form with a load of labels on that have separate checkboxes to the right. what i want to do is be able to go through the checkboxes see which are checked then take the corresponding label to the next "summary style" form.

I'm think that i will have to just use the caption properties of the checkboxes instead of different labels although this would mean a lot of re-writing.

Basically is there a way of coding this as i'd like the checkboxes to stay on the right of the label.

Thanks

Andy

 

Windows 2000 disk check problems. -
I'm trying to check my hard-drive for problems in Win2K, and I get this error message:The disk check could not be performed because exclusive access to the drive could not be obtained. Do you want to schedule this disk check to occur the next time you restart the computer? Is there a


MSN problems and sucks -
Is anyone else having MSN problems right now? Check this error out and tell me it's not bull$hit. check my internet connection.. as I have AIM and VBF working perfectly behind it... riiight...


FTP Problems -
I am having problems trying to FTP a file in DOS from one network drive to another. Sometimes it works fine but sometimes the "put" command just hangs and I have to ctrl-c out of it. When this happens I check the destination network drive and there is a file of the corr


Problems with data grid in ASP.NET -
Hi, I am working on a ASP.NET/VB.NET application and we have two problems with the standard data grid of ASP.NET in our application. 1. When we have multiple pages of values being populated in the grid and the grid has a check box in one of the columns, we have a problem. When we c


Check this out... -
This is my game Tanks. I'm sure some of you, many of you actually, have answered questions about it so I figured that I'd put the exe up if anyone wants to check it out. I haven't worked out all the little details, like changing the turret's angle and if you switch windows you'll sti


[2005] Check box problems -
Ok, so I have this list of 4 check boxes. I've created handlers so only 1 of them can be selected at a time. yes, they behave like radio buttons, but I find them easier to control. Anyway, my issue is as follows. During the game, you can press the numbers 1-4 to select the correspon


Algebraic problems solver online -
Well it seems most people describing their problems on here could do with this to check their algebra (me included sometimes): try QuickMath.com Oh and u don't need to reply to this...


CheckBox Control Array problems -
I have a form that has several control arrays of checkboxes contained inside frames. My problem comes in when I run the form and check the boxes. It seems that when I check a box, I get a check in the box as expected. When I check another box, the previous box goes to a grayed state


Check all drives for a directory.. -
Hi, I'm having some problems, looking to check all drives on system a to z for a specific folder in the drive root. Thanks!


keycode problems -
How do I check for " and ' ? I cant seem to find a keycode for it, and i need to check for those keys. I looked in the help file but found nothing. I am using vb5


so many problems... so little time... -
I need 2 make a game BY TOMORROW. its going to be a dodge the falling objects game. if ANYONE can help me with this, im the screen name PLEASE!!!!!!!!!!!!!!!!!!! Problems: 1.) create objects that fall down screen @ different speeds adn start @ random locations. 2.) check if your ch


hardware boot check -
hi, i looking for a good software to check for problems on hardware on boot like we have the mem86 to check the ram memory can anyone tell me a good software free or comercial that can performe some tests to find some hardware problem? thanks a lot for your help


How can you Add a control at runtime -
hi guyz, special thanks to all who have been solving my problems on VB and to all who have no time to view/read my problems. this is my question; how do u add a control to an application at runtime? for example you want to add a picturebox or a check/text box and you might ev


Hard Drive! -
Im having HD problems the HD is a Wester Digital 20Gig i took it out to check to see if anoter disk was still working and put back in and not wont work . it show in the Device Manager that thier are no problems with it but it wont show in the My Computer and i cant access it at all!


Problems ListView/TreeView -
Hi , I am facing following problems 1.Listview/treeview taking gurbage value for cddrives and floppy. whereas drive is empty. 2.How to check all files,folders and subfolders when a node is checked within treeview. And also I want to know what API I can use for the follow


proxy connection info detection -
I have a problem: I need to detect proxy server settings automatically so that i can make an installation program download files automatically without any problems with proxy servers. I could just ask the user what their proxy settings are, but most users don't know this informa


Need advice on Schedule Program -
I am writing a program that will allow a user to enter in appointments on a schedule. I am having problems with figuring out how to work out the Calendar objects. My problem is this. Each appointment needs a start time and ending time and a duration. I am having problems trying to f


Problems when doing a SUM calculation... -
I am having some problems when doing a SUM calculation in my query. If there is no data what is returned by the call? I have checked for EOF, "", and Null and all of them fail. I know for a fact that my code works because when there is data life is good... when there i


Problems with a passed value -
I have an initial form in wich I have a check box, after that I have a form containing a Crystal Report viewer, in wich I get the check value to show or supress some labels. This is the code: if form1.check1.value = 1 then m_report.picture1.suppress = true else m_report.


XP SP2 and .NET, anyone had problems -
There are 3 developers here, one being moi. I am the only one who has SP2 installed. The other 2 have no problems with checking out solutions from source safe. When I check out solutions then .NET falls over if the solution has a web project in it. The web project fails to loa


HOWTO:Check a user!! -
Hi group, I want to check a certain user. I think he's responsible for a lot (A LOT!) of problems but I cannot prove it. I created an app that checks the files in a direcotry every minute. I want this app to be invisible for this user. What's the best way to install this app?


Need some help with counter and algorythm -
i need some help with my project, this is a task given to me at my college. Project Description: a PacBot mini game. there are random gold scattered in 8x8 tiles. you will be provided with unlimited amount of bots that can only move right and down. everytime you reach the fini


ADODC Problems!!!! (REVISED) Please God Help!!!! -
Could you take a look at my code and see if there is any problems? I keep getting errors when I try to add a record to the database. I would really appreciate it if you could help. One error I am getting is: Run-Time Error '91': Object variableor With block variable not set Als


Multiple CheckBoxes in Word Problems -
I'm trying to set up a Word document that has a whole bunch of CheckBoxes that I can check/uncheck to signify if a individual test case has passed or not. each test case has a pass and a fail checkbox. my problems is this, how do access them generically. instead of CheckBox1, CheckBox2


Dubugger problems -
Hi, I am experiencing some problems trying to get my debugger to function properly. I have set the breakpoints, in my code, before I run my program. The program does not stop where the breakpoints are set, which means that I cannot check the values of my variables. I also notice t


validating images in php -
hi i have a simple form where the user can enter in a url of an image, and then this image is displayed on a page. as of yet, there is no validation to check the url supplied. obviously i need to fix this. i have a few questions and id like to hear your points: firstly, i can do


quick help with "idiot proofing" please -
I have recently been hired for summer help and they want me to create an inv entory program for the ladies in the office to use daily. Well they are not the most computer adapt so I am trying to make as much "idiot proofing" as p ossible. Unfortunatly one of the problems


VSS Problem -
I check all my vb code into VSS and seem to have come across a problem where VSS is corrupting one of my FRX files. I didn't used to have have any problems until I added a new grid to my form and got a new FRX. Now if I check the file in, delete the local copy and then get it fro


Missouri Tornado/Flooding Survival Kit -
Toilet Paper - check Bud Light - check Keystone Ice - check Budweiser - check Red Dog - check Misc. other bottles of alcohol - check Piece of plywood to float the old lady and booze on - check My buddy, Soda Popp (i swear that is his god given name - google


Checkbox Problems -
I have created a Visual Basic application and am using check(tick) boxes. The fields all link into an Access Database, but when I tick one of the boxes it remains ticked and doesn't update the database. I have got check boxes set up in the database. Any help would be appreciated


Serious Problems With Webbrowser! -
Hi! I have serious problems getting setfocus-function work on webbrowser-control. It just won't work. I have tried refreshing both the window and webpage. I have tried to set focus to the form and only God knows what else. Is there any kind of way to set focus on this webbrowser-co


check if an app is running then close it! [resolved] -
From my VB app, I need to check if another program is running on the PC, and if it is, close it. I've read a few bits on the forums and there seems to be two different ways. 1) Grab the window title, and send a close message (how?) 2) kill the process. The second seems to b


Problems with the WH_JOURNALRECORD hook -
I am using the WH_JOURNALRECORD hook to check whether a mouse event (a message between WM_MOUSEFIRST and WM_MOUSELAST) occured anywhere on the screen. The problem is, if the cursor changes its icon for any reason, a WM_MOUSEMOVE message is sent to the window at the cursor position. I


SqlServer problem -
Hi, I am working with Sql Server and encountering following problems: 1. I am retrieve records from a table into a DataReader object. I have to check whether any records are returned or the DataReader object is empty. 2. I am inserting a record(say Name, Address, Phone, etc),


Check some system settings -
I am writing a small app that is used to make sure machines are set up correctly in our lab, and I am having difficulty checking for a couple of items. I need to be able to check these things in Windows 9x, NT4, 2k, and XP. Does anyone know how to: 1. Check to see if the pow


Checking All -
I've a scenario in which I have multiple check boxes. Thsers is a master check box. Clicking on the Master Check Box should check all the other check boxes. Also if the last of the Check Box is unchecked the Master Check Box should also be unchecked. I want this functionali


Check system -
I'm writing an application that creates a check. The application needs to have two forms. The first form should be used to input the check date, payee, and check amount. The second form should be used to display the check. The check should display the check amount spelled out in words.


How to check the flow of windows messages -
I have overrided a winforms datagrid control and added some new functionality... now when Im trying to use it I get problems that both instances is performing the same thing, even though they are separate instances. I talked to an expert briefly, and he said it sounded like both instan


Check Box Used Once -
my friend and i were trying to find out how to use a check box once, or even setting it to be used more than once. can you help me? i've seen in many software, sometimes a message will keep coming up, so it says if you don't want to see this again, check this box......this is what i


Checking all items in the checkedlistbox[resolved] -
hi there... i have a checkedlistbox populated with several items on it and i also have a button "Check All". My problems is how can i check all the items in the checklistbox if i click the button. Means, if i click the button "Check All" all items in the checkeclli