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

Search:

Type: Posts; User: jamesa

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. Change the Desktop font size (normal, large, extra large)

    Hallo,
    I’m writing a little application that has to change the screen appearance font size (normal large and extra large) at run-time.
    I have already read several posts about how to get the DPI...
  2. Replies
    2
    Views
    2,274

    Re: Display's DPI Setting

    thanks a lot,

    I will try it.
  3. Replies
    2
    Views
    2,274

    Display's DPI Setting

    Hallo,

    I need please a help on, how to set, refresh or propagate Display's DPI Setting change?

    for example, I want to change the display's DPI Setting from 96 to 120 without reboot.

    ...
  4. Replies
    3
    Views
    659

    Re: environment variable problem

    Hallo Comintern,

    thanks a lot for responding.

    You forgot to read in detail my original post that rfefers to the MSDN article Q104011.


    Hi malleyo,

    you are wright with your notice. it...
  5. Replies
    3
    Views
    659

    environment variable problem

    Hallo,

    I wrote a function to propagate the environment variable as recommended in the MSDN article Q104011

    It worked fine. I could later on see the variable on the shell using set.

    I wrote...
  6. Replies
    0
    Views
    884

    winlogon/Notify problem.

    Hallo,

    I’m facing a winlogon/Notify problem.

    I’m creating to Winlogon Notification Package. I have therefore written an ATL DLL with a winlogonevent handler function. I exported the...
  7. Re: How do I use explorer.exe to copy directory or to grant access to the AppData?

    Thanks for your response,

    I’m writing in vb6 and I tried the fso (file system object) that generated the err.number 70.
    I already solved the problem using a group policy to redirect the AppData...
  8. Re: How do I use explorer.exe to copy directory or to grant access to the AppData?

    Correction

    The error message is not Access denied, but permission denied.

    Thanks for helping
  9. How do I use explorer.exe to copy directory or to grant access to the AppData?

    Hallo,

    I’m trying unfortunately to overwrite the AppData directory. I’m getting the “Access Denied – Err.number 70” error message.
    I can do it using explorer, but not with my...
  10. How do I use explorer.exe to copy directory or to grant access to the AppData?

    Hallo,

    I’m trying unfortunately to overwrite the AppData directory. I’m getting the “Access Denied – Err.number 70” error message.
    I can do it using the explorer GUI, but not with my...
  11. Replies
    1
    Views
    922

    Re: Numeric keypad input as mouse commands - RESOLVED

    That may help someone else.
    The MouseKeys Flags is stored in the “HKCU\Control Panel\Accessibility\MouseKeys\Flags” registry key with different values. (Flag Constant)
    Some of these values...
  12. Replies
    1
    Views
    922

    Numeric keypad input as mouse commands

    Hallo,

    I'm facing the following problem.
    Playing with the mouse setting, I sent a SPI_SETMOUSEKEYS (using the SystemParametersInfo) message to the system with the following mouse settings.

    ...
  13. using window's handle or process id to get the path from an opened file.

    Hallo,

    My Application will have to shell (launch) notepad to open a file.
    I would like that only one instance of this file can be open.
    I can use FindWindow to check if notepad is running and...
  14. Re: Object reference not set to an instance of an objec

    Thanks a lot coolbiz,

    Your response is the correct answer.
    the Dim objWeb As SPWeb = Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(Context)
    did not return anything because of the...
  15. Object reference not set to an instance of an objec

    Hallo,

    I'm facing a strange error when trying to run a little code that normally must be correct. I port this code from c# to vb.net to get the website collection from a SharePoint Portal server....
  16. Thread: RegRead error

    by jamesa
    Replies
    4
    Views
    1,915

    Hallo Savitar, here another way to do it ...

    Hallo Savitar,

    here another way to do it





    '==========================================================
    ' Name: ERROR_SUCCESS
  17. Hi ken1000, hier an example Option...

    Hi ken1000, hier an example




    Option Explicit

    Private Type TName
    strFirstName As String
    strSurname As String
  18. Replies
    3
    Views
    914

    Hi BabuPriya, here other examples

    Hi BabuPriya,

    here other examples
  19. Replies
    4
    Views
    763

    Hallo FiksVe, you may try this code...

    Hallo FiksVe,

    you may try this code from Planet source code
  20. Hallo bdharmap, you wrote I want to...

    Hallo bdharmap,

    you wrote


    I want to implement some code in VB6.0 application and make it as commandline exe. So that I can execute it from any shell Proc command.


    If I have really...
  21. Replies
    6
    Views
    971

    Hallo bilidim, here how it must be done ...

    Hallo bilidim,


    here how it must be done





    Dim strTel As String
  22. Replies
    6
    Views
    971

    Hallo bilidim, The seek and Loc Function may...

    Hallo bilidim,

    The seek and Loc Function may help you.

    see here for the a seek function example, and here for a Loc Function Example.
  23. Replies
    7
    Views
    2,649

    sorry WizBang, it seems that two separates...

    sorry WizBang,

    it seems that two separates apllications can communicate. the callback.dll from Jürgen Thümmler shows how.
  24. Replies
    10
    Views
    1,624

    Hallo Mothra, Look at the "CallBack Function"...

    Hallo Mothra,

    Look at the "CallBack Function" within the "CallBack Function.rar " from here.
  25. Replies
    3
    Views
    908

    Thanks as lot, I found here...

    Thanks as lot,

    I found here VBDOX,
    very close to Doxygen.

    Thanks
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured