User Profile
Collapse
-
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 -
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...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....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)
Leave a comment:
-
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... -
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! ...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: