Check is app on XP -
What is the easiest way for my program to detect to detect if it running on XP? I use the environ function to detect the path to the windows directory but on XP there is no winnt folder.
What is a reliable way to check this...
thanks
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
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.
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
using check boxes with the treeview -
Hi,
I'm using a tree view control in VB.NET to display the directory structure across all my disk drives. This I have done successfully.
Now, I'm also using check boxes on each node. The idea being that if I check one of the boxes then every check box lower down in the hierarc
Check box asking -
I use checkbox. I set the value as check. But I don't want user tick the box. How to do that instead disable the check button? I want the check remain.
DataGrid Problem Screen Pic Add -
Problem is when we click on check box value change
but effect of these changes in DataTable after execution of
CurrentCellChanged(object sender, System.EventArgs e)
Evenet
We have just Two check boxes First check Box value Update when
cursor Move to Second Check Box .How we
Changing column check box header into check box -
Yet, another question
I have a datagridview with check box column in it. How can I change the column header into check box? The check box header will function as a check/uncheck all checkboxes.
Thank you very much..
[2005] check box wrapper -
I would say nice things about anyone who has a check box wrapper allowing me to place a red check box if something is wrong and a green if its right.
basically, i'm testing for errors in a file. 4 areas are tested. if a test passes the check box is green. if it fails the box gets n
How to lock the checkboxes in a listview -
Hi,
I have a listview that represent the list of some data. This listview is just for the reading. I don't want the user be able to modify any data directly in the listview.
For a better look, I put some checkboxes in one column. I use the thread http://www.vbforums.com/showthre
ASCII extension -
I have this code, which i want to alter to output az, A-Z, 0-9,
and the ( - ) . I was wondering how Iwould do this. Here is the code :
Private Sub Timer1_Timer()
Dim Speed As Integer
Dim Check As Integer
Time = Time + 5
For Speed = 0 To Slider1.Value
Password =
Regarding condition to see if check box is checked or not -
Hello Ppl..
Strangely this is not working....where check is the checkbox name....
if me.check.value = 0 then
..............................................
elseif me.check.value = 1 then
....................................
end if
it is going directly to end of sub program
Check Spell check is complete using word -
I am using word's checkspell. I want to check whether the user has checked the whole document. If the user click's on the cancel or close's the spell check dialog then the application should notify the user that spell check is not complete... How can i track the spell check is complete
Vb Project with AccessDatabase Check box's -
Hello everyone, thank you for your help on my other topics!
I am trying to make a small program that holds customer inforamtion, and i made some check boxs, such as, basketball, baseball, softball, and volleyball..
so when you are searching through the records i wanted the ones t
[2005] Checkbox help... -
hi, i got confused with my check box....
i have checkbox for my feedback system in my assignment..
i have more question and every one question i 4 check
checkbox1 No Satisfaction
checkbox2 Neutral Satisfaction
checkbox3 Satisfied
checkbox4 Very Satisfied
my problem h
check box as indicator -
in my app, i've got a check box placed on a command button. the command button displays/hides a large text box used for entering/editing client notes. if there are already notes, the check box is checked, if the notes are empty, there will be no check
all of this works fine, but I
blank cell to activate selection of a check box -
hi,
do you know how i can make a check box automatically selected, after a certain condition is fulfilled, i.e. if i have an empty cell, i would like the check box unselected, if i fill in the cell with text, #s, i would like the check box checked.
I am talking about a check box from
check mark deselection -
In this program i am writing i have multiple check marks that are basiclly the same excpet they do slightly differen't functions, and for user friendlyness i made a section were you select on check mark and all the other checks are also selected, but when i deselect that check mark all
CheckBox1 -
When adding a check box do you have to intially declare it prior to 1st run of code after adding a check box?
I have just added a check box to a user form and VBA didn't recognise it. I declared it as a variable and suddenly VBA recognised all the lables, check boxex and associated
check and uncheck checkbox -
if you have 2 check box. Everytime when u click on the check box it will save the value of the check box u just click on.
check box 1 (checked)
check box 2 (Checked)
so now i got a string with checkbox1, checkbox2.
Say after i checked both of them then i come back and decid
Irrititaing Check Box -
I have two check boxes. Clicking on the first one will select the complete array of the 2nd check box and vice versa. But the problem is when I'm unchecking one of the 2nd check boxes it ends up calling the check procedure for the first check box which results in unchecking all the che
Check if website exists -
Hi,
I want to create a form, that run throught all url's in my "members" table, and check if the website actually exists.
Reason is that the data capturer's here did not check this when they captured.
My capturing application check if it's a valid url (regex) but that's ab
check for PC on LAN... -
can I check for a PC on a LAN?
I use this right now
If Dir("\\pcname\drive\etc",vbnormal) = "" then
to check if a file is there. (Auto update feature)
if the server is down...it takes a LONG time to test that...is there a faster way to check ??
thanks
check one and check all check box and delete--script -
hi
I want to use a check box to select records to be deleted and delete the selected records. how can i do this..please direct me
thanks
keats
How to check for character -
Hello, i need to check the character whcich the user input. For eg: I got email add, then need them to enter the full address of the email, then i need to check where the @ sign exists.
So how do i check? Can pls give mi some codes, i need this urgently. Thanks all the kind souls out
check box no click event -
Why doesnt asp.net have a click event for check boxes?
I NEED a click event...
the click change event doesnt fire when i click a check box on my asp page...
Just like a button click i need a check box click..any suggestions...
I need to be able to click on a check mark and ha
[2005] Did you say something -
Hello,
I'm making an auto-responder for MSN Messenger, and now I want to check if someone is talking back, if he does, my program can also say something back. So I need to check how much conversations are open, and then check if they say something, if they do, focus on that conversa
Web Browser control, Dynamic Checkboxes and VB -
I have a web page I create on the run thru vb depending on certain files. For each file I put a check box. I have no way of know how may files there will be so I don't know how many checkboxes to use. So how could i check each check box? Is there a way to setup the check boxes in t
Check for new file (Date) -
Hi group,
I need to check a dir with 2 files. The name of the files are always the same:
File1.xls
File2.xls
I need to check if there is a newer version of the file, so if the file was replaced.
How can i check if a new file was put in the dir? How can I check the creation d
Check Boxes in DataGrid -
What do I need to do to get a check box in a Data Grid?
I set the format Property to Check Box but it just shows a 1 for True.
Computer Maintenance -
I need to know if there are good programs that I can buy that do the following for my clients.
1. Check if their hardrive is going bad.
2. Check if memory is going bad.
3. Check if there are any other hardware issues.
Simle check -
Hi I am trying to check usrID and password againt to the MDB file.
Is it possible to check with Data control?.Please post example code if you have.
Regards.
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
[2005] Field Check -
I keep screwing this up and it should be simple...
I have a text box and it can only have the following entered and and I need to verify that this is the case:
0001 thru 0009 - specifically 4 digits, if I check for 1-9 then it's not 4 digits
ALL - upper case is handled by the t
Printing a check -
If you had to print out a check, how would you do it in visual basic.net? The check will have to look a certain way, with the appropriate background image and addresses, Is that something you would create with crystal reports?
Thanks for any input you may have!
Iterate through Check Boxes -
Hi all,
I have added a number of check boxes on my form and all the check boxes are added dynamically at runtime.
Now I need to iterate through all check boxes and get their name property. I used a foreach loop but the iterator isn't coming inside the loop and check boxes are re
automatic selection of a check box -
hi,
do you know how i can make a check box automatically selected, after a certain condition is fulfilled, i.e. if i have an empty cell, i would like the check box unselected, if i fill in the cell with text, #s, i would like the check box checked.
Is it possible to do this in e
Recursion Check -
I have an item with a name, which runs a recursive routine. Part of that execution involves the possible 'running' of other items of the same type.
I need to check that the recusion is not infinite (i.e. an item will never run itself). The nesting is unlimited.
Is there an effici
how to make only one check box checked from an array of controls -
Hi,
I have an array of controls of check boxes and i want to check only one checked box at a time.When user clicks one check box,other clicked check boxes must be un-checked automatically.Please guide me soon.
Regards,