| Thread | Last Post | Replies |
|
| 3D Rotate or Pseudo Rotate | 12 Nov 2005 16:57 GMT | 7 |
Hoping for some help here. I've got a project in which I'm trying to add a feature to. I've been searching the web all weekend for a simple (or not so simple, but easy to understand) solution to no avail.
|
| UTC Time Bias for a specific date? | 12 Nov 2005 16:36 GMT | 15 |
How can I determine what the Time Bias was (or will be) on a specific date? Using GetTimeZoneInformation and the related SYSTEMTIME and TIME_ZONE_INFORMATION structures, I have no problem doing these calculations for the current system time, but that's not what I need to do. I need ...
|
| Is it possible to get/set, by means of a function, a comment for a file? | 12 Nov 2005 04:05 GMT | 1 |
I tried to found an API to Get/Set the Comment for a file. Someone know how to do this? Thanks a lot! Guillem
|
| Key State | 11 Nov 2005 20:45 GMT | 7 |
I want my application to catch some key combination (ex:alt+shift+right). I use the GetKeyState function without any problem. The only thing I wan't to know is if there is a better way to verify the sate of the key than doing it in a timer. I can't put my code in the ...
|
| Load form with string name | 11 Nov 2005 07:42 GMT | 1 |
i'm suffering in programming especially making dynamic menu function. I can make menu item on MDI form but when menu item was clicked , I searches DB using that identifier as key and get linked form's name. Problem comes on this point. That is the Result that I can get is
|
| How can I load a form using string name in VB MDI project | 11 Nov 2005 05:15 GMT | 1 |
i'm suffering in programming especially making dynamic menu function. I can make menu item on MDI form but when menu item was clicked , I searches DB using that identifier as key and get linked form's name. Problem comes on this point. That is the Result that I can get is
|
| API to get to Sheridan combo | 10 Nov 2005 12:36 GMT | 2 |
Recently we came accross a problem when using Sheridan combo SSDBCombo. When we have a form with the combo and the combo's dropdown list is visible.i.e.when the combo's DroppedDown property is true and in the meantime, another form also containing a Sheridan combo box, pops
|
| Logical window to viewport mapping | 10 Nov 2005 10:14 GMT | 1 |
What am I doing wrong here? I place the following code on a form which has it's ScaleMode set to vbPixel (3) and its AutoRedraw set to true. I expect it to draw a box exactly half the width of the form at the bottom of the form. It does not...It does draw a box half the width of
|
| Translate SID (Secuity Identifier) from Windows Account | 10 Nov 2005 07:55 GMT | 1 |
Any ideas how to translate a SID (From Windows Account) to 'readable' Format "Domain\Username" or "Username"? Thanks Stefan
|
| Log on as Another User | 10 Nov 2005 07:52 GMT | 1 |
I want the users of my application to log on as administator temporaryly. Pls see the code below. strbarcode = strwarehouse & "-" & strdtreceived & "-" Set btApp = CreateObject("Bartender.Application")
|
| createprocesswithlogonw | 09 Nov 2005 20:14 GMT | 3 |
I have an app that uses createprocesswithlogonw to masquerade as another user. Works well in my test system, but not in the real world. We seem to be running into issues such as rights to log in locally, cross-domain issues, all sorts.
|
| Identification of controls of another application | 09 Nov 2005 19:31 GMT | 5 |
I am trying to be able to know in which control of another application is the focus. Is this possible? What I want is to be able to obtain an identifier of the control that indicate me that control treats and that vary not in each execution.
|
| LogonUser on a Windows 2003 server | 09 Nov 2005 09:36 GMT | 3 |
Anybody know how I can use the LogonUser (and related functions) on a Win2003 server domain? I have systematicaly an error returned when I'm trying to logon (that's work very fine with NT server and W2K server). Maybe (probably?) it's a problem in the user configuration onto the ...
|
| How Text in 3d space? | 09 Nov 2005 03:14 GMT | 5 |
How to draw 2d Text in 3d space in pure VB? (With out DirectX, OpenGL and any other engine.) Is there any reference for it? And if I have to make 3d text how do I make it? Thanks for your help.
|
| Tough! How to get the name of subroutine caller? | 08 Nov 2005 21:18 GMT | 2 |
Hi ! All, I have three subroutines, say test1, test2, test3. All of them call the test4 subroutine. Public Sub Test1()
|