Hi All, Happy New Year to all. I want to add Command button in MS FlexGrid. Please provide me code or web site address which will help me. Thank u. Chintan...
hi group, do any one know whether there is any limitations in webbrowser control in vb 6.0 ? if there is a firewall or proxy or anything like that can we...
hello all, I need help pulling the accountexpires field from a Active Directory user account. I'm able to connect to the account with no problem but I cant...
to run the batch file which is in c:\program files\myfolder, i tried to run it by using wshell, but its not executed as the folder contains spaces.. do anyone...
Hi, Can you please tell me how to Capture Windows Function Keys Globally in VB. Example - My VB application has a form which has a media player control. I...
As pointed out by many, the F1 and F2 keys are reserved by many applications (included the operating system) for help and other events. Your users will not be...
... From: "Anchoori" <anchoori@...> To: <vbhelp@yahoogroups.com> Sent: Friday, January 02, 2004 5:12 AM Subject: [vbhelp] Reg :Shell ... to run it by...
Hi, The Question I posted here is not for making an application for amusing any User by pressing F1 and F2 keys as pointed out by one Don Roberts. If Don...
Hi, I dont want to USE A TIMER to capture Function Keys. THE REQUIREMENT is Generally any piece of code should work Globally with a Function key pressed as...
I am working in vb and excel I created on MS-Excel sheet now I am giving that sheet to user where user can enter the data but I want to protect the header line...
As far as i know..Only limitation is that the user needs to have IE4.0 or above installed. Proxy is handled automatically. Satya ps .. im cool about your...
Hi Santhosh, ... I don't think you understood his statement. He said your users would NOT be amused if F1 and F2 did not work as they were designed to. Which...
Hi Shawn, This is your group and you are obviously quite free to make whatever rules you like but I really don't see it as a function of any group to decide...
Ian, I don't see where he said "do it our way or go elsewhere", in fact, what he was saying was "we have already told you possible solutions and you just...
Ok Don, perhaps I mis-quoted slightly - the phrase used was "... go figure out how to do it on your own, because we don't want to have anything to do with it",...
agreed ... From: Don Roberts To: vbhelp@yahoogroups.com Sent: Friday, January 02, 2004 7:55 PM Subject: RE: [vbhelp] Globally Capturing Windows 98 OS Function...
Greetings everyone. In response to the many requests from those tired of the demo "nag" messages in my ADO 2.8 "Thin" Database Client Project (and as a way of...
Does any one here knows where to get an sdk of uru4s-u11 biometrics sensor? Please kindly help me. __________________________________ Do you Yahoo!? Find out...
Hi Ian, ... It is not a "rule" for this list that people are not to help people in need - quite the opposite. It *is* my own decision to decide NOT to provide...
Is there a way to make the access style database accept null fields? I have them set at a certain length, but not all fields are always going to contain data. ...
Hi CW, ... Generally they allow NULL by default, and people have problems setting an empty string - each field has an "AllowZeroLength" that toggles the ...
Thanks for your help! I was able to fix the problem by using iif(string="",null,string) . I have a new problem. I can't load my project at work, it says it's...
I was able to solve the problem with iif(text="",null,text), but there seems to be a bug where it will sometimes give an error anyway! So, thank you SO MUCH...