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 / June 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
VB Parameters for DLL22 Jun 2006 12:55 GMT8
Hello, All:
I have a DLL that I created in C++, and I can make calls to it from other
C++ programs that I've created.  However, I'm having problems calling some
functions in VB -- more specifically, VBA.
Keyboard events21 Jun 2006 22:05 GMT6
I am trying to develop a keyboard log so that I will be able to log all the
keys that pressed in my computer. I have used the GetAsyncKeyState API
function but I have a problem with the language. For example, I can not
understund if the key pressed is the english leter a or the ...
Image\Mouse Status21 Jun 2006 17:11 GMT3
Is it possible to determine if the image under a mouse changes in VB.net
code using API? For example if I position the mouse using the command;
Windows.Forms.Cursor.Position = New System.Drawing.Point(680, 595)
Is there a procedure that would let me know when the image under the ...
WIN32_FIND_DATA  and WIN32_FIND_DATAW21 Jun 2006 12:23 GMT11
Looking at winbase.h, does MAX_PATH have to be 260 in
CHAR cFileName[MAX_PATH] for WIN32_FIND_DATA , where VB would use String
data type.
WCHAR cFileName[MAX_PATH] for WIN32_FIND_DATA , where VB would use Byte data
Setting the BackColor of a Static Window !!20 Jun 2006 23:51 GMT6
I am creating a "Static" Window via the "CreatewindowEX" API and placing it
floating over an Excel Worksheet. I am changing some of its Window Styles and
it works just fine.
Problem :  I want to set the Color of its background to Red but I am finding
Beta Testers Needed20 Jun 2006 11:13 GMT79
I am still trying to find additional beta testers for a new version of my
hex editor.
Testers will receive a free registration in return for providing feedback.
More information available at http://www.softcircuits.com/beta/.
Question about CopyMemory20 Jun 2006 01:00 GMT11
I seem to understand that when using CopyMemory with a Long holding a
pointer, the pointer has to be passed ByVal:
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory"
(Destination As Any, Source As Any, ByVal Length As Long)
NetShareSetInfo() + SHARE_INFO_1004 + c#16 Jun 2006 19:16 GMT7
This is a duplicate post (more appropriate place I am thinking) of a post
over at gotdotnet that is not illiciting any responses.
-------------
Does anyone know if the NetShareSetInfo() API has any known oddities when
Weird DrawTextA!!16 Jun 2006 16:07 GMT2
I've got a lengthy string and I'm drawing it using DrawTextA with the
following format options:
DT_LEFT + DT_WORDBREAK + DT_WORD_ELLIPSIS + DT_NOCLIP
The rect is big enough to display more than 2 lines of text, but the
Get a listview item on another application15 Jun 2006 17:08 GMT2
Hi all..
I need to read texts of a listview on another application (not my exe).
Also I need to set/clear checkboxes on that listview.
Assume I have the handle.
Registered application15 Jun 2006 13:28 GMT2
Does anyone know how to create an application and register it to windows
system?  And also, this application process won't show in Task Manager.  Does
it doable?   Of cause, using VB6 to create the application.
Thanks in advance.
To Alexander Mueller: RE: Capture non-foreground form [GDI-basics]13 Jun 2006 23:34 GMT2
I don't know why but none of my three replies to your posting on the
subject
 Capture non-foreground form [GDI-basics]
does show up in this newsgroup. So I decided to post the reply this way.
Run an existing process13 Jun 2006 17:49 GMT1
I have an application that can create a new specific process(eg. cmd.exe),
using shell function, once user press the button.  However, can anyone tell
me how can I bring out the existing cmd.exe(this application is minimized to
taskbar) again when user press the button again?
Get the button caption13 Jun 2006 13:07 GMT1
Hi all..
I would like to get a caption of a command button by providing its hwnd.
Please advise
TIA
TAB control messages13 Jun 2006 12:50 GMT1
How do I click on a certain tab on a tab control using VB6+API?
Assume I have the handle of the tab control :)
TIA
Guy
Pages: 1 2 3 4 May, 2006
 
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.