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 / August 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Sleep API function17 Aug 2005 14:52 GMT28
I just ran into something I've never seen before; given this code
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMSecs As Long)
Private Sub Main()
Dim d As Date
How to add error message into NT eventlog via VB6?17 Aug 2005 13:49 GMT6
Is there anyone know how to add error message into NT eventlog via VB6? I
cann't find a Win API to acomplish it. Any suggestion is appreciated.
Thanks.
Microlong
Declare "CONST Rect & destRect" -> VB ???17 Aug 2005 08:20 GMT6
In C:
<...>(<...>, CONST Rect & destRect, <...>)<...>
In VB?
Now I am confused totaly:
add new a menu item to the shortcut (context) menu 17 Aug 2005 04:00 GMT3
Does anyone know how to add a custom menu item to a context menu.
I need to add some custom menu items to the context menu displayed in a rich
text control (3rd part).
But surely I should be able to hook to its events and get hold of this
add webcam in visual basic application17 Aug 2005 02:37 GMT1
Anybody know, how to add webcam in visual basic application. I want to
develop  a application in vb and i want to add webcam in our application for
snap the person so plz help me.
Thank you.
Print Event message constant16 Aug 2005 22:54 GMT1
I need to be able to capture events thrown by the Amyuni print driver(a
3rd party pdf conversion product), and it has specified numbers
which I believe I understand to be the wParam of the print message.
Here is what their documentation says:
How to find ICON size from handle (hIcon)!?16 Aug 2005 22:06 GMT6
I have only handle to icon returned with WM_GETICON message.
I don't know the size of that icon handle, I was assuming that icon size is 32x32 but when custom icon with different size is set to
window, 32x32 is incorrect.
thanks
Remove Max Button to VB Form16 Aug 2005 18:11 GMT4
I have to remove max button completely from my Vb form where the min and
close buttons should only be visible and active.
And also the Maximize Menu  item
My Main Aim is to stop only maximize functionality and stop showing it.
Save Icon16 Aug 2005 17:05 GMT1
Hey guys, I'm working on an icon editor.  This is a simple 32x32, 256 color
project.  My method of saving the icon is to use an ImageList:
Public Sub SaveIcon(ByVal sFile As String, Pic As PictureBox)
With ilIcon
Add Ports to WinXpSp2's Firewall 16 Aug 2005 11:04 GMT3
 Is there a way to add a new port to the WinXPSP2's Firewall via VB6?????
  Hope somebody could help me
Compress wave file16 Aug 2005 09:16 GMT3
Can anybody know which API can compress a wave file?
However, the output format still in wave file.
Thanks
Mysterious runtime error 91 depending on where DLL function is called15 Aug 2005 22:47 GMT12
I am quite surprised in the moment about what my Visual Basic 6 project is
doing as I get a runtime error 91 depending on where I call a DLL function.
I have developed a Windows DLL in C and declared a function like this:
Public Declare Function Foo Lib "MyWindows.dll" (ByVal ...
LoadImage and DIB palette15 Aug 2005 19:43 GMT1
   Currently, I use a cDIB class to manage all color depth DIBs. But now I
would like to avoid selecting my hDIB into a DC, and process all through
manipulating data directly from/through lpBits (color data pointer). The
problem comes at time to load palette based bitmaps through ...
API to remove html tags from string15 Aug 2005 17:10 GMT4
Is there an API to remove all of the html tags from a string? I can do
it with code but it's slow.
TIA,
Mike
SetParent: When toggling on and off, how do I keep the form stationary?12 Aug 2005 18:48 GMT5
I have a question about the SetParent API.
I have a situation where it is desireable to "toggle" whether or not a
form is a child form of a form belonging to another process.
SetParent() is of course used to set the form to be a child of another
Pages: 1 2 3 4 5 6 7 8 July, 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.