Hola, gracias por tu respuesta, pues aquí está una captura de la configuración del plugin:

¿Cómo puedo revisar el redimiento gráfico?
¡Saludos!

¿Cómo puedo revisar el redimiento gráfico?
¡Saludos!
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
Dim auxStr as string
Dim FF as long
If Check4.Value = 1 Then
If Check1.Value = 1 Then
auxStr=auxStr & vbcrlf & "###########" & vbcrlf & "BlaBlablabla1" vbcrlf & "###########"
End If
'-------------------------------------------
If Check2.Value = 1 Then
auxStr=auxStr & vbcrlf & "###########" & vbcrlf & "BlaBlablabla2" vbcrlf & "###########"
End If
FF=freefile
open App.Path & "\Changes.txt" for binary as ff
put ff,,auxStr
while lof(ff)<len(auxStr)
doevents
wend
close ff
Shell "notepad " & App.Path & "\Changes.txt", vbNormalFocus
Citarcpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: powernow-k8
CPUs which run at the same hardware frequency: 0 1
CPUs which need to have their frequency coordinated by software: 0 1
maximum transition latency: 109 us.
hardware limits: 1000 MHz - 2.10 GHz
available frequency steps: 2.10 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance
current policy: frequency should be within 1000 MHz and 2.10 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 1000 MHz.
cpufreq stats: 2.10 GHz:16,16%, 2.00 GHz:0,48%, 1.80 GHz:2,32%, 1000 MHz:81,04% (388)
analyzing CPU 1:
driver: powernow-k8
CPUs which run at the same hardware frequency: 0 1
CPUs which need to have their frequency coordinated by software: 0 1
maximum transition latency: 109 us.
hardware limits: 1000 MHz - 2.10 GHz
available frequency steps: 2.10 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance
current policy: frequency should be within 1000 MHz and 2.10 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 1000 MHz.
cpufreq stats: 2.10 GHz:16,16%, 2.00 GHz:0,48%, 1.80 GHz:2,32%, 1000 MHz:81,04% (388)