| Thread | Last Post | Replies |
|
| Enlargin font size on rich edit control | 05 Mar 2005 01:59 GMT | 1 |
Hopefully someone will have an idea, cause I don't: I want to be able to enlarge/reduce the font size of text in a rich text control. Sounds simple, but no as simple when the selection contains more than one font size.
|
| From VBNET, Retrival of the Operative System | 05 Mar 2005 01:20 GMT | 5 |
This code about the detection is related to VBNET : ' How To Determine Windows Version by Using Visual Basic .NET ' Article ID : 304289
|
| KeyDown | 04 Mar 2005 23:43 GMT | 15 |
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)
|
| Resize window via API | 04 Mar 2005 22:24 GMT | 3 |
I've learnt how to send a message to minimize/maxmize a window. Is it possible to send a message to resize a window to a set dimension say 500 X 300 using API? Thanks.
|
| Listview API code going wrong? | 04 Mar 2005 22:21 GMT | 6 |
I have the following code to highlight and make bold a whole line within a listview. The problem is if I change the list view font size I will try end up with the highlighted bold line being in the previous font size. For example if
|
| How to respond to security alert using WebBrowser Control | 04 Mar 2005 21:30 GMT | 7 |
In a VB program being run by the task scheduler I want to be able to respond to the dialog box that warns that you are about to have your response re-directed to another site. I am navigating and manipulating the pages with the WebBrowser control..
|
| Send Email with API DLL???? | 04 Mar 2005 18:17 GMT | 1 |
I need to send an email from my VB Program. Currently I use BSMTP.DLL. So I have no dependencies only some simple API-calls needed. Now I would need to send my emails to an smtp server which requires login.
|
| API parameter, a little odd | 04 Mar 2005 15:49 GMT | 15 |
this is odd. I have the same operative system Windows 98 Second Edition (from same CD) on two different machines.
|
| Take control over Tree view in another app? | 04 Mar 2005 13:36 GMT | 4 |
I wonder if it is possible to access all the Tree view nodes (one by one) in another app from my app (VB6). The tree view has several levels (some nodes contain subnodes and those contain another subnodes). What I need to do is to replace the current text of each node with another ...
|
| How can I get Username? | 04 Mar 2005 08:23 GMT | 14 |
I am writing a VB6 application that opens with a form where the user enters their username and then password (in 2 separate boxes). I would like to automate the process so that the username box automatically displays the username of the person who has logged onto the workstation. ...
|
| Communicating with different PC on LAN | 04 Mar 2005 07:23 GMT | 1 |
Hi, I need to write utility to estabilish communication between 2+ PC's on LAN, like DDE but on separate machines. Can it be done? How?
|
| setting up a systray Icon with Alpha Channel | 04 Mar 2005 05:20 GMT | 1 |
i'm trying to set up a system tray icon using a 32 bit icon with an alpha channel on windows xp and 2003 (and a 4 bit icon on every other system) using VB6. The 4 bit icon is the form's icon and it's working great for the older
|
| msgina.dll | 03 Mar 2005 17:51 GMT | 3 |
I am trying to make a new login for windows... mainly to change the look to match my company logo and to do some stuff souch: authenticate on radius and send log files to log-server
|
| combine minimize with move | 03 Mar 2005 13:06 GMT | 16 |
I am trying to minimize a VBA userform and move it at the same time, so basically minimize it to a certain position. What I can do is minimize it first and then move it, but sofar haven't found a way to combine this.
|
| Trouble with ListBox HSB | 02 Mar 2005 09:42 GMT | 4 |
I'm having trouble to correctly resize the Horz. ScrollBar of a listbox, when I change the font size and style at design time. (Say, bold and size of 10.....However seems alrigt when I didn't change anything in the listbox's font.)
|