Hi,
i am trying to learn something on how to make programs modular (in VB). So i came to ActiveX controls.
Now i would like (if possible) make some EXE with an MDIForm as main form. On a command t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10096086.html
Zones:
Visual BasicDate Answered: 11/07/1998 Grade: A Views: 0
I want to search a text file for some formats like
"######", "##/##/##", "##/##/####"
where # indicates a numeric digit. and I want to list
the line numbers and the formats found
to a List view.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10119404.html
Zones:
Visual BasicDate Answered: 01/20/1999 Grade: A Views: 0
I have been asked to devise a booking system in Access97, where 15 conference rooms can be booked. I am wondering how to go about this - what table structure etc I should be considering.
I would ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10178689.html
Zones:
MS AccessDate Answered: 07/21/1999 Grade: A Views: 4
Greetings,
I'm trying to code an expression in a form's control like the following which does not work. It gets the message: "can't find the field "|" referred to in your expression", runtime ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10330498.html
Zones:
MS AccessDate Answered: 04/19/2000 Grade: A Views: 0
Im working in an mfc SDI project using Microsoft Visual C++ 6.0. The .cpp file for my view class is getting too large and I would like to use multiple .cpp files for this class. Right now Im too la...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10341536.htm...
Zones:
Windows MFCDate Answered: 05/10/2000 Grade: B Views: 0
Hello, all.
I have this problem
I'm using script control, how come "Rp = US" returns true. and how could i include character like dot and $ or other in the condition so it won't return error mess...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10434499....
Zones:
VB ControlsDate Answered: 06/30/2000 Grade: A Views: 0
I have a field that contains data like 1;2;3;4;5
Now I want to create a filter that only get me the data with 1 and 2.
I have tried
Me.Filter = "Archiv =" & "0" & "1"
Forms!Data.FilterO...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11654981.html
Zones:
MS AccessDate Answered: 10/25/2000 Grade: A Views: 0
How can I write a function that can take arguments similar to the way the printf function?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20124182.html
Zones:
C++Date Answered: 05/25/2001 Grade: A Views: 0
I am making a shift scheduling system. there are times when employees make requests to be assigned to certain shifts at certain dates. I want to plot this requests in a table that looks like this...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20179234.html
Hopefully someone will be able to help me with this.
Right now I have an html form set up where you can submit a word, such as "dog", and all the records that contain the string "dog" anywhere i...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20179240.htm...
Zones:
PHPDate Answered: 09/07/2001 Grade: A Views: 0