Search:

Type: Posts; User: Bender; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    100

    Make and take calls from pc to iPhone

    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...
  2. Replies
    2
    Views
    200

    ok, does that mean there's no way to override the...

    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
  3. Replies
    2
    Views
    200

    Override Blocked Attachment

    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.
  4. Replies
    5
    Views
    576

    It all depends on what you need to do with the...

    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...
  5. Replies
    20
    Views
    1,943

    Thanks CLint! Are you saying that having the high...

    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...
  6. Replies
    20
    Views
    1,943

    Digital camera picture size

    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...
  7. Replies
    7
    Views
    1,079

    Sorry about that. I was using VB6 to generate the...

    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...
  8. Replies
    7
    Views
    1,079

    I created a test application and this runs fine....

    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.

    ***...
  9. Replies
    7
    Views
    1,079

    The error you see is quite common when an object...

    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...
  10. Replies
    7
    Views
    1,079

    I know everyone has their own programming...

    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...
  11. Replies
    2
    Views
    1,007

    Using SQL Server Agent, as ruirib suggested, 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...
  12. Replies
    52
    Views
    14,038

    Ditto! I too had become aggravated to the point...

    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...
  13. Make sure the notebook network location is not...

    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...
  14. Replies
    4
    Views
    744

    Do you know how to use Enterprise Manager? If so...

    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...
  15. Replies
    7
    Views
    5,525

    Here's a VB basic module (see attached file) that...

    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)...
  16. Replies
    6
    Views
    887

    This is the way it works in OL 2010 and *maybe*...

    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...
  17. MS Exchange and unnecessary iPhone notification

    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...
  18. Replies
    3
    Views
    4,441

    John, See if this tutorial is of any help. I...

    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
  19. Replies
    2
    Views
    303

    StartTask Manager and look at the Processes. Sort...

    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...
  20. There's a lot you can do by setting the local...

    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...
  21. Replies
    4
    Views
    961

    When you install Microsoft Office there's an...

    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...
  22. Replies
    2
    Views
    439

    You didn't specify which type of database you...

    You didn't specify which type of database you were using. Here's how you do a case sensitive match in TSQL;
    ...
  23. Replies
    2
    Views
    318

    Instead of "drag and drop", copy Ctrl-C and paste...

    Instead of "drag and drop", copy Ctrl-C and paste Ctrl-V. Just click the appropriate date and paste.
  24. Replies
    4
    Views
    1,750

    Not every USB device is automatically recognized....

    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?
  25. Replies
    29
    Views
    4,093

    Does the target computer have (a) a floppy drive...

    Does the target computer have (a) a floppy drive AND (b) a network interface???
Results 1 to 25 of 37
Page 1 of 2 1 2