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 2006



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Check for Update22 Apr 2006 00:19 GMT3
I need to check on a host server(http) if any update is available to
discharge.
No INET control and no external component if is possible.
Thanks
The Windows NT Service ActiveX DLL21 Apr 2006 09:28 GMT1
The Windows NT Service ActiveX DLL allows developers to quickly and easily
write Windows services in Visual Basic.
 You can implement a ActiveX events to receive Service Manager Start, Stop,
Pause and Continue events.
ActiveX control (DLL or EXE) and it's parent, hosting process (PID).21 Apr 2006 09:27 GMT8
It seems like it should be a simple question, but
for the life of me, I can't figure out how to do this (elegantly).
Any ideas ?
Thanks in advance !
How to: Program in taskbar, not in system tray?21 Apr 2006 09:01 GMT3
Does anybody know how to place a program on windows taskbar like modern
windows media player or office language bar? Note that I'm not telling
about placing icons on system tray...
Have anybody tried this? Or, M$ is the only one who is showing this
Drawing points with degree coordinates21 Apr 2006 04:12 GMT4
Does anybody know how to draw points in VB , when their coordinates are
in degree, e.g point A is (86.34,43.34) , i figured drawline won't do
the job, so what can i do?
SavePicture problem21 Apr 2006 00:19 GMT1
           I finally achieved tiling four images together in a picture
control using some API calls from Rod Stephens book. Everything works except
the saving the tiled picture into a file. Could you please tell me what I am
doing wrong? It seems very simple but it doesn't work. ...
FindFirstFile returns invalid handle20 Apr 2006 08:08 GMT6
I use FindFirstFile() API to determine whether a certain folder exists.
sFolder="C:"
hFile = FindFirstFile(sFolder, WFD)
FolderExists = (hFile <> INVALID_HANDLE_VALUE) And _
Problem with CreateWindowEx API20 Apr 2006 06:46 GMT7
I create a Progressbar by using the following code:
Public Const PROGRESS_CLASS As String = "msctls_progress32"
 lnghWnd = CreateWindowEX(0, PROGRESS_CLASS , "", WS_VISIBLE _
                         Or WS_CHILD, 0, 0, 0, 0, Me.hWnd, _
Unicode Button in VB619 Apr 2006 23:04 GMT21
I have a form with a command button and want the caption of this button to
be unicode.
I found this:
http://www.eggheadcafe.com/ng/microsoft.public.vb.controls/post252068.asp
How to view image file .tif format in VB?19 Apr 2006 19:26 GMT2
Hi, All
I have a question ;
How can i view image file with ".tif" extension,
I am using picture box or image control.
Exporting vector graphic18 Apr 2006 12:46 GMT3
Hello - I have drawn a polygon in a picure box using line method and another
using the api. I would like to export the drawing to Coreldraw or at least
save it in a file format that could be opened with Corel.
Any ideas on a good way to go about this???
Rules to prevent resource leaks when using GDI?18 Apr 2006 12:44 GMT1
In a previous thread (BMP saving now working, BTW, Mike - thanks!) it
was mentioned that my code unsurprisingly included resource leaks.  Now
the program is working reasonably well, I'd like to eliminate these.
I've had a quick look through the code, and the major GDI calls are as
Keeping the drawing stabke18 Apr 2006 11:47 GMT2
Hi, I 'm drawing lines to a windows form, using the basic drawline ,
(no picture box) ,but the problem is that whenever I minimize the
window and put it back again, the lines drawn  disappear, can anyone
tell me how to keep it there
Microsoft WMI Scripting v1.2 Library16 Apr 2006 10:09 GMT8
Hello !!!
I need download he version 1.2 of WMI.
In Microsoft site only get the 1.1 version.
I need install in W98 and obtain the serial number of hard disk.
seek tutorial on .bmp manipulation14 Apr 2006 14:00 GMT1
I need my application to load .bmp texture files from a game, and then load
my own custom textures (also .bmp files) displaying both in separate
windows. I think this is not a problem.
The user will then manipulate combinations of one superimposed on the other,
Pages: 1 2 3 4 5 March, 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.