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

Search:

Type: Posts; User: GarethD.Norris

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Minimise the parent form when the child is minimised

    Hi All,

    I have two forms, one called TTB_Main and the other TTB_BuildTasks.
    TTB_Main is the parent form and uses:
    TTB_BuildTasks.ShowDialog() to open the TTB_BuildTasks child form. While...
  2. [RESOLVED] Returning an object from a function to allow the object to be re-used

    Hi Guys,

    Its been a while since i posted here as i changed jobs and didnt have a lot of time for development but now im back spending all hours on it.

    I created a VB2008 function a while back...
  3. Re: How do i create a search box type app in the Tasbar (Not system tray)

    Do you mean the Windowx XP classic interface (So it looks like 2k)? If so than i have tried both interfaces with the same result.

    Thanks,
    Gareth.
  4. Re: How do i create a search box type app in the Tasbar (Not system tray)

    Back to the topic that haunts my dreams :(

    This topic is still bugging me (So much so that i switched to VB2008 hoping it would have the functionality i required...
  5. Re: VB2008 - How do i create a TaskBar DeskBand Object?

    I think im going to have to give up on this one, no matter how much i try i cant work out how to use the dll :(

    Gareth.
  6. Re: VB2008 - How do i create a TaskBar DeskBand Object?

    Hi Hannes,

    Yes, it has been a while :) I have been playing with a lot of VB6 code and learnt enough to realise that it was going to be difficult to do everything i want in VB6 so i took the .NET...
  7. VB2008 - How do i create a TaskBar DeskBand Object?

    Hi All,

    I have been trying for some time to create a TaskBar Deskband that i can use in a meridian dialing app. The language i was using in my attempts was VB6 but after much searching and a lot...
  8. Re: VB2008 - How do I declare an object with a dynamically assigned name?

    Hi All,

    I found a way to do what i needed. I just use the functions return value to send the object details back to the function call as shown below:

    Form1.vb Form Code:


    MySession1 =...
  9. [RESOLVED] VB2008 - How do I declare an object with a dynamically assigned name?

    Hi All,

    I have just taken the leap from VB6 to VB2008 and am not finding it too bad but I have now come across a scenario which has got me stumped:

    I am trying to declare an object with the...
  10. Module to list registry key value names in a combobox or listbox - Written in VB6

    I forgot to upload the revised module so it is attched.
    Thanks,
    Gareth.
  11. Re: How do i create a search box type app in the Tasbar (Not system tray)

    Hi Guys,

    I have been searching for a C or C++ to VB6 converter for days now as i keep coming across code in these languages but have had no joy.

    I had another search this morning for deskband...
  12. Re: Issues with converting code into a function

    Ah,

    I never get what dglienna is saying (Didnt notice the Public at the beginning) but thanks dglienna :)

    WoF: Thanks for pointing it out, i said it would be such an easy solution it would be...
  13. Re: Issues with converting code into a function

    Hmm, ok :),

    So why does it work in one form and not the other. Bar the code you highlighted there is no mention of HKEY_CURRENT_USER anywhere in my code (I did a project search). The module and...
  14. Re: Issues with converting code into a function

    Sotoasty: I got the jist of what you were saying and got it working so thanks for that.

    I have re-jigged the code a little to add some options and everything seems to be working fine in my program...
  15. Re: Issues with converting code into a function

    Im not entirely sure what you mean but ill have a fiddle when i get back to see what i can work out.

    Thanks,
    Gareth.
  16. [RESOLVED] Issues with converting code into a function

    Hi All,

    I am trying to get the code that i got working in This Post into a module / function so that i can re-use it later but im getting some issues.

    I call the function using:
    Dim...
  17. Re: How do i get a list of the registry keys in a registry folder

    I cant seem to get this post out of resolved so will post a new topic (The new question is slightly different).

    Thanks,
    Gareth
  18. Re: How do i get a list of the registry keys in a registry folder

    I totally missed this the first time round so thanks for re-posting. Ill take a look as id like to master the registry functions tbh.

    Hannes, thanks for the code and the help. Its all part of the...
  19. Re: How do i get a list of the registry keys in a registry folder

    Hi dglienna,

    It looks like that code is for writing registry values which i now have sussed. My issue now is getting the GetAllSettings code to get the settings from the correct registry key and...
  20. Re: How do i get a list of the registry keys in a registry folder

    Hi Hannes,

    Thanks for the reply.

    Im still unsure of how to point at the correct regsitry key to query the values. I have tried the following:
    arrAllSettings =...
  21. Re: How do i get a list of the registry keys in a registry folder

    Hi Haines,

    I ran the form and used each of the options under "Advanced Registry Functions". I have modified these to point to the correct key and it all seems to work ok.

    The "Standard Registry...
  22. Re: How do i get a list of the registry keys in a registry folder

    No, didnt download the code as i was trying PramodsNair's code. Ill download it now and take look.

    Thanks,
    Gareth.
  23. Re: How do i get a list of the registry keys in a registry folder

    Hi Guys,

    I think I did get confused with the names and found it difficult to express exactly what im after.

    To contradict what I wrote earlier, I am trying to list the names of all the string...
  24. Re: How do i get a list of the registry keys in a registry folder

    Hi All,

    Thanks for the replies and assistance. My structure is:

    HKEY_CURRENT_USER\Software\OR\CFT\Gareth
    HKEY_CURRENT_USER\Software\OR\CFT\James
    HKEY_CURRENT_USER\Software\OR\CFT\Rob...
  25. Re: How do i create a search box type app in the Tasbar (Not system tray)

    Hi Mate,

    No problem, i appreciate you trying. I know of some open source code written in C++ which does the job so ill see if i can work out the basics to get just the search box and call it using...
Results 1 to 25 of 59
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured