Hi experts,
I am working on a app. in VC++. I have a dialog box with an edit box in among other things. I have connected a double variable to my edit box with the wizard. My problem is that I want ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10020245.htm...
Zones:
Windows MFCDate Answered: 08/15/1997 Grade: A Views: 0
Hi!
Can anyone help me with this question?
Is there any way by which the members of a group can be displayed as a list in a field? How? How to trap the list of people/servers assigned to a group o...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 08/18/1999 Grade: B Views: 0
i *think* this is an easy question, just haven't figured out how to go about it.
i want to do a c-style bsearch (unless there is a better way) on an array and the compare function (5th param to ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10334327.html
Zones:
C++Date Answered: 05/02/2000 Grade: A Views: 0
Dear Friend,
Now I want to create a balloon tootip of tray.but my vc++6.0 sp3 can not recognize the "szInfo" and other data member of structure NOTIFYICONDATA.In fact,my shellapi.h does not define...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10652722.html
I'd like to declare a reference to a member function.
This doesn't work:
#include <iostream>
class A{
public:
int f(char){}
int(&f1)(char);
A():f1(f){}
};
void main(void){A...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20155777.html
Zones:
C++Date Answered: 07/24/2001 Grade: A Views: 0
Hi there
On my windows NT 4.0 server i would like to give an local group access to a shared folder.
the servername is server_01
the shared folder name is jurist
the local group name is jur...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_20344182.html
Zones:
Windows NTDate Answered: 04/14/2003 Grade: B Views: 0
I can create a function that returns a long with the pointer to a function. easy:
long lPointer()
{return (long)f;}
f can be any kind of function, with any kind of parameters. No problem;
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20351181.html
Zones:
C++Date Answered: 01/01/2003 Grade: A Views: 0
I am just learning Visual Basic and I am attempting to use this following code but I keep getting the message:
'Width' is not a member of 'System.Windows.forms.screen
Left = (Screen.Width - W...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20420925.html
Zones:
Visual BasicDate Answered: 12/10/2002 Grade: B Views: 0
Hi all,
I'm currently doing a quiz on Additional Maths and is doing 25 Questions for each chapter. I stored the answers of these 25 questions into a field cast member "Answers" (Link Lis...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_Director_Video_Softwa/...
Everytime I try to display a value from a checkbox or radio button, ASP comes back with this error.
'value' is not a member of 'System.Web.UI.WebControls.CheckBox'
Or .Radiobutton, depending...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20602961.htm...
Zones:
ASPDate Answered: 05/01/2003 Grade: A Views: 0