Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: robdunfey
  • Order by date
  1. robdunfey

    Value of a registry key?

    How is best to get the value of a registry key? Is there a difference in approach in VB6 and VB.NET, is there any approach that is common to both languages? Any guidance much appreciated - Rob
  2. robdunfey

    Calculate Angle of two lines

    vladk, Thank You. I actually meant from the vertical?! So if a point is in the top right corner of the screen the angle would be 45 degrees, halfway down the right it would be 90 degrees, bottom left 225 degrees etc. Rob
  3. robdunfey

    Calculate Angle of two lines

    I want to know the angle of a line from the horizontal. What is the simplest was of calulating this in VB? Rob
  4. robdunfey

    WindowFromPoint API in .net

    Thanks for the reply Christiaan, but I thought there might be a dot net solution instead of resorting to using the API?
  5. robdunfey

    WindowFromPoint API in .net

    Hi, I have an activex control that has many windows in it. When I call its hwnd method it just gives back the main 'wrapper' window. In VB I can get hold of the window I want by getting a point using GetCursorPos (API call) and passing the point to WindowFromPoint (API Call). I see this...
  6. robdunfey

    determine database type?

    Hi, I cant find out what database I am connected to. Is it possible to determine the difference between Oracle, DB2, SQLServer and Access if the only thing you know about the database is if it supports anyone of the following 5 SQL clauses? Distinct All As Order By Group By I suspect not...
  7. robdunfey

    how do API calls from VB work?

    Hi, I checked the FAQ'a but nothing there, so I hope know one minds me posting a simple question. I have the following code in a module in my vb project, i call it from my main code window to hide the taskbar, its works just fine, but I really dont understand what is happening. Any guidence...
  8. robdunfey

    ie6 must download?

    Hi, This may be a little low level for the forum but im banging my head over this. I have some software that requires ie6 be installed, problem is i dont have an internet connection? every time i try and install it wants to connect, i havent been able to find a downloadable version that...
  9. robdunfey

    mainmenu size

    Hi, I have a main menu control on a form. It is thinner than a normal menu, does anyone have any ideas how i could increase the height of the mnu bar? Any thoughts appreciated, Rob
  10. robdunfey

    after form load event

    Hi, I am trying to write a simple little app using vb.net. It has two forms, one is a splash screen the other is the 'application' I call the splashscreen first then use a timer to delay the loading of the second form. The loading of the second form (and timer) is in a sub called...
  11. robdunfey

    Host VBA Form in Word Task Pane

    I think task panes are only available in 2003? Ctrl-F1 do? It opens the task panes. What is the Word Task Pane? They display 'Getting Started' info, 'Help', 'Clip Art', 'Clip Board' etc. There are a number of Task Panes Yes there are, but only one seems to be displayed at any one time. I...
  12. robdunfey

    Detecting New Window

    The Windows API may be useful: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows.asp
  13. robdunfey

    Add Dockable Window to Word 2003 thats hosts a Form

    I already have. Any further suggestions appreciated. It doesn’t necessarily have to be VBA, any ideas in VB6, VB.NET appreciated. I just thought people who read this forum might have some ideas!
  14. robdunfey

    Add Dockable Window to Word 2003 thats hosts a Form

    Hi, I would like to add a dockable window to word that hosts a VBA form. The Form can be developed in The Word VBA dev environment and added to the dockable window? Is this possible? I really don't know where to start with this, any help appreciated, Rob
  15. robdunfey

    Host VBA Form in Word Task Pane

    Hi, I am using Word 2003. I have a form in VBA which hosts an ActiveX control. I would like the VBA form to be hosted itself, within the Word Task Pane (Ctrl+F1). Does anyone have any ideas how I may achieve this? Any thoughts appreciated, Rob
  16. robdunfey

    Slider Control

    Morning- Does anyone know if its possible to change the appearance (especially the colour) of the slider control? Kind Regards, Rob
  17. robdunfey

    Pic Control, Slider, Picture Array, Something Different?

    Folks, I currently have a combo with a set list of values, e.g. Panda Lion Flamingo Bear But I want make it less windows like. I'm thinking something like the menu bar on a mac, where you slide across it and it warps?! So say I have a pic of each animal, I was thinking of using a slider to...
  18. robdunfey

    See if process is running?

    Hi, I am using visual basic 6. I want see if an application is running. i.i is notepad.exe running on the same PC as my VB app? I thought this would be straight forward but it seems I have to use the winapi? I have had a look around the net and have failed to find anything straight forward...
  19. robdunfey

    Get Dir of Executable

    Sincere Apologies. I've just found the answer on a previous thread: app.path Rob
  20. robdunfey

    Get Dir of Executable

    Hi, I am making a VB6 Standard EXE. I want get the folder in which the execuatble will reside on the users machine. Any suggestions on how best to do this would be much appreciated. Rob

Part and Inventory Search

Back
Top