Click here to Skip to main content
15,892,537 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: NET 1.1 SMTP problem : "The transport failed to connect to the server." Pin
Dave Kreskowiak15-Feb-08 5:49
mveDave Kreskowiak15-Feb-08 5:49 
GeneralRe: NET 1.1 SMTP problem : "The transport failed to connect to the server." Pin
Stortman15-Feb-08 11:06
Stortman15-Feb-08 11:06 
GeneralRe: NET 1.1 SMTP problem : "The transport failed to connect to the server." Pin
Stortman15-Feb-08 13:58
Stortman15-Feb-08 13:58 
GeneralOpening VS2005 Project in VS2008 Pin
plural15-Feb-08 3:11
plural15-Feb-08 3:11 
GeneralRe: Opening VS2005 Project in VS2008 Pin
Dave Kreskowiak15-Feb-08 4:26
mveDave Kreskowiak15-Feb-08 4:26 
GeneralRe: Opening VS2005 Project in VS2008 Pin
plural15-Feb-08 4:37
plural15-Feb-08 4:37 
QuestionTop most question? Pin
Benny_Lava15-Feb-08 2:35
Benny_Lava15-Feb-08 2:35 
GeneralRe: Top most question? Pin
Dave Kreskowiak15-Feb-08 4:23
mveDave Kreskowiak15-Feb-08 4:23 
You gotta love idiot "developers".

There is no way to change it "application wide", but you can do it window-by-window, as they come up. You have to use the Win32 API functions directly to search for the titlebar text to get the window handle, then you can use that handle with other Win32 Window function calls to modify each window. I think you're looking for FindWindow[^] and SetWindowPos[^] functions at the least. You could be forced to use more of them in that category.

You may also just be wasting your time too. There's no guarantee that what you're doing will work at all, let alone 100% of the time.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Top most question? Pin
Luc Pattyn15-Feb-08 6:08
sitebuilderLuc Pattyn15-Feb-08 6:08 
QuestionHardware interface from vb.net,c#,vb6. Pin
aamn115-Feb-08 2:18
aamn115-Feb-08 2:18 
GeneralRe: Hardware interface from vb.net,c#,vb6. Pin
Dave Kreskowiak15-Feb-08 4:15
mveDave Kreskowiak15-Feb-08 4:15 
General'UPGRADE_WARNING: Couldn't resolve default property of object Pin
sarat15-Feb-08 1:40
sarat15-Feb-08 1:40 
GeneralRe: 'UPGRADE_WARNING: Couldn't resolve default property of object Pin
Dave Kreskowiak15-Feb-08 4:10
mveDave Kreskowiak15-Feb-08 4:10 
QuestionPrinting from VB.Net Pin
Senthil_M15-Feb-08 1:34
Senthil_M15-Feb-08 1:34 
GeneralRe: Printing from VB.Net Pin
Dave Kreskowiak15-Feb-08 4:13
mveDave Kreskowiak15-Feb-08 4:13 
QuestionRe: Printing from VB.Net Pin
Senthil_M17-Feb-08 21:35
Senthil_M17-Feb-08 21:35 
QuestionDatgridview using combobox Pin
Francis K Antony14-Feb-08 20:25
Francis K Antony14-Feb-08 20:25 
GeneralRe: Datgridview using combobox Pin
Dave Kreskowiak15-Feb-08 4:12
mveDave Kreskowiak15-Feb-08 4:12 
GeneralHelp Needed With Outputting form as PDF Pin
SilentCodingOne14-Feb-08 18:17
SilentCodingOne14-Feb-08 18:17 
GeneralRe: Help Needed With Outputting form as PDF Pin
Christian Graus14-Feb-08 21:51
protectorChristian Graus14-Feb-08 21:51 
GeneralTitle Bar Pin
Ahmad Rifai Yusuf14-Feb-08 17:37
Ahmad Rifai Yusuf14-Feb-08 17:37 
GeneralRe: Title Bar Pin
MatrixCoder14-Feb-08 17:39
MatrixCoder14-Feb-08 17:39 
QuestionHow much secure is VB.NET? Pin
Eager Learner14-Feb-08 14:43
Eager Learner14-Feb-08 14:43 
GeneralRe: How much secure is VB.NET? Pin
Christian Graus14-Feb-08 15:14
protectorChristian Graus14-Feb-08 15:14 
GeneralNeed to understand DataGridView events vb.net 2005 Pin
QuickBooksDev14-Feb-08 10:59
QuickBooksDev14-Feb-08 10:59 

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.