User Profile

Collapse

Profile Sidebar

Collapse
deaddog4201
deaddog4201
Last Activity: Aug 6 '07, 02:46 PM
Joined: Jun 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deaddog4201
    replied to Progress bar
    Couldn't you just add a timer to loop until your query is done and run the progress bar on the timer not the query that would at least give the user something to look at at and know the app is working and not just locked up
    See more | Go to post

    Leave a comment:


  • deaddog4201
    replied to Obtain path to save a file
    Something like this should work for you. You'll need to figure how you'll implement it into your code and change the file filter options to suit your needs! You'll also need to have a textbox on your form named txtsetfile and a button named btnBrowse or change the code to suit your needs! No one answers me here so I hope this helps you out!

    [CODE=vbnet]

    Public selectFile As String
    Public setfilePath As String...
    See more | Go to post

    Leave a comment:


  • im begining to think theres not anyone here that knows anything at all of all the posts ive made here only 1 was answered and all i got was a link to the ms website you guys are genious....
    See more | Go to post

    Leave a comment:


  • I tried various methods and no matter what the SharedTDESKey keeps that name and overwrites! I thought that this would have worked but no luck...

    Code:
    EncryptionKeyName = lblElement.Text
    
    Dim FileName As String = EncryptionKeyName  &  "_"  &  "SharedTDESKey"
            Dim sharedkey As New TripleDESCryptoServiceProvider()
            Dim str As String = Convert.ToBase64String(sharedkey.Key)
    ...
    See more | Go to post

    Leave a comment:


  • deaddog4201
    started a topic saveing a txt file with a unique name?

    saveing a txt file with a unique name?

    How can i save a .txt file where the name of the file would be the result of the selection made from a Dom tree view's parent node tag in visual basic?
    So for example i have an editable tree view form i add an entry to the tree view when i save it another process is started "part of which is an encryption scheme" the important part i need help with is saving the sharedkey as the value of the elements parent tag applied to a new...
    See more | Go to post

  • deaddog4201
    replied to xml encryption using VB
    in XML
    Well I made some progress on my own maybe i can get help from this!
    Useing xsl style sheet i was able to convert an unencrypted version of my apps xml file to the need format for the loginscene.xml so form there im trying to use the xslt function ability to call the decryption method and apply the results as the needed out put decrypted password hers the code i got so far. I dont get any errors just a blank "" for the password! ...
    See more | Go to post

    Leave a comment:


  • deaddog4201
    replied to xml encryption using VB
    in XML
    Ok to update I have finished the vb end of my app it loads lets the user edit and save the xml data file and also encrypts the password element of the file. What i need from here is to have the code below changed to handle my xml data file instead of the original one and also to handle the decryption of the password element. And also to have the data automaticly loaded into the textboxes which would eliminate the need for the window on the right...
    See more | Go to post

    Leave a comment:


  • deaddog4201
    replied to xml encryption using VB
    in XML
    not sure what you mean by what type of GUI.... but the process is this the main exe is fired which then reads a ini file telling what ui to use then the ui xml files are loaded the first being the xml file i posted which is loginscene.xml. I made a windows form based program which encrypts and decrypts the data i need and then fires the main .exe and all works however this still leaves the data in the xml file exposed till the program I made is closed...
    See more | Go to post

    Leave a comment:


  • deaddog4201
    started a topic xml encryption using VB
    in XML

    xml encryption using VB

    Hey all. I'm working on an xml file that pulls some data from another xml document "a password, usename and account info" wich is stored on my local drive for easy access so i dont have to enter the info each time. As is now the data is entered into the xml file manually then saved and when the program runs it reads the data from the xml file i manually entered my data into. This all works fine except the data is left in plain text and...
    See more | Go to post
No activity results to display
Show More
Working...