Hello,
I have a Combox column in the datagrid. The cell data is populated from a excel file. If the data is not in the combox drop down list, the cell color will change to red. How can I turn off this feature, not change the color?
Thank you in advance!
Hello All,
I have a datagrid with 2 column that are all combox. The data grid properties have been setup while the form are loaded. Now I want to update the data source of column 2 based on the first conlumn. Is it possible? I tried to reset column combox datasource property, but no effect. Can...
Let me try to be more clear..
The first page has radio button 1 &2 which is a radio button list control. The default is radio button one gets selected. If user selects radio button two, then go to second page, I want to keep the previous selection when coming back to page one. What I did is to...
Hello All,
I have a web form with 2 radio buttons in the radiobuttonlist control, this form can extends to second page and user can go from one page to another. In order to persist the radio button selection status, I persist a flag value using session/cache when loading the second page, then...
Hi All,
For example, Table A and B are identical except Table A has an extra column. 'Insert Into A Select * From B' will work. But not for all the cases. Does anyone have a clue? Thanks in advance!
Hello All,
I am trying to compare a long value with Inter.MAX_VALUE*2, like
long lNum = Long.parseLong("222");
if(lNum <= (Interger.MAX_VALUE*2))
{
// Do something;
}
But the if condition always return false. Interger.MAX*2 will give me an int, converting int to long is widen conertion and...
Hello Everyone:
I have an ATL COM application. I created a dialog box (modal) that host ActiveX control (implementing class CAxDialogImpl). I tried to do disable buttons in the dialog like this:
HWND hwDeleteButton = GetDlgItem(IDC_DELETEBUTTON);
hwDeleteButton ->EnableWindow(FALSE);
I got...
Hello All:
I have an ActiveX control application using ATL to get the current opened browser html document using IWebBrowser2::get_Document(IDispatch **ppDisp), then use IHTMLElement, IHTMLBodyElement,
IHTMLTxtRange::findText to find search item, search the keyword(s) and do highlighting and...
Hi Everyone:
I’m trying to check if an application is installed correctly while loading an HTML page. I created a CAB file (including the application DLL file) and embedded this cab file on the HTML page by using the <object >tag. I wonder if I can use VBScript to access the object in the...
Hello All:
I have an application that navigates to a site by a URL that is dynamically created. The URL will append the user input. I need to convert some special characters such as %, #…. Does any one know any API could do it? Thank you in advance.
Hi All:
I’m trying to check the registry value when loading an html page. Is it possible to put VBScript - RegRead coding inside HTML page?
Thank you in advance
Hi All:
I'm new to VBscript. Does anybody know how to get a registry key value? Can I use APIs like RegOpenKeyEx, RegOpenKeyEx, RegQueryInfoKey, RegCloseKey... If so, how to declare them? Thank you in advance.
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.