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



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Controlling already open IE window01 Apr 2005 00:38 GMT6
I'm currently using
set IEOBJ = CreateObject("InternetExplorer.Application")
to create a browser object and give the "IEOBJ" browser commands such
as navigate("url") etc.
Ways to speed up blting and stretch blting31 Mar 2005 23:45 GMT2
It's quiet...too quiet.  So I'll ask a completely subjective question and
see if anyone wants to chime in!
I'm making a drawing program -- this thing opens up an image that is a
floorplan of some building, and our users can draw on it things like colored
Common Dialog Api ?31 Mar 2005 22:44 GMT5
Are there any new common dialog api to call the new dialog boxes as those in
Office 2003 instead of the standard ones?
Thanks,
Ivan
APIs for bitmaps & jpegs31 Mar 2005 21:10 GMT3
Sorry, I'm newbie here.
Wich api's are used to get properties and pixel colors of images? (.bmp,
.gif, .jpg)??
MCardReadMemory31 Mar 2005 06:00 GMT1
Firstly - I am sorry if its the wrong group - I searched/googled for two
weeks and could not find a solution.
I am trying to use SCM smart card reader.
I have problems with MCardReadMemory.
WaitForSingleObject milliseconds=031 Mar 2005 01:48 GMT5
I have written a program that watches changes in a certain folder. The
interval that I use is controlled by a timer control, to avoid hangups.
At startup I first of all call:
lCurrent = FindFirstChangeNotification(tFolder, 0, FILE_NOTIFY_CHANGE_ALL)
How to customize button labels for the MsgBox?31 Mar 2005 00:55 GMT4
I'd like to show the standard VB6 message box with 3 buttons
MsgBox "Hello!", vbYesNoCancel
and want the last button label to be mine ("Settings").
How me to change? Is it possible with api calls or is there another simpler
DrawShadowText31 Mar 2005 00:48 GMT19
Does anyone know how I can implement this API into VB6? I've done a google
search and fund very little. All I'm looking for is the declare. I'll work
out the rest.
BTW. I'm already aware I need to use InitCommonControls and a manifest file.
How to represent Alt and CTRL in SendMessage using WM_COPYDATA30 Mar 2005 20:55 GMT4
How does one represent Alt and Ctrl characters in String data?
Can vbKeyControl be used for the CTRL character?
Other than wdKeyAlt (in Word), I've not found anything for Alt.
What needs to be used?
Resizing a borderless form at runtime30 Mar 2005 16:37 GMT1
I am using SendMessage to move the form
Anyway to resize the form (probably using the sendmessage)
on action:mousemove
?
Dropping accents from characters30 Mar 2005 12:46 GMT3
Does anyone know of a way of dropping accents (diacritical marks) from
extended Latin alphabetic characters in order to generate a 7-bit ASCII
fall-back? For instance: 'A-acute' mapping to a simple 'A', etc
I expected the FoldString API to do it, but it doesn't. Neither is there a
Paper trays30 Mar 2005 11:12 GMT4
Is there a way to retrieve the quantity of paper in each paper trays (Empty,
Full, 1/4, ...) ?
Thx in advance,
Serge
General API Question ?29 Mar 2005 14:33 GMT6
Private Declare Function FindWindowEx Lib "user32" Alias
"FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long,
ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
hWnd = FindWindowEx(hWnd, 0, "TrayNotifyWnd", vbNullString)  
Why does my Start button flicker?29 Mar 2005 09:14 GMT7
Every few seconds my start button flickers.
Does anybody have an idea why?
Regards,
Roy
Ellipse API Bug in Windows XP28 Mar 2005 20:07 GMT7
The ellipse function does not work in Windows XP for certain
co-ordinates in which it should draw a circle. In earlier versions of
Windows there was no problem. This simple VB6 example shows the
problem.
Pages: 1 2 3 4 5 6 7 8 9 10 February, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.