My account: Login | Sign Up
Loading... 

microsoft.public.vb.winapi | Forum profile

Forum profile page for microsoft.public.vb.winapi on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.vb.winapi, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.vb.winapi" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.vb.winapi - microsoft.public.vb.winapi (site profile, domain info microsoft.com)
Title: microsoft.public.vb.winapi
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 39 posts per thread
Forum activity: 0 active threads during last week
 

Posting activity on microsoft.public.vb.winapi:

  Week Month 3 Months
Threads: 0 0 16
Post: 0 0 63
 

microsoft.public.vb.winapi Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

No active authors during last week.

 

Latest active threads on microsoft.public.vb.winapi::

Discussions in microsoft.public.vb.winapi
Started 2 months, 2 weeks ago (2008-09-07 10:50:00)  by Thomas Hoffmann
Hello, I'm using the mp3.bas from Michael Karathanasis for years in a little prog for mp3s. ( http://www.vbforums.com/attachment.php?attachmenti d=3227&d=994045718 ) Since some days the above Api fails when is called by API_mciSendString "open " & mmName & " type MPEGVideo alias mp3", 0, 0, 0 but only in some mp3-files. I cannot ...
Thread:  Show this thread (4 posts)   Thread info: API_mciSendString hangs in microsoft.public.vb.winapi Size: 1,369 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "API_mciSendString hangs in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 2 weeks ago (2008-09-08 07:55:00)  by Markus Colorado
Hi, I'm trying to read the column header (SysHeader32) captions of an ListView. So far I'm sure to have the right processID and handle (hWnd) , beacause I can successfully read the right number of columns, but I do not get any text (caption) for each column. I always get back an empty string for each column-text, although ...
Thread:  Show this thread (22 posts)   Thread info: ListView ColumnHeader caption via API? in microsoft.public.vb.winapi Size: 4,766 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "ListView ColumnHeader caption via API? in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 1 week ago (2008-09-10 09:37:00)  by Naveen
Hi, In the very fast moving IT Industry, there is a need for the people to keep a note of what is happening in the field, what are the latest Jobs available and in which technologies they are available and what companies and also in which cities. And also when applying for Jobs, it is obvious for people to look for...
Thread:  Show this thread (1 post)   Thread info: VB - Jobs, Interview Questions, Certification in microsoft.public.vb.winapi Size: 3,304 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "VB - Jobs, Interview Questions, Certification in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 2 weeks ago (2008-09-08 10:21:00)  by Dave Bootsma
I have an application where I want to redraw a polygon from points I retrieve from a file. The file is read with streamreader line by line each line contains the points for each polygon. Below is a typical line from my file. 500,748 500,678 552,678 552,696 584,696 584,714 612,714 612,748 Each set of x,y coordinates is ...
Thread:  Show this thread (2 posts)   Thread info: convert streamreader line to system.drawing.point in microsoft.public.vb.winapi Size: 2,733 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "convert streamreader line to system.drawing.point in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 2 weeks ago (2008-09-03 10:17:00)  by Mike
I'm writing a filecopier using APIs. I've gotten everything working, but I want to set the destination file's date stamps match the source file's. I can get the info using GetFileInformationByHandle, but I'm stumped on the SetFileInformationByHandle. I'm using the Unicode versions because we often encounter very long paths here. ...
Thread:  Show this thread (8 posts)   Thread info: SetFileInformationByHandle He in microsoft.public.vb.winapi Size: 4,967 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SetFileInformationByHandle He in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 2 weeks ago (2008-09-03 10:33:00)  by Me
I want to resize (change only the width of) another programs window. I have gotten the handle to that window and think I will use the SetWindowPos API with the noMove, noZorder flags (unless someone recommends a better API for this). The question is which API to use to get the current size of the window so that I only modify ...
Thread:  Show this thread (3 posts)   Thread info: Which API to get window size in microsoft.public.vb.winapi Size: 779 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Which API to get window size in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 3 weeks ago (2008-08-27 01:13:00)  by Peter
Dear all I need to write a VB6 app that periodically sends a keystroke(F5 key) to certain windows apps. I know, I can use the Sendkeys statement for this but in my case I can't use it because: -the app(s) i want to send the keystroke to are not in focus and should not get in focus -there will be several apps with ...
Thread:  Show this thread (5 posts)   Thread info: send keystroke to other windows apps in microsoft.public.vb.winapi Size: 1,416 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "send keystroke to other windows apps in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 3 weeks ago (2008-08-27 03:53:00)  by Klaus Kleiner
I send continuously data to another window using its hWnd and SendMessage. I can find the hWnd each time iterating through the list of available windows, but I am searching for something faster, like a function "IsWindowStillAlive(hWnd)" or so. Does something like that exist? I can't trust that the target hWnd ...
Thread:  Show this thread (6 posts)   Thread info: how to check if window still alive? in microsoft.public.vb.winapi Size: 876 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to check if window still alive? in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 2 months, 3 weeks ago (2008-08-26 10:17:00)  by Chris Farmer
Hi all, I'm trying to remove 2 pictureboxes and do the work with memory HDC's This is what is causing my problem, whichever HDC is created first seems to work fine but the second HDC is just a black picture. Sub Setup_HDCs() Dim MyBM As StdPicture Set MyBM = PictureFromDC(picShown.hDC, 0, 0, picShown....
Thread:  Show this thread (1 post)   Thread info: Problems with HDC's in microsoft.public.vb.winapi Size: 1,339 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Problems with HDC's in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
Discussions in microsoft.public.vb.winapi
Started 3 months ago (2008-08-22 06:38:00)  by mo.sparrow
The advantages of unit testing are well known, giving development teams a safety net to facilitate change, ease integration and supply live documentation.Unit testing of small logical code is quite easy and can show value quickly. But in real life, our code will use other classes and components. If this happens, things can get quite ...
Thread:  Show this thread (1 post)   Thread info: Software Testing - Unit Testing in microsoft.public.vb.winapi Size: 1,765 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Software Testing - Unit Testing in microsoft.public.vb.winapi :: microsoft.public.vb.winapi :: Discussions in microsoft.public.vb.winapi"
 

Hot threads for last week on microsoft.public.vb.winapi::

No active threads for last week.