Ok. Windows Explorer lists out the drive letter but when I insert one of her photo cd's, it says "Insert a disk in drive E:". The photo cd works fine on her plain cd-rom.
I did take one of my new rw cd's that worked on my pc over there but it did not recognize a disk in the drive...
ok. So I've done some more investigation. Windows ME is weird to me so it's making this more difficult than I think is necessary. Here's what's happening:
1. The DVD/CD-RW is not reading the disks that are made for writing on.
2. It reads other disks just fine (i.e. Microsoft Office comes...
The drive letter is there and it works for cd's from manufacturers such as microsoft but not for the cd's that it made. There were no problems listed for the cd driver in the device manager. I thought I would reload the driver (I'm an NT user so I'm familiar with reloading drivers) so I...
Hi. I'm trying to repair my Mom's pc. She lost the use of her CD-RW. I had her remove the driver and restart the pc. It now recognizes the cd-wr as a cd-rom but it does not recognize the writable cd's. I can not write to a new cd and it does not read any of the cd's previously written to by...
Ok. So I got the type mismatch fixed but now my form does not show anything when I open it. It's all there in design view but not in form view. Is this related to having the form associated with several tables? Do I need to use VBA to show the form?
Thanks!
Patty
psandekian@earhtlink.net
Jeff,
I added tables that you suggested so now I have:
Samples, Artists, Colors, ColorField, Occassions, OccassionsField, Stamp Sets, StampSetsField, Supplies, SuppliesField, Techniques, TechniquesField. The ones with Field on the end are the ones that will be written to. The ones without...
Thanks Jeff. I am new to Access but not VB so I should be able to keep up. Here's my set up: I have 6 tables and 1 form. The tables are: colors, artists, occassions, stamp sets, supplies, techniques, and samples.
The idea is to make my life a little easier by allowing me to select in my...
Hi. I am using Access 97 and I have several tables set up to help me populate a different table using a form. My form has 4 list boxes that allow the user to make multiple selections in each.
After making the selections, I look at the table and there is nothing there from those list boxes...
I have a client who wants to set up a group in his email account so that he can select one email address to send to the entire group.
He also wants another person to be able to use this group. One uses Outlook 97 and the other uses Eudora. Their email is supported by their host for their...
So I tried to create something in VC++ to see if my dll was working and it doesn't seem to. Here's what I wrote:
typedef long (CALLBACK* AIMUXCONFIG)(short,short);
HINSTANCE hDLL; // Handle to DLL
AIMUXCONFIG AI_Mux_Config; // Function pointer
short sSlot;
short...
I believe I did. Here's the code from my module:
Declare Function AI_Mux_Config Lib "e:\SCXI1126\nidll\nidll\Debug\nidll.dll" (ByVal slot As Integer, ByVal numMuxBrds As Integer)
Thx.
Patty
Ok. So I created a new project, added my .h files and I created a main .c file like this
#include <windows.h>
#include <stdio.h>
#include <math.h>
#ifdef WIN32
#include <conio.h> // for _kbhit
#include <mmsystem.h> // for timeGetTime
#endif
#ifdef WIN16...
Hi,
I'm new to VC++ and I need to create a DLL using only ANSI C and the functions I have are in a .h file. Can anyone point me in the right direction?
Thanks.
Patty
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.