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 bkrike 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: dwunz
  • Content: Threads
  • Order by date
  1. dwunz

    File IO errors in compact framework

    Please help!! I'm writing an app for a PocketPC device and am having trouble with file permissions. I can create a file and write to it...no problem. But, when I close the app and restart, I can only read from the file...I can't delete it, or append to it. Can anyone tell me what I'm missing...
  2. dwunz

    .config files in compact framework

    I'm developing an application for a Pocket PC Handheld computer. I would like to include path settings and such in a .config file...however, System.Configuration.ConfigurationSettings.AppSettings is not available. Has anyone done something like this? Any hints will be appreciated!! don:-)
  3. dwunz

    What groups are the user assigned to?

    In VB6, I had a few API calls that authenticated a user's password and provided a list of the groups the user belonged to. In .NET, I get a bunch of errors about StrPtr, As Any, and a few other API parameter errors. Does anyone know what .NET options exist for validating a user/password and...
  4. dwunz

    CR Input Parameters on Web app

    I have a report that queries the user for input before displaying the data and it works fine when called from CRViewer in a VB app. Question is, how do I get this to work in a web-based app?
  5. dwunz

    CR Viewer hangs

    I have a report that runs fine on 4 out of 5 machines; and the report file is on a server in a shared folder, so all are using the same file. However, my VB6 program, using CR 8.5, hangs on this one machine...it's like it gets the data, then the viewer is waiting for an EOF but not getting it...
  6. dwunz

    Can't control mouse events...HELP!

    I'm losing control of the mouse in VB6. I have an app with pic boxes and ActiveX objects...frequently (but not always), when I click on a pic or AX obj that opens another form (modal or nonmodal) and try to click on something anywhere on the screen, the original pic or AX obj I clicked on still...
  7. dwunz

    Lost Mouse

    I'm losing control of the mouse in VB6. I have an app with pic boxes and ActiveX objects...frequently (but not always), when I click on a pic or AX obj that opens another form (modal or nonmodal) and try to click on something anywhere on the screen, the original pic or AX obj I clicked on still...
  8. dwunz

    Object property values from within object?

    Each component placed on a VB form gets a unique name and values for Top, Left, Width, Height, etc. How do I access those from within the activeX component? I need this to pass as a parameter to a database function.
  9. dwunz

    Copy picture box to status bar???

    I'm using VB6 and need to take the contents of a picture box (text and text boxes) and insert it into the picture property of a Status Bar panel. Can't save the picture property of the picture box since no picture is loaded...just text and text boxes. Any help would be appreciated!!!
  10. dwunz

    Loss of SQL Server Services

    I having a random problem with SQL Server 2000. The services stop responding and the only indication I get is when I try to access the data base via ODBC and get the following error: -2147467259-[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General network error. Check your network...
  11. dwunz

    Distinct records within subreport???

    I have a collection of 3 reports...a primary and 2 subreports. In one of the subreports, I need to get distinct rows based on 2 of 3 fields (field 1 is a time stamp, and fields 2 and 3 are the fields that define distinctness)...field 2 is a substring (pos. 10 thru 29) of a 100 character field...
  12. dwunz

    Need to clear OS Disk Cache?

    We have a program that keeps log files for the month...the following month, we just want to remove the old file for that day and create a new one. Problem is...when we delete the old one and create the new one (with the same name) the new file has the same creation date/time the old file had...

Part and Inventory Search

Back
Top