|
Roumanie - Italie pas que du football Vuona 2007 ilmoitettiin, ett� s�hk�n kulutus oli k��ntynyt pysyv�ismuutosta ennakoivaan laskunsa. Vaikka ydinala ved�tteli viel� eetteriin per�ti liki +10% kasvuhaaveitaan oli totuus karu, mutta selke� -1%. T�m�n vuoden alussa T&T ilmoitteli sitten jo yh� SELKE�MMIN kiihtyv�� s�hk�ntarpeen laskua. Ja ydinalamme ved... 13 Jul 2008 00:49
User Control - Out on Memory Hi there, I'm using VB6 and have written an ActiveX control in my VB project. It is quite small but has 66 picture boxes (using a control array) on it, however only 1 of them is ever visible at anyone time - the main picture boxes 'picture' property is changed to a picture from one of the control arrays dep... 12 Jul 2008 22:47
COMM Port Descriptions Hello all, I have an application that lists the available COMM ports for the user to select from. Some of these ports are the usual motherboard ports, and others are USB to RS232, CAN-Bus or RS485 dongles. When viewed from Windows Device Manager, these extra ports are shown with descriptions such as "MOXA US... 13 Jul 2008 05:54
How To handle On Error when processing a For-Next loop... I'm parsing through an XML document and I want to catch errors associated with a single tag. (The schema cannot validate logical checks so I have to do it in code.) The procedure is processing a xml fragment (multiple tags) and one of the tags has an error. How do I catch and process the error without affect... 12 Jul 2008 00:20
Why simulating CTRL+C does work only every second time? Hello, The code is: Const VK_CONTROL = &H11 Const VK_C = &H43 Const KEYEVENTF_KEYUP = &H2 Call keybd_event(VK_CONTROL, 0, 0, 0) Call keybd_event(VK_C, 0, 0, 0) Call keybd_event(VK_C, 0, KEYEVENTF_KEYUP, 0) Call keybd_event(VK_CONTROL, 0, KEYEVENTF_KEYUP,... 15 Jul 2008 19:34
VB6 WinXP How To Delete a desktop shortcut icon from code Hi, Does anybody know how I can delete a desktop shortcut icon from VB6 code (in winxp) Thanks, Jennifer. ... 11 Jul 2008 15:06
XP/Vista Visual Styles & Focus Rectangle Hi I like the idea of using Vista and XP Visual Styles from VB6. I've read the articles on VB Accelerator and elsewhere, e.g. http://www.vbaccelerator.com/home/vb/code/Libraries/XP_Visual_Styles/Using_XP_Visual_Styles_in_VB/article.asp But when I try it out, the focus rectangle disappears. This is the dashed b... 14 Jul 2008 04:27
ShellExecuteEx Printto There are some APIs for controlling the Acrobat Reader through DDE or ActiveX. It's possible they will allow you to do what you want. http://www.adobe.com/devnet/acrobat/interapplication.html ... 11 Jul 2008 14:04
How to store relative position In my application the user can draw graphical elements like shape, polygon and circle on a form. If the form is resized, the graphical elements will be resized as well. What would be the best method to store the positions of the points of these shapes? If the user draws a dot at 100, 100, and the form's size wil... 13 Jul 2008 08:58
Insert a new field into a table? I posted this question over in the vb.database.dao newsgroup but haven't gotten an answer yet; hoping someone here might be able to shed some light on this. I'm using the following code to append a new field to an existing table in an MDB file. Set td = db.TableDefs("MainData") Set fld = New Field f... 12 Jul 2008 21:46 |