Search results for query: *

  • Users: dmc1980
  • Content: Threads
  • Order by date
  1. D

    Crystal Reports Hanging Application

    Probably in the wrong section, sorry wasnt sure where to put it. Ive an application developed in VB.Net 2005. It is a very intensive application utilising mx components to communicate with and control a mitsubishi PLC. Part of the application is reporting, with a general information report...
  2. D

    Laptop spec for VS 2005 Development

    Need to spec a development laptop for use with Visual Studio 2005. Anyone on here using it? Ive been using it for a while, with an extremely underspecced PC and need to know what works well with it. Cheers peeps ps, dont be giving me the specs from the microsoft website, when writing that...
  3. D

    Converting Unsigned to Signed

    Im slowly loosing the plot today, for the life of me i cant think how to do this. Im reading values in from a PLC, and displaying them on a mimic screen developed in vb.net. Some of the values are able to be negative, but when they come in from the plc they are unsigned, as in value from plc...
  4. D

    Problem - Listview.selecteditems

    Hi folks, Happy new year to you all, hope you have a good one. Problem im having here is that if i have a listview, with say 3 columns in it and say 4 rows of data and try to select one of them. example data (excuse my dodgey columns and rows) Ingredient - Full Bag - Part Bag Garlic - 6...
  5. D

    Sage Line 50 Linking

    Hi guys Anyone have any experience of linking applications to the data files for Sage Line 50? Im writing an application in VB.net that has to pull some information from the Sage files into it, can anyone help me with where to start? Thanks in advance Darren
  6. D

    MSDE to MySql

    Hi Everyone. Ok, ive developed a website in v.net and for development purpases i used the MSDE database as my backend for developing. The domain it is to be uploaded too has supposrt for MySql databases. Question is, can I somehow use the database and stored procedures etc that I created in...
  7. D

    Unhandled Exception of type 'System.Security.SecurityException' ??

    Hi everyone, ive got a bit of a strange one here, and its causing me lots of grief! I have an application, that reads an array from a PLC. If the plc comms are started and the application is running, as soon as I press any key on the keyboard, the application throws up the following error...
  8. D

    Inserting Dates In SQL Server CE

    Dates are really working against me this week. Problem im having today is that I take a dataset from an access table, store it as an xml file and transfer it to a Windows CE.net device. Once on the device a service is run to extract the data from the dataset and insert it into a SQL Ce...
  9. D

    Date Select SQL Problems

    Hi All Been cracking up with this one for a few days and have no idea why it is doing it. I have a database table which stores the schedules for inspections. When an operator signs into the system a snapshot is displayed showig the user the inspections for today, tomorrow, this week and overdue...
  10. D

    Windows Passwords?

    Hi everyone Got to develop an application that conforms to EU Standards for electronic signatures. Everytime a user makes a change to a level in the application they have to be prompted for their username and password. The problem im having is the username and password has to match to...
  11. D

    Control Box Icons

    Hi everyone This is a really stupid problem, but for the life of me, it wont work. I have a Windows CE.Net 4.2 device application, and im putting the finishing touches to it, but I cant get the Icon to display in the control box at the top left of the screen. Anyone any ideas? Cheers
  12. D

    Signature Capture?

    Hi Everyone, I have been working through the Microsoft Article on signature capture for the pocket pc. I cant get it to load correctly for a windows ce.net device. I hace stripped all the stuff out of the application about the networking etc, but when I try to load the application i get an error...
  13. D

    MDIForms & control boxes and icons

    Hi All This is a problem that has been annoying me all day. I have a main form which is a MDIContainer. Some of the forms that I load are MDIChildren from the main from. Everytime I load a MDIChild the the control box and icon get shown above the toolbar of the main form even though the...
Back
Top