Click here to Skip to main content
15,927,744 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sign Out/Log Off Problem Pin
meetaqadir18-May-05 0:36
meetaqadir18-May-05 0:36 
GeneralRe: Sign Out/Log Off Problem Pin
Dave Kreskowiak18-May-05 3:26
mveDave Kreskowiak18-May-05 3:26 
GeneralEMAIL COMPONENT Pin
aqui_i17-May-05 16:48
aqui_i17-May-05 16:48 
QuestionHow to Make a Remote Dekstop Program Pin
Fidi astutik17-May-05 15:39
Fidi astutik17-May-05 15:39 
AnswerRe: How to Make a Remote Dekstop Program Pin
Christian Graus17-May-05 16:05
protectorChristian Graus17-May-05 16:05 
AnswerRe: How to Make a Remote Dekstop Program Pin
XenoTech4-Aug-05 13:54
XenoTech4-Aug-05 13:54 
GeneralHelp In the Icon Of the exe Pin
GegoTheWizard17-May-05 12:49
GegoTheWizard17-May-05 12:49 
GeneralRe: Help In the Icon Of the exe Pin
rudy.net17-May-05 19:07
rudy.net17-May-05 19:07 
The Form properties has an "Icon" property that you can use to specify a file with an icon image. You can also compile an image if you use ImageList object which is available from the Toolbar. Following is an example to get image at index 0 from imagelist and set it as an icon:
<br />
Dim bm as Bitmap = New Bitmap(myImageListObject.Images(0))<br />
Me.Icon = Icon.FromHandle(bm.GetHicon())<br />

GeneralRe: Help In the Icon Of the exe Pin
toxcct18-May-05 2:51
toxcct18-May-05 2:51 
GeneralRe: Help In the Icon Of the exe Pin
GegoTheWizard18-May-05 13:35
GegoTheWizard18-May-05 13:35 
GeneralHelp Needed !!! URGENT Pin
vishalmishra17-May-05 8:49
vishalmishra17-May-05 8:49 
GeneralRe: Help Needed !!! URGENT Pin
Dave Kreskowiak17-May-05 9:31
mveDave Kreskowiak17-May-05 9:31 
GeneralRe: Help Needed !!! URGENT Pin
Rizwan Bashir17-May-05 21:15
Rizwan Bashir17-May-05 21:15 
Generalmouse wheel disable Pin
kalyanramu17-May-05 7:03
kalyanramu17-May-05 7:03 
GeneralRe: mouse wheel disable Pin
Christian Graus17-May-05 12:49
protectorChristian Graus17-May-05 12:49 
Generaldatagrid Pin
beginnervb.net17-May-05 6:49
beginnervb.net17-May-05 6:49 
GeneralRe: datagrid Pin
Fernando Soto17-May-05 8:18
Fernando Soto17-May-05 8:18 
GeneralRe: datagrid Pin
beginnervb.net118-May-05 19:28
beginnervb.net118-May-05 19:28 
GeneralRe: datagrid Pin
Fernando Soto19-May-05 3:34
Fernando Soto19-May-05 3:34 
GeneralRe: datagrid Pin
rudy.net17-May-05 18:29
rudy.net17-May-05 18:29 
GeneralRe: datagrid Pin
Josue Avila19-May-05 9:37
Josue Avila19-May-05 9:37 
QuestionPrinting - OWC Pivot Tables Using VB6 ? Pin
J.Jay17-May-05 6:42
J.Jay17-May-05 6:42 
GeneralHelp In switching between forms Pin
GegoTheWizard17-May-05 4:53
GegoTheWizard17-May-05 4:53 
GeneralRe: Help In switching between forms Pin
rudy.net17-May-05 18:48
rudy.net17-May-05 18:48 
Generalmoney masked textBox Pin
hakanaktan17-May-05 3:31
hakanaktan17-May-05 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.