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 Wanet Telecoms Ltd 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: Ramo83
  • Content: Threads
  • Order by date
  1. Ramo83

    Delegates Hint

    Hi all, Can anyone give me a hint how can I replace a switch statement with a delegate? I'm using .net here and as I know there is no function pointers in the .net framework. Any help would be appreciated. Thanks.
  2. Ramo83

    Error 10721896683

    Hello everyone, I'm trying to create an Xml file using VS.Net, but the problem when I validate the Xml document it always gives me this error: Invalid at the top of the document. Error code:- 10721896683... Any help would be appreciated. Thanks
  3. Ramo83

    Serializing TreeNode

    Hello, I want to serialize the object TreeNode, but it always throw this exeption: {"There was an error reflecting property 'ContextMenu'."} - this is the inne r exeption. I'm using the XMLSerializer to serialize the treeNode into a XML file. How can this problem be solved?
  4. Ramo83

    XMLSchemaComplexType question

    Hello everyone, I have a schema and I wish to navigate through it, when I have a complex type, I can get the sequence element in that complex type by: complextype.particle, but it's still treated as a particle and i can't get the elements inside it. How can I get the sequence element in that...
  5. Ramo83

    Xml Schema elements

    Hello, How can I get the elements from a xmlschema object and the elements count as well ? thank you :)
  6. Ramo83

    Covert to Binary Object

    Hello, I have files objects of type: FileInfo, and I need to change them to a Binary Object format so I can put them in a database... How can that be done please? Thank you
  7. Ramo83

    Filling a database with files

    Hello, How can I fill a database with files (like mp3s or .jpeg)?? The thing that the database only support specific data types and it cant be filled by anything else... Thank u
  8. Ramo83

    Return Key

    How can I assign the "return" key to a specific button in the form? Im making a search engine and I want to press "enter" to make the search instead of clicking the search button... Thank you

Part and Inventory Search

Back
Top