| Thread | Last Post | Replies |
|
| NetDfsSetClienIinfo question | 02 Mar 2005 00:19 GMT | 1 |
Hi groups, i am trying to create a little app used to force the use of a specified DFS root referral. I have seen people advising that it could be done, However i am trying to do wrap this function in VB. However i always get error 2662 " There is no DFS name whose entry path
|
| worldtransform? | 01 Mar 2005 22:24 GMT | 8 |
I'm trying to set the matrix to do a horizontal reflection of the entire screen. Results are non-0 but the code does nothing visually. For example, I try to do this with a memo Var
|
| HowTo fill an array without for-next | 01 Mar 2005 19:22 GMT | 3 |
I'm wondering there's a better way to fill an integer bi-dimensional array (i.e. a(100, 100) setting a specific value (i.e. 5), without using a for-next cycle. I think the API function CopyMemory
|
| VK_KEYS | 01 Mar 2005 16:48 GMT | 1 |
How can I trap for Shift Down and the #2 button on the number key pad. I tried every thing and nothing returns that BOTH keys are pressed at the same time? Debug.Print "Shift Key:" & GetAsyncKeyState(VK_SHIFT)
|
| Recycle Bin Manage | 01 Mar 2005 02:38 GMT | 7 |
hi, I have a problem. I must create a program that it enumerate the name and delete date of files in recycle bin. How I can do? Thank you
|
| handles in VBA | 01 Mar 2005 01:46 GMT | 39 |
I'm not a professional programmer; I'm trying to retrieve the HANDLEs of form and controls in VBA; the handle of a form is easy to find: Dim hFrm As Long hFrm = FindWindow(vbNullString, Me.Caption)
|
| Messenger | 01 Mar 2005 01:36 GMT | 1 |
I have just upgraded from VB6 to VB.net and on the back of the box it shows a (what i think is) custom MSN messenger. Is this possible to do this, ifso how can i do it? Many thanks.
|
| Using mailto | 01 Mar 2005 01:17 GMT | 5 |
I am using the following code to call the default mailprogram: Url = "mailto:" & txtEmail.Text & "?subject=" & Overskrift & "&body= " & txt Err = ShellExecute(0, "open", Url, Url, "", vbNormalFocus) My problem is that the text in txt contains vbcrlf and my
|