I need to be able to open a file from any directory. As of now I can only open one from a parent directory. please any help would be much appreciated!
Here is a copy of my source.
Private Sub F...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10152282.html
Zones:
Visual BasicDate Answered: 04/20/1999 Rating: 7.6 Views: 0
I'm looking for a list box that when the user type in the first few letters of data, the list box will search thru its items and finish typing in the data. Is there code to do this? or a new compon...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10312095.html
Zones:
Visual BasicDate Answered: 03/16/2000 Rating: 7.8 Views: 0
I can't make this code work:
void __fastcall TfrmChild::lbListTagsKeyPress(TObject *Sender, char &Key)
{
TempSel += Key; // make up the word
for (short j = 0; j < lbListTags->It...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10519281.html
Zones:
C++Date Answered: 07/04/2000 Rating: 7.2 Views: 0
I need people to select multiple options on a multi-select list box and for the values to be saved with the record. So far I've only been able to find information on using the data at run-time but...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11388778.html
Zones:
MS AccessDate Answered: 10/20/2000 Rating: 6.8 Views: 0
Hi,
Is there any way to user key in as well as select an item from list box. (Like Combo Box in Visual baisc). User may key in a new text which is not there in the list. Please someone suggest me....
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11639698.htm...
Zones:
ASPDate Answered: 10/27/2000 Rating: 6.6 Views: 0
Have a form with 2-listboxes. LstBox1 displays orders in process, whereas LstBox2 displays fulfilled orders. Now I would like to drag an order from #1 to #2 (and vice versa). Is this possible in MS...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20266622.html
Zones:
MS AccessDate Answered: 02/27/2002 Rating: 7.6 Views: 0
Opps, I tried putting this in asp and put it in JS by accident - can I / should move it over?
I have a combo-box / multi-select list on an update page with a set of values coming from a sql db - ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20556389.html
Zones:
JavaScriptDate Answered: 03/19/2003 Rating: 9.2 Views: 0
Hello,
I was wondering if someone could give me some sample code which would allow one to create a SDI project which contains a dialog box with a multiple selection list box. After the user mak...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20654333.htm...
Zones:
Windows MFCDate Answered: 06/21/2003 Rating: 9.0 Views: 0
i am doing a project using MS ACCESs as a back hand. i have shown a list box with multiple selection being true. Initially the list box is empty. The data in the list box are shown through coding t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20723847....
Zones:
VB ControlsDate Answered: 09/10/2003 Rating: 7.2 Views: 0
Need help, lots of points for whoever answers!!
The following is the control source for my report:
SELECT DISTINCTROW [qryPayments].[SALECODE], [qryPayments].[BUYERS], [qryPayments].[SALEDTE]...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20746322.html
Zones:
MS AccessDate Answered: 09/25/2003 Rating: 5.4 Views: 0