Search results for query: *

  1. O

    ClickOnce Deployment - Code Signing - Certificate

    I found out the problem ascertia is not in the trusted root, i though it was. http://www.ascertia.com/onlineCA/Issuer/CerIssue.aspx I think i'll have a link to download Ascertia Root CA first before the download page http://www.ascertia.com/OnlineCA/cacert.aspx?linkID=40 But this aswell...
  2. O

    ClickOnce Deployment - Code Signing - Certificate

    Hello Im having problems with code signing, 1st "File Download - Security Warning" on run of setup.exe, 2nd "Internet Explorer - Security Warning" (pic below) i'll supply all my details and pics below and hope someone can help with why this is not working, i think it could have something to...
  3. O

    Swithing between child windows, Like Internet Explorer - Forward Back

    Solved WOW, dam that was too easy, i was thought it was all in data bindings :D Thank You Very Much
  4. O

    Swithing between child windows, Like Internet Explorer - Forward Back

    Really lost, i hope u r talking about MdiWindowListItem?? Binding Child1BindingSource - IsMdiContainer Data Source Update Mode OnValidation Format Type NoFormat OK the actual name of it is now called Child1BindingSource I dont think that is right, but i have never done this before if u...
  5. O

    Swithing between child windows, Like Internet Explorer - Forward Back

    Thank You for your reply :D Yes this sounds good, could you leave a sample code. Im a bit lost how to go about this Thank You :)
  6. O

    Swithing between child windows, Like Internet Explorer - Forward Back

    Hi I need help on swithing between child windows, I have one parent form and say 3 child forms, that get opened up by MenuStrip on parent form1, but some times u end up with a few child windows open so it would be good to be able to hit forward or back button to scroll though them i have the...
  7. O

    Copy File - but need Environment Variable - VS 2005

    Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, Thank You, JOHN :D Below code works Dim str As String Dim query As String = "%SystemDrive%" Dim sourceFile As String = "\WINDOWS\PCHealth\HelpCtr\Binaries\helpctr.exe" Str =...
  8. O

    Copy File - but need Environment Variable - VS 2005

    Hi Thank you for your reply the top code orig post i figured out to get it to work, the below does work. But i dont know where the worthless string is though Dim str As String Dim origFile As String = "1" Dim query As String = "%SystemDrive%" Dim copiedFile As...
  9. O

    Copy File - but need Environment Variable - VS 2005

    Need More Help I need help AGAIN, please help. I cant figure out how to just call a file by using a EnviorememtVariable to execute a file Below is first bit, wont work Dim str As String Dim query As String = "%SystemDrive%" Dim sourceFile As String =...
  10. O

    Copy File - but need Environment Variable - VS 2005

    Solved I figured it out [:p] Dim str As String Dim origFile As String = "1" Dim query As String = "%SystemDrive%" Dim copiedFile As String = "\Register.key" str = Environment.ExpandEnvironmentVariables(query)...
  11. O

    Copy File - but need Environment Variable - VS 2005

    Hello I need help on the below code, im a absolute noob please be kind I'll try to explain what im trying to do, XXXXX below needs to be replaced with path to SystemDrive, but i cant use %SystemDrive% Environment Variable, i cant use C:\ as it is a fixed path(not all PC's have xp on c drive) All...
Back
Top