Click here to Skip to main content
16,005,149 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhat is WINSOCK Pin
Paritos8-Jan-06 18:20
Paritos8-Jan-06 18:20 
QuestionNeed help with VB web form Pin
Derek G8-Jan-06 17:48
Derek G8-Jan-06 17:48 
AnswerRe: Need help with VB web form Pin
Christian Graus8-Jan-06 17:54
protectorChristian Graus8-Jan-06 17:54 
GeneralRe: Need help with VB web form Pin
Derek G8-Jan-06 19:22
Derek G8-Jan-06 19:22 
GeneralRe: Need help with VB web form Pin
Christian Graus9-Jan-06 10:59
protectorChristian Graus9-Jan-06 10:59 
GeneralRe: Need help with VB web form Pin
Derek G9-Jan-06 19:22
Derek G9-Jan-06 19:22 
GeneralRe: Need help with VB web form Pin
Derek G9-Jan-06 19:27
Derek G9-Jan-06 19:27 
GeneralRe: Need help with VB web form Pin
Christian Graus10-Jan-06 9:51
protectorChristian Graus10-Jan-06 9:51 
First of all, NEVER EVER use the design view again. In fact, you should change the defaults so you never SEE the design view again. The design view on 2002 is crap, it makes a total mess of your HTML, sometimes to the point of breaking it.

Secondly, for a link button to show as a link, you need to set it's target or click event. If you've not set these, they show as plain text ( because they don't know where to link to ). Finally, add that <br/> tag between your labels, and they will show up in a column instead of a row. Tables are the most obvious way to align your stuff on a page, but <br> will work for one column. Also, I believe it's better to use divs, spans and css, but to be honest, I have no idea how that is done.


Christian Graus - Microsoft MVP - C++
Questioncode for mobile Pin
sandip kevadiya8-Jan-06 11:44
sandip kevadiya8-Jan-06 11:44 
AnswerRe: code for mobile Pin
Christian Graus8-Jan-06 12:49
protectorChristian Graus8-Jan-06 12:49 
QuestionDynamically Create Provider in DotNetNuke Pin
robprogger8-Jan-06 6:20
robprogger8-Jan-06 6:20 
AnswerRe: Dynamically Create Provider in DotNetNuke Pin
Dave Kreskowiak8-Jan-06 7:54
mveDave Kreskowiak8-Jan-06 7:54 
GeneralRe: Dynamically Create Provider in DotNetNuke Pin
robprogger8-Jan-06 21:48
robprogger8-Jan-06 21:48 
AnswerRe: Dynamically Create Provider in DotNetNuke Pin
Colin Angus Mackay8-Jan-06 11:11
Colin Angus Mackay8-Jan-06 11:11 
AnswerRe: Dynamically Create Provider in DotNetNuke Pin
robprogger8-Jan-06 22:00
robprogger8-Jan-06 22:00 
QuestionReports and Non-database data sources? Pin
Sam Marrocco8-Jan-06 6:17
Sam Marrocco8-Jan-06 6:17 
AnswerRe: Reports and Non-database data sources? Pin
Duncan Edwards Jones8-Jan-06 10:52
professionalDuncan Edwards Jones8-Jan-06 10:52 
GeneralRe: Reports and Non-database data sources? Pin
Sam Marrocco8-Jan-06 11:03
Sam Marrocco8-Jan-06 11:03 
GeneralRe: Reports and Non-database data sources? Pin
Duncan Edwards Jones8-Jan-06 11:27
professionalDuncan Edwards Jones8-Jan-06 11:27 
GeneralRe: Reports and Non-database data sources? Pin
Sam Marrocco8-Jan-06 13:43
Sam Marrocco8-Jan-06 13:43 
GeneralRe: Reports and Non-database data sources? Pin
Duncan Edwards Jones24-Jan-06 6:00
professionalDuncan Edwards Jones24-Jan-06 6:00 
QuestionVB.NET, GDI+, Out of memory? Pin
cknipe8-Jan-06 5:46
cknipe8-Jan-06 5:46 
AnswerRe: VB.NET, GDI+, Out of memory? Pin
Daniel Grunwald8-Jan-06 7:07
Daniel Grunwald8-Jan-06 7:07 
AnswerRe: VB.NET, GDI+, Out of memory? Pin
Dave Kreskowiak8-Jan-06 7:50
mveDave Kreskowiak8-Jan-06 7:50 
GeneralRe: VB.NET, GDI+, Out of memory? Pin
cknipe8-Jan-06 10:17
cknipe8-Jan-06 10:17 

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.