Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: apex1x
  • Content: Threads
  • Order by date
  1. apex1x

    ODBC link not filtering correctly

    Hi all, I'm having an issue with ODBC connections within Access 2007 linked to an Oracle 9i backend where a filtered field (either through table dataset view or a query) filters to a completely different value than what was set. For example: There is a field [Field 1];if I filter for a value...
  2. apex1x

    Restore from SQL Server Mobile 2005

    Is it possible to restore/replicate a SQL Server Mobile 2005 database to a normal SQL Server 2005 database? Thanks.
  3. apex1x

    Disable Hard Reset?

    Hi I was wondering if it were possible to somehow disable the ability to do a factory reset (hold reset for 10 seconds) on a Dlink Di-524 router. Is there a way to purposefully corrupt the firmware or any other options? I find it annoying when users have an issue with their router and factory...
  4. apex1x

    Busybox on DI-524

    I'm not sure if this is the right place to ask this but I was wondering if anyone knew if it was possible to add some form of bandwidth throttling into busybox on a dlink 524 router. Thanks.
  5. apex1x

    P5K only supporting eSATA?

    I bought a Asus P5K mobo, and tried to get a RAID 0 array working. I have two hard drives, which I conncted to 2 of the 4 internal SATA ports. BIOS recognizes the two drives fine, but the RAID program does not. Only when I use the one (5th?) SATA port, that's for external, does the RAID...
  6. apex1x

    Can connect via ip but not comp name

    I have a win xp network with a simple broadband router, and am unable to connect to other computers via netbios/computer names. I can connect to their ip addresses correctly. Is there any particular reason this happens? In a similar situation, on other networks, I've needed to first connect via...
  7. apex1x

    Registry Time Values

    When a user changes the time (moves it ahead or back), which keys in the registry are changed? Thanks.
  8. apex1x

    Loading animation

    How would I go about having a load animation on a pocket pc device, such as while a form is loading? The default one of the little circle circling around would work great. Any suggestions? Thanks.
  9. apex1x

    Autoresize tabpage

    I have a tabpage that autoresizes based on the following code: Private Sub InputPanel1_EnabledChanged(ByVal sender As Object, _ ByVal e As System.EventArgs) Handles InputPanel1.EnabledChanged visiblerect = InputPanel1.VisibleDesktop.Height If InputPanel1.Enabled = False...
  10. apex1x

    Datagridview Strange Behavior

    Whenever I try to have code execute during the selectedindexchanged event of my combobox on the datagridview cell, the cell refuses to update itself or the related objects properly. I have a feeling the issue surrounds the endedit, beginedit, acceptchanges, and those other properties, however I...
  11. apex1x

    Unable to paste into textbox

    I am unable to paste (ctr+v) or right click "paste" into a textbox on a form at runtime. Is there an obvious setting I'm missing?
  12. apex1x

    Autoscroll flicker

    Is there any way to get rid of the flickering and streaking that the autoscroll causes on forms? I tried to set: Me.SetStyle(ControlStyles.UserPaint, True) Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True) Me.SetStyle(ControlStyles.DoubleBuffer, True)...
  13. apex1x

    VM Network Driver installation failed

    The Virtual Machine Network Driver does not install properly on my XP system. I ran the install from: http://www.microsoft.com/downloads/details.aspx?familyid=DC8332D6-565F-4A57-BE8C-1D4718D3AF65&displaylang=en No errors come up, but the installation screen closes abruptly, and the msiexec.exe...
  14. apex1x

    Virtual Machine Network Driver not installing

    The Virtual Machine Network Driver does not install properly on my XP system. I ran the install from: http://www.microsoft.com/downloads/details.aspx?familyid=DC8332D6-565F-4A57-BE8C-1D4718D3AF65&displaylang=en I check my services under network properties, but the Virtual Machine Network Driver...
  15. apex1x

    Create rich text format document??

    Would it be possible to take lines of text and a picture, and combine them to form a rtf document on the windows mobile platform via vb.net ?
  16. apex1x

    Mobile Printing

    Does anyone have any suggestions or experience with printing from VB.net from a Pocket PC device? ie. code/programs used to print to a mobile printer via infared/wi-fi/bluetooth.
  17. apex1x

    Databinding go away

    I have a form with a couple comboboxes, which are bound to a particular datasource. The form itself is bound to a different databinding. Problem: When one of the comboboxes has an item selected, all the comboboxes automatically switch to the selected value. I realize they are all part of the...
  18. apex1x

    SQL CE 2.0 on SQL Server 2005?

    Is it possible to use the older CE 2.0 as a merge replication option on SQL server 2005 rather than Windows Mobile 2005? I developed an app on Windows Mobile 5.0, and am looking to downgrade it so it will work on older PPC 2002 systems. Any suggestions would be useful.
  19. apex1x

    Work with Pocket PC 2002

    What would be the best way to develop a PPC 2002 program? Is it possible with VS.NET 2005? If there is an existing 2005 application originally built for PPC 5.0, would it be possible to convert?
  20. apex1x

    Upgrade to CE 5.0?

    I have a Toshiba e310, with Windows Mobile 2002 (3.0) installed. Would it be possible to upgrade this to the newer 5.0 system? I'm currently working on a project in VB.NET using CE 5.0, so would it be possible to upgrade either the PPC or convert the code in order to work with the PPC? Thanks.

Part and Inventory Search

Back
Top