Skip to content

Windows API

Discussions on the APIs of the various versions of Windows

This category can be followed from the open social web via the handle windows-api@forum.codeproject.com

811 Topics 2.7k Posts
  • Problem With ActiveX Control

    com help c++ dotnet visual-studio
    2
    0 Votes
    2 Posts
    2 Views
    V
    This is the Windows Vista forum. If you route your question to the appropriate forum, you're much more likely to get a response. :)
  • insert animated gif

    tutorial question
    2
    0 Votes
    2 Posts
    2 Views
    V
    This is the Windows Vista forum. If you route your question to the appropriate forum, you're much more likely to get a response. :)
  • Can we resize an activeX control at run time

    com help
    2
    0 Votes
    2 Posts
    4 Views
    J
    Please post on the correct board, this one is for problems with Windows Vista. Jonathan Wilkes Darka [Xanya.net]
  • check this... might work..

    2
    0 Votes
    2 Posts
    3 Views
    J
    idiot -- modified at 3:54 Wednesday 18th April, 2007 Thanks for the 1 vote, just proves you're an idiot. Jonathan Wilkes Darka [Xanya.net]
  • CSIDL for Users\Public folder?

    question
    6
    0 Votes
    6 Posts
    3 Views
    P
    Would CSIDL_PERSONAL solve your purpose ? Regards, Paresh.
  • How to run a program _without_ elevated rights?

    tutorial question announcement
    3
    0 Votes
    3 Posts
    4 Views
    M
    Thanks, this link seems to be helpful! Regards, mav -- Black holes are the places where God divided by 0...
  • Force msi to run elevated

    question design hardware security tutorial
    3
    0 Votes
    3 Posts
    7 Views
    B
    unfortunately, that still leaves the uninstall to be invoked from Add/Remove programs as standard user. I don't think the system uses the uninstallstring in the registry when it also contains keys declaring it as a windows installer package. InstallShield packages don't have the windows installer related keys so I think they use the uninstallstring they way I would like to. I have modified the unintallstring and it still runs the uninstall by running the msi directly without regards to the string I provide. I also aim to prevent the .msi from being doubled clicked on directly when using a second entity to elevate it from the start. If I provide an install CD for the product, I would need to prevent the .msi from being run directly to prevent installation mishaps. This led me to search for a way to spawn the .msi elevated hopefully without that second entity so I could prevent the problems that surround such an approach. Regardless, thanks for the help and idea.
  • Vista shell extension and WM_INITDIALOG

    question c++ linux help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Problem with tmpfile() function.

    help c++
    9
    0 Votes
    9 Posts
    12 Views
    S
    Yes it solved my problem... Actually, vista is installed on D drive which is root directory on my PC. Previously, I use to log on as a user who was not having write/ create file permission on root directory. That is the reason why tmpfile() was returning NULL. The temporary file is created when I log on as an Administrator or a user who has that permission. I gave Permission "Full Control" to User. I solved that my "right clicking on D drive", then "propertise", then going to "Security Tab", then "Advanced", and then "selecting the User" and then "Edit" and giving the appropriate permission. Thanks & Regards, Sameer.
  • PLZ Solve this

    csharp asp-net tutorial question
    2
    0 Votes
    2 Posts
    2 Views
    T
    Can you please post a full example IP and the code you are currently using to get the IP? Tom
  • Problem with Vista

    help question asp-net tutorial
    13
    0 Votes
    13 Posts
    3 Views
    V
    Vista runs smooth on my 1GB system... :-) (Yes I know, "good for me" :-)) V. I found a living worth working for, but haven't found work worth living for.
  • platform id for windows vista

    question
    4
    0 Votes
    4 Posts
    2 Views
    M
    Hi, Vista can be 64bit too :) MS's code for getting system version: http://msdn2.microsoft.com/en-us/library/ms724429.aspx[^] ----------- Mila
  • About Vista

    csharp asp-net tutorial question
    2
    0 Votes
    2 Posts
    2 Views
    A
    The following code will get the IP: IPHostEntry ipEntry = Dns.GetHostByName(strHostName); IPAddress[] addr = ipEntry.AddressList;
  • Vista Sidebar Gadget Question [modified]

    help html css sysadmin linux
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • DSL problem in windows vista

    help
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • IP Address Prob

    tutorial
    2
    0 Votes
    2 Posts
    3 Views
    G
    by using 'ipconfig /all' from the command prompt, like you always have done. Look for the part that says ipv4
  • creating a counter for website

    csharp asp-net help learning
    3
    0 Votes
    3 Posts
    3 Views
    M
    Yes, this is NOT a windows Vista issue really. However, download the current beta of Persistore from us, the lite version is free (but is still beta at this time). Creating true (automatically) persistent variables (and arrays) is almost trivial and incurs far less overhead than other methods of doing this. Regards Hugh PS: The beta 1.1.0.0 does not run on Vista, stay tuned for the next beta due out very soon. However it will work fine on earlier OS (32 or 64 bit). Advanced .NET Persistence http://www.morantex.com
  • How to Install Photoshop PSD Previewer

    adobe help tutorial question
    10
    0 Votes
    10 Posts
    3 Views
    R
    can you send mesome sample images to test thanks Omit Needless Words - Strunk, William, Jr. Vista? Photoshop Preview Handler here
  • Quick Launch Shortcuts

    windows-admin tools tutorial question
    3
    0 Votes
    3 Posts
    3 Views
    T
    Maybe disable them would be a better way to put it. I use the Win + n (number 0-9) shortcuts for switching desktops in my VDM software (AltDesk) and want to continue doing so in Vista.
  • Cancel CHtmlView::OnBeforeNavigate2

    help html com tutorial question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied