Does anyone know of a utility that will allow the user to make and take phone calls + send and receive SMS messages from a pc interfaced to an iPhone? My Garmin GPS does the phone call thing through...
Type: Posts; User: Bender; Keyword(s):
Does anyone know of a utility that will allow the user to make and take phone calls + send and receive SMS messages from a pc interfaced to an iPhone? My Garmin GPS does the phone call thing through...
ok, does that mean there's no way to override the block natively within the Outlook application?
Edit: Nevermind, I found this article; http://support.microsoft.com/kb/829982
When you are expecting someone to send you a file attachment and Outlook blocks it, is there a way to override the block? I am using an Exchange account if that means anything.
It all depends on what you need to do with the data after the import. Arrays are very efficient in .NET and if all you need to do is "spin" through the array to arrive at some result then great. A...
Thanks CLint! Are you saying that having the high resolution to begin with makes the picture better when resized? If that's the case then it's a no brainer. I do have plenty of capacity on my SDHC...
I just purchased a Nikon Coolpix AW100 and the default image size is 16 megapixels, 4608 x 3456. This produces insanely large files over 6.5 MB each. My question is, is there any benefit to saving...
Sorry about that. I was using VB6 to generate the examples and I also noticed a difference since I don't have a Form_Open event in my programming environment. I will open your code in Access and bat...
I created a test application and this runs fine. Make sure that you use a 'Set' command when you... Set fMatchList.DBMatchList = cMatches and make sure the form has been loaded or created.
***...
The error you see is quite common when an object has not been referenced properly. Here's what I think is happening; You are declaring your class in a command button click event;
Private Sub...
I know everyone has their own programming techniques and style but I try to keep classes as unique and independant objects that don't know anything about the outside world. So if I were trying to...
Using SQL Server Agent, as ruirib suggested, to kick off this routine at whatever time of the day you require, you can do this by providing the start and end data as parameters;
CREATE...
Ditto! I too had become aggravated to the point of enough is enough. I report EVERY piece of spam mail that I get to SpamCop. Sometimes it takes a few weeks to see results but eventually it (the...
Make sure the notebook network location is not set to Public. This sounds like a work computer so it should be set for the 'Work network' if that's the case. Take a look at your network discovery...
Do you know how to use Enterprise Manager? If so then take a look at the properties of the tempdb database and make note of the default collation name. That will be under the 'General' tab in the...
Here's a VB basic module (see attached file) that I created some years ago for FTP Puts and Gets using API calls. It worked using some older version of IE components (I don't remember the version)...
This is the way it works in OL 2010 and *maybe* earlier versions, but I'm not sure. If you left select (holding the left mouse button aka "dragging") a column header and move it above or below the...
I'm looking for suggestions on how to discriminate between "wanted" advertisement email and business correspondence. Here's the situation... I recently upgraded my wireless device to an iPhone 4 with...
John,
See if this tutorial is of any help. I believe it uses the Northwind database;
http://www.techotopia.com/index.php/Accessing_Databases_Using_Visual_Basic
StartTask Manager and look at the Processes. Sort the processes by the cpu column, with the highest cpu usage being at the top. Try to connect up with your email server and see if there is anything...
There's a lot you can do by setting the local group policy. There's tons of articles like this;
http://blogs.techrepublic.com.com/10things/?p=1014
Just do a search for Windows 7 user policy...
When you install Microsoft Office there's an option to install additional components, such as ODBC drivers and so forth. This is a shot in the dark but perhaps she could put the installation CD back...
You didn't specify which type of database you were using. Here's how you do a case sensitive match in TSQL;
...
Instead of "drag and drop", copy Ctrl-C and paste Ctrl-V. Just click the appropriate date and paste.
Not every USB device is automatically recognized. Were there any drivers (installation) that came with the converter?
You got a brand name and model number for this converter?
Does the target computer have (a) a floppy drive AND (b) a network interface???