| Thread | Last Post | Replies |
|
| User belongs to a global security group | 26 Apr 2006 16:58 GMT | 3 |
Does anyone know how I can determine whether or not the current user belongs to a global security group (Windows Sever 2003) using API calls? Thanks, Rosemary
|
| How to get the correct classID and Version of an ActiveX Exe | 25 Apr 2006 22:39 GMT | 1 |
My project developed and running on VB6 (SP3) Win2k SP3 and uses ActiveX Dll's. The deploy program uses the "GetControlInfo" Method from Occache.dll(Ver 6.0.2800.1106) in order to
|
| Temporary Fonts | 25 Apr 2006 11:07 GMT | 2 |
I need a way to load a font and then remove it after a session. I would expect that all I need to do is to copy it to the fonts directory, tell Windows and then broadcast a message to all applications to refresh their font lists, then when I've done with the font delete it and ...
|
| How I make a DLL work with Excel/Word VBA? | 25 Apr 2006 10:20 GMT | 16 |
How I make a VB5 DLL work with Excel/Word VBA?
|
| how to change Z-orders of Windows | 25 Apr 2006 08:25 GMT | 9 |
Hi,Everyone,I have a question about how to change Z-orders of Windows. The question is discribed below in details: Form2 is loaded in subroutine of Form1 : Private Sub Form_Load()
|
| Printing to File with Generic/Text Printer | 24 Apr 2006 23:54 GMT | 2 |
I have a small app that generates a text file from the Generic Text Printer. I have the printer's port set to FILE: My problem comes because you get prompted with a Text box for the path, not a Common Dialog. I haven't been able to file an API that will allow me to set the path
|
| Static data in DLL module. | 24 Apr 2006 15:45 GMT | 13 |
I put a data table in DLL module. when I call the function import from DLL I got exception. ---------- Option Explicit
|
| Please help help urgent on Japanese GDI function | 24 Apr 2006 10:21 GMT | 2 |
I have the code to drawing the text on GDI as follow: Declaration code: Public Declare Function DrawText Lib "user32" Alias "DrawTextA" (ByVal hdc As Long, ByVal lpStr As String, ByVal nCount As Long, lpRect As
|
| Making a VB-Form Modal to a known hWnd ? | 24 Apr 2006 07:54 GMT | 5 |
I have the same problem, too. I have a project at work that needs to make owner and parent window of a VB6 form to a known HWND. I have tried to call Win32 API SetParent, then send a WM_CHANGEUISTATE message to the new parent, but the parent of the VB6 form remains NULL.
|
| Selecting a drawing area | 24 Apr 2006 02:40 GMT | 5 |
I'm drawing a bunch of lines (using drawline)in a picture box, and I'm trying to be able to select an area from that drawing with the mouse and be able to save the coordinates of the start and end of that selected area.Can anyone kindly tell me what to do in this case?
|
| VB2005 can do game? | 24 Apr 2006 00:09 GMT | 5 |
can i know visual basic 2005 can do online games or offline games ?
|
| Control Microphone | 23 Apr 2006 18:41 GMT | 2 |
I need to control a microphone volume from VB. Every sample I have found so far seems to control all audio settings except the microphone. How do I do this.
|
| Convert font size (points) to nHeight for CreateFont()? | 23 Apr 2006 17:58 GMT | 2 |
Is there an easy way to relate the simple point size of a font (as used in, say, a Visual Basic text-box) to the nHeight value required by CreateFont(), so that the text then printed with TextOut() will be the same size, visually?
|
| Form.show( ) didn't work in Visual .NET 1.1, VB.NET 2003 ! | 23 Apr 2006 15:23 GMT | 3 |
My configuration is : Microsoft .NET Framework 1.1, Microsoft Visual Studio 2003, Microsoft Visual Basic .NET My Startup form is : Form1, I want to show Form2 by clicking one of a Form1's menu item, but unluckily, none of them could work properly :
|
| MouseWheel scroll in VBA form listbox. Tip for modeless forms | 23 Apr 2006 14:31 GMT | 4 |
There was a problem with mouse-scrolling listboxes on non-modal forms (no extra ActiveX controls envolved!)(http://www.eggheadcafe.com/ng/microsoft.public.vb.winapi/post21996948.asp) The solution (in case of modeless forms) is very simple, you should just add Private Sub ...
|