CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HermanTabbert

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    84

    Question about XML

    I need to get this in an xml file:
    <Amt>
    <InstdAmt Ccy="EUR">298.67</InstdAmt>
    </Amt>

    IHow do i do that.
    I tried the code below, but get a syntax error on >> ...
  2. Replies
    2
    Views
    181

    Calculating with very large numbers

    Hi,
    I have to calculate the controlnumber in an IBAN bank account number.
    First i have to change the a part of the account numer to a string with only 0 to 9

    This is what is should be:

    Dim...
  3. Re: [RESOLVED] Jump to unwanted sub routine

    I indeed did not understand it, but now it is clear and i will
    change my code.
    Thanks
  4. Re: [RESOLVED] Jump to unwanted sub routine

    DataMiser,
    You are right and i am sorry.
    That there was no orher posts i even do not understand but that of course is not in my hands.
    The rest of course is my mistake.


    I changed the name of...
  5. [RESOLVED] Jump to unwanted sub routine

    I have this piece of code:

    For x = 0 To frmOnderhoudPremies.lstFonds.ListCount - 1
    If Mid(frmOnderhoudPremies.lstFonds.List(x), 144, 1) = "J" Then
    ...
  6. [RESOLVED] Calculating the months betweeen two dates

    Hello,
    I have as example:
    Dim Datum1 as string
    Dim Datum2 as string
    Dim TotaalMaanden as integer

    Datum1 ="2011-07-31"
    Datum2 = "2012-08-01"
    TotaalMaanden = datediff("m", Datum1, Datum2)
    The...
  7. Re: Content listbox and cmdbuttons visible after seconds

    Dglienna, sorry man, i did not mean to upset you.
    It even did not cross me mind that you should quess what i am typing or even worse, you should write my code.

    DataMiser
    I have a program with...
  8. Re: Content listbox and cmdbuttons visible after seconds

    My first posting was wrong.
    What i discribed was not the real problem.
    Therefore i close the first one.

    The color is not he problem.
    I made a complete new form 'frmfouten' with, again, the...
  9. [RESOLVED] Content listbox and cmdbuttons visible after seconds

    I make programs on a computer with Windows XP.
    When i run the compiled version everything is ok. The contents are visible direct.
    However, when i run the programm on a computer with Windows 7 Pro...
  10. Re: Content listbox not visible with Windows 7

    The colors are right.
    Please, see my new post.
  11. [RESOLVED] Content listbox not visible with Windows 7

    I make programs on a computer with Windows XP.
    I am testing the programs also on a computer with Windows 7 Pro.
    99% works fine on both computers.
    However, one form gives a problem i cannot solve...
  12. Re: Properties windows stays on top

    Thanks to all of you.:thumb:
    I indeed just dragged them over right site and they keep there.
  13. Re: Properties windows stays on top

    WoF,
    When i start a new project and run it, only the form is visible.
    The Properties, Project en Immediate windows are not visible then.
    At design time i can plcae those 3 windows on any place on...
  14. Re: Properties windows stays on top

    That's correct. But they still are on top of the form.
  15. Re: Properties windows stays on top

    DataMiser,
    It is designer.
    The SDI Development Environment is NOT checked.

    Hannes,
    That i already found out. The problem is that normaly i have the property window on the right site of the...
  16. [RESOLVED] Properties windows stays on top

    I do not know what i did :confused:but now the Property Window and Project Explorer are staying on top. I want that my form etc. are on top. How can i change this?
  17. Re: When a 2nd .exe. starts disable screen of first .exe

    DataMiser,
    Thanks. Is working as well.
    Regards,
    Herman
  18. Re: When a 2nd .exe. starts disable screen of first .exe

    DataMiser,
    Thanks, that was a good hint.
    In the formload from menu.exe i put:
    Timer1.Interval = 3000 ' Set Timer interval.
    Timer1.Enabled = True
    SaveSetting "HataSal", LangJaar,...
  19. [RESOLVED] When a 2nd .exe. starts disable screen of first .exe

    I have a .exe called menu.exe
    On that screen are 2 listboxes.

    When i chose from the menu to run another
    program, say herman.exe, the menu.exe will keep running.
    The second exe. herman.exe, will...
  20. Re: Menu rolled out by opening form

    Sorry DataMiser,
    I quess i did not wake up properly this morning.
    I left the U instead of the correct letter.
    Now it works fine.
    Thanks a lot.
    Have a nice weekend.
    Herman
  21. Re: Menu rolled out by opening form

    Thanks DataMiser, but is does not work here.
  22. [RESOLVED] Menu rolled out by opening form

    Hello,
    I have on a form a menu with 6 sub items.
    When i load the form i want the menu rolled out automaticly.
    How can i do that?
    I want to see by opening the form:
    Main Menu
    sub item 1...
  23. Replies
    55
    Views
    2,655

    Re: Corrupted form

    On the machine with the ex-problem, the OS is XP home edition.
  24. Replies
    55
    Views
    2,655

    Re: Corrupted form

    I believe that my son found the problem.
    On form load i set the decimal sign to . (point) and the thousand seperator to "".
    Something there went wrong and the decemal sign was set to "" in the...
  25. Replies
    55
    Views
    2,655

    Re: Corrupted form

    The smile is completly gone.
    Same problem again.
    I found a verry strange thing.
    There is a module in my project call mdlAlgemeneSubs. (enclosed)
    When i open it with a texteditor the text is...
Results 1 to 25 of 109
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width