Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Win API / April 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get/Set binary value from Registry10 Apr 2005 09:51 GMT4
How should I convert my string and/or long values into binary, so that I
can save and retrieve it to/from registry in binary mode?
(I mean off-course I can use REG_DWORD, but what conversions do I need
if using REG_BINARY)
From appliction project to service project10 Apr 2005 06:47 GMT1
After 2 weeks I got the solution of how can I let the internet ecplorer
navigate in the same window and here is the code:
Decleration:
<DllImport("shell32", CharSet:=CharSet.Auto, SetLastError:=True)> _
IntersectRect Problem10 Apr 2005 00:24 GMT9
Can anyone please help me with a query about mouse
position and creating a RECT of the mouse position? At the
moment the code below detects a MouseDown event and a
MouseMove event on a picture called picInner and draws a
How can I let the internet explorer start to navigate in the same windwo?09 Apr 2005 22:10 GMT4
I have this question which really drive me cruzy,
By using VB.Net:
How can I let the internet explorer navigate in the same window either
by using win32 API or by using Microsoft Internet Control refreance to
DeviceIoControl (USB)09 Apr 2005 15:31 GMT19
I'm trying out different USB calls and I'm stuck with the code below.
Do note that I've used CreateFile to get the handle of the device
(i.e. port) "\\.\usbscan0" and that other calls such as
IOCTL_GET_VERSION, IOCTL_GET_DEVICE_DESCRIPTOR, etc work fine.
Problem with Shell_NotifyICON function09 Apr 2005 06:20 GMT7
First of all, I consider myself a weekend bit banger (Using VB6 Sp5 on XP
platform).  I've just started using API function a few months ago and have
written a small program that consist of  1 Form containing 1 combobox, 1
toolbar and 1 web browser control.
DDE Question08 Apr 2005 15:49 GMT4
I am currently working to get a VB 6 application talking to a legacy
application, and the only way to do so is via DDE. I know it is lame, but it
is the row I have been given to hoe. I am fairly new to VB and the Windows
API and very new to DDE so this has been quite the learning ...
Formatting Richtextbox text without selection08 Apr 2005 00:54 GMT2
Is it possible via the API to format a richtextbox's text without first
selecting the text ?
Thanks in advance.
Regards,
Explorer.exe and ShellExec....07 Apr 2005 01:57 GMT15
Ive been reading the article
http://support.microsoft.com/default.aspx?scid=kb;en-us;307856&sd=tech
that describes how you can use swicthes to shell out windows explorer.
My question...is this only applicable to a certain OS or is it tied into IE
"Stacking" windows07 Apr 2005 01:46 GMT2
I'm looking for a way, through API to "Stack" 3 windows when a particular
event happens.  I can get the handle to all 3 windows.  Basically I want
Window #1 on top of window #2, and windows #1 and #2 on top of window #3
(Similar to a cascade effect).  Some of these windows amy or ...
ListItem max character06 Apr 2005 22:35 GMT1
Hi to all,
I know that the limit of items length into ListItem and ColumnHeader is 255
characters.
I need to know if there's a way to extend the maximum number of character
Path for App-Data06 Apr 2005 19:45 GMT3
Does anyone know a method to get the name of the app-data-folder?
As I know in the German Version of Windows2000 it is:
C:\Dokumente und Einstellungen\Joe\Anwendungsdaten
How can I get an international one?
SystemMenu Disable MenuItem06 Apr 2005 16:23 GMT3
I am using this code to remove "Close" from System Menu
Private Declare Function GetSystemMenu Lib "user32" ( _
        ByVal hwnd As Long, ByVal bRevert As Long) As Long
Private Declare Function GetMenuItemCount Lib "user32" ( _
Temporary Change Windows Local Administrator Password in 24 hrs06 Apr 2005 15:00 GMT3
I want to write a program to reset the local windows admin password in
24 hours, do i have to call any Windows API in order to complete this
task ?
PS. user is a normal user
Creating a menu at runtime06 Apr 2005 14:10 GMT5
I try to create a menu at runtime. What I've done so far:
I created a Command-button
Private Sub Command1_Click()
Dim lHMenu As Long
Pages: 1 2 3 4 5 6 7 8 9 March, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.