Search Result

Collapse
5 results in 0.0014 seconds.
Keywords
Members
Tags
storage
  •  

  • Ranhiru
    started a topic How do i emulate a storage card?

    How do i emulate a storage card?

    I have seen in many programs such as FreeOTFE that they can emulate a storage card in WinMo. It will be shown in Windows Mobile just as a storage card is inserted and i can interact with it just like a SD Card.

    How do i implement that? Any tips/tricks/guides/samples?

    I am using WinMo 6 Professional with Dot Net Framework :)
    I know i have to use C++ with some Native APIs :) But i need to know which ones :(...
    See more | Go to post

  • d927
    started a topic Store Password
    in .NET

    Store Password

    My program requires a password inorder to login, and i am currently storing my password with the aplication binding property, but i dont know how secure that is. it was only temporary untill i found a better way but 1 i dont know a better way and 2 its quite conviniant. any sugestions?

    ex:

    private sub ok_click (adfasdf) handles okbtn.click
    if textbox1.text = my.settings.pas sword then
    form 1 .show
    ...
    See more | Go to post

  • yeshello54
    started a topic java array help
    in Java

    java array help

    so here is my problem...in a contact manager i am trying to complete i have ran into an error..we have lots of code because we have some from class which we can use...anyways i keep getting an error when i do the following. if you add a contact with up to 13 fields it will be stored in a data structure. i have a tabbed pane that will show six of the 13 fields for that contact. when you double click the contact i want it to pop up and show all 13...
    See more | Go to post

  • chemlight
    started a topic Storing large amounts of information in MySQL

    Storing large amounts of information in MySQL

    I have been doing research, and according to what I have found, the field format TEXT supposedly supports unlimited storage. I have a web application, which I am trying to write a save function for. The save function gets all of the dynamic parts of the page, and inputs them into a MySQL databse.

    I was running into problems on pages that have a lot of generated content (mainly due to generated drop down menus with options). The end...
    See more | Go to post

  • ulas
    started a topic Storing a series of numbers of variable length

    Storing a series of numbers of variable length

    Hi,

    I am designing a table in SQL Server 2008 which will contain, in each row, a list of numbers of variable length. The maximum (10) and minimum (2) list lengths are known. The most obvious approach seems to be just creating 10 columns (num1, num2....,num10) and making num3...num10 nullable. Is there a better way of doing this? It just seems wasteful to have so many columns that will be empty most of the time for most of the rows...
    See more | Go to post
Working...