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

Search:

Type: Posts; User: HanneSThEGreaT

Page 1 of 5 1 2 3 4

Search: Search took 0.48 seconds; generated 55 minute(s) ago.

  1. Replies
    7
    Views
    73

    Re: MS Office automation pls help

    Taking a guess here, but does your client have the Office PIA ( Primary InterOp Assemblies ) installed?

    If not, that could be your answer.

    Have a look here :
    ...
  2. Replies
    9
    Views
    151

    Re: get opera version

    Cool, I'm glad we're making progress :)

    OK, to have a log isn't too complicated. Add this Sub to your program :


    Private Sub WriteLog(strEntry As String)

    Dim strLogFileName As String
    ...
  3. Replies
    7
    Views
    149

    Re: Crystal Report Multi page prob.

    Hi Arjay!

    This is the second time he did this in this thread. yesterday he did the same and I eventually moved his post to its own thread here :
    ...
  4. Replies
    9
    Views
    151

    Re: get opera version

    Hi Temp0.

    That key would be the best, as it shows us what we need.

    I quickly slammed something together for you :


    Option Explicit

    Private Declare Function RegOpenKeyEx Lib...
  5. Replies
    6
    Views
    201

    Re: Saving Controls to File - Help!

    For saving the controls an XML file could work. You'd have to save each property setting alongwith each control, so this could become a bit time consuming though.

    I'd recommend implementing the...
  6. Replies
    2
    Views
    76

    Re: Printing

    [Moved to separate thread ]
  7. Replies
    7
    Views
    149

    Re: Swiping in C#

    If I remember correctly, you could use Pointer notifications

    http://msdn.microsoft.com/library/windows/apps/jj150606.aspx#create_the_ui

    I hope this helps.
  8. Replies
    9
    Views
    151

    Re: get opera version

    Hi Temp0.

    OK, first, I didn't look closely enough at your initial Registry location that you are searching in, so I apologise.

    Anyways, your Registry location :


    HKEY_LOCAL_MACHINE,...
  9. Replies
    9
    Views
    151

    Re: get opera version

    ? huh?

    Anyways temp0, I'd suggest looking in your Registry Editor for the path. I think it might be :
    H_KEY_LOCAL_MACHINE\Software\Opera Software
    Then update your code :

    ...
  10. Re: Load MS Project Template (MPT) Files & Enhance Gantt Chart Rendering

    [ Moved ]
  11. Re: Get Grayscale Value of grayscale image (RGB)

    This might be of help to you :

    http://www.codeguru.com/columns/vb/tinting-and-gray-scaling-pictures-with-visual-studio-2012.htm
  12. Re: (VB)-media control interface using V.Studio 2008???

    This might be of use :

    http://www.c-sharpcorner.com/UploadFile/xxxpluto/MultimediaControls11182005001632AM/MultimediaControls.aspx

    There is a Windows MEdia Player SDK available :
    ...
  13. Re: Runtime Error '429': ActiveX component can't create object

    How do you mean "No"? Wasn't my answer satisfactory? Or, isn't the DLL Registered?

    If it is the latter, your only option is to Register the DLL on the machine. Full stop.

    Do you know how to...
  14. Re: Runtime Error '429': ActiveX component can't create object

    Is that DLL registered on the machine?
  15. Replies
    2
    Views
    202

    Re: Problems in designing Form

    It sounds as if you have made a parent control disabled. if you have a panel or group box or even the form's Enabled propery set to False this will happen.

    Obviously you haven't supplied any code...
  16. Replies
    4
    Views
    232

    Re: Problem overriding WndProc

    OK.... Mind sharing how it can be done?
  17. Re: Limiting the Acceptance of Keyboard Interrupts

    Maybe a stupid suggestion from an old burnt-out programmer, but have you tried DoEvents?
  18. Replies
    4
    Views
    232

    Re: Problem overriding WndProc

    You'd have to trick the WndProc method into thinking that the window is still active.

    Maybe these might help :

    http://stackoverflow.com/questions/884428/wndproc-with-no-visible-form
    ...
  19. Replies
    2
    Views
    217

    Re: Program Autorun

    HAndyCafe is a freeware program for internet cafes. What you're asking will not be possible unless you hack into that program - which is illegal. I'd suggest create your own program checking for...
  20. Replies
    2
    Views
    218

    Re: Distribution method suggestions

    well it's quite a broad topic Scott. It depends on you platform. The built in Installer for Visual Studio is usually good enough in most cases. Obviously we do not know what type of program you're...
  21. Re: Copy ms access tables from one table to an other using vb.net

    Please mark your thread resolved.
  22. Replies
    1
    Views
    113

    Re: copy word document in c#

    DO not Revive OLD THREADS!

    [ Moved ]
  23. Re: Copy ms access tables from one table to an other using vb.net

    DO NOT REVIVE OLD THREADS!

    [ Moved ]
  24. Replies
    3
    Views
    342

    PHP Re: Confirmation email

    OK, it's official. I'm stupid and I suck at php! ;)

    I forgot the = in my HTML code. It should be :


    <p>Delivery :<br>
    SpeedService (Counter to Counter) – R70 <input type="radio" name =...
  25. Replies
    8
    Views
    4,338

    Re: C# Color Picker!

    OK, this thread is 10 years old! :rolleyes:
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width