buenas bueno mi duda es como puedo cambiar el icono del exe en ejecucion osea al digamos que al compilar un porgrama hecho en vb y dejarle el icono determinado de vb pero cuando se ejecute el programa cambie el icono por otro gracias
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úexpresion1 expresion2 expresionfinal
true false false
expresion1 expresion2 expresionfinal ( es lo mismo que la primera pero lo pongo por si las dudas) :xD
false true false
expresion1 expresion2 expresionfinal
false false false
expresion1 expresion2 expresionfinal
true true true
dim a,b,c
dim n as byte
a= 10 : b = 0
c = "C"
for b = 0 to 100
if (b > a) and (chr(b) = c) then exit for
next b
expresion1 expresion2 expresionfinal
true false true
expresion1 expresion2 expresionfinal
false true true
expresion1 expresion2 expresionfinal
false false false
expresion1 expresion2 expresionfinal
true true true
dim a,b,c
a = 10
c = "C"
for b = 0 to 100
if (b > a) or (chr(b) = c) then exit for
next b
expresion2 expresionfinal
false true
expresion2 expresionfinal
true false
dim a,b
For b = 0 To 100
If Not (b < a) Then Exit For
Next b
Usted obtiene un mensaje de error de Windows que indica que el archivo
ieframe.dll falta, no está disponible, no se encuentra al iniciar, está dañado,
es requerido, Internet Explorer Browser UI Library muestra un mensaje
de error como ieframe.dll not found ?
Cita de: Hasseds en 9 Julio 2011, 06:01 AM
Estoy chequeando que el Tab Control es 1 (procesos)
el de Aplicaciones por ejemplo sería 0 (cero)
If SendMessage(HwTab, &H1300 + 11, 0, 0) = 0 Then
Private Const TCM_FIRST = &H1300
Private Const TCM_GETCURSEL = (TCM_FIRST + 11)
HwTab = FindWindowEx(HwndTask, 0, "SysTabControl32", vbNullString)
If SendMessage(HwTab, &H1300 + 11, 0, 0) = 1 Then
HwLv = FindWindowEx(HwndTask, 0, "#32770", vbNullString)
HwLv = FindWindowEx(HwLv, 0, "SyslistView32", vbNullString)
End If
HwLv = FindWindowEx(HwndTask, 0, "#32770", vbNullString)
HwLv = FindWindowEx(HwLv, 0, "SyslistView32", vbNullString)
HwTab = FindWindowEx(HwndTask, 0, "SysTabControl32", vbNullString)
If SendMessage(HwTab, &H1300 + 11, 0, 0) = 1 Then
If SendMessage(HwTab, &H1300 + 11, 0, 0) = 1 Then
syslistivew32= FindWindowEx(lparam, ByVal 0&, "SysListView32", vbNullString)
Public Function Procesos(ByVal hWnd2 As Long, _
lParam As String) As Boolean
Case "#32770"
i = FindWindowEx(lparam, 0, "#32770", "")
i = FindWindowEx(i, 0, "SysListView32", "")