Click here to Skip to main content
15,921,250 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow do I embed a new control into MS Word? Pin
Steve Kasputis7-Jun-07 9:43
Steve Kasputis7-Jun-07 9:43 
AnswerRe: How do I embed a new control into MS Word? Pin
ips_sun8-Jun-07 0:38
ips_sun8-Jun-07 0:38 
Questionoracle client component Pin
shereem khaleel7-Jun-07 9:37
shereem khaleel7-Jun-07 9:37 
AnswerRe: oracle client component Pin
mr_lasseter7-Jun-07 14:56
mr_lasseter7-Jun-07 14:56 
GeneralRe: oracle client component Pin
shereem khaleel7-Jun-07 15:33
shereem khaleel7-Jun-07 15:33 
QuestionHow can I get my web page in center of a browser Pin
AliHemani7-Jun-07 9:07
AliHemani7-Jun-07 9:07 
AnswerRe: How can I get my web page in center of a browser Pin
Christian Graus7-Jun-07 15:31
protectorChristian Graus7-Jun-07 15:31 
AnswerRe: How can I get my web page in center of a browser Pin
Steven J Jowett8-Jun-07 3:27
Steven J Jowett8-Jun-07 3:27 
Place the content of your webpage inside a table and centre the table.

For example :-
<table width="600" align="center" border="0" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td><br />
Your content here<br />
</td><br />
</tr><br />
</table><br />


Steve Jowett
-------------------------
Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'

Questionadding files to listboxes Pin
jds12077-Jun-07 4:05
jds12077-Jun-07 4:05 
AnswerRe: adding files to listboxes Pin
Johan Hakkesteegt7-Jun-07 21:15
Johan Hakkesteegt7-Jun-07 21:15 
QuestionQuestion about XML with C&amp;C SAPI app in VB.NET Pin
RoyZ7777-Jun-07 3:33
RoyZ7777-Jun-07 3:33 
GeneralAnybody? Please? Pin
RoyZ77710-Jun-07 11:36
RoyZ77710-Jun-07 11:36 
QuestionSubscript &amp; SuperScript in Crystal Report Pin
Rupesh Kumar Swami7-Jun-07 3:17
Rupesh Kumar Swami7-Jun-07 3:17 
QuestionClass Not Registered Pin
Paramhans Dubey7-Jun-07 3:08
professionalParamhans Dubey7-Jun-07 3:08 
AnswerRe: Class Not Registered Pin
Dave Kreskowiak7-Jun-07 4:09
mveDave Kreskowiak7-Jun-07 4:09 
GeneralRe: Class Not Registered Pin
Paramhans Dubey7-Jun-07 6:25
professionalParamhans Dubey7-Jun-07 6:25 
GeneralRe: Class Not Registered Pin
Dave Kreskowiak7-Jun-07 6:27
mveDave Kreskowiak7-Jun-07 6:27 
GeneralRe: Class Not Registered Pin
Paramhans Dubey7-Jun-07 19:50
professionalParamhans Dubey7-Jun-07 19:50 
GeneralRe: Class Not Registered Pin
Dave Kreskowiak8-Jun-07 3:34
mveDave Kreskowiak8-Jun-07 3:34 
QuestionWill VB.NET 2.0 allow dynamically created objects? Pin
Marcus J. Smith7-Jun-07 2:54
professionalMarcus J. Smith7-Jun-07 2:54 
AnswerRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Colin Angus Mackay7-Jun-07 2:58
Colin Angus Mackay7-Jun-07 2:58 
GeneralRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Marcus J. Smith7-Jun-07 4:40
professionalMarcus J. Smith7-Jun-07 4:40 
GeneralRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Polymorpher7-Jun-07 6:46
Polymorpher7-Jun-07 6:46 
QuestionAccess VBA, how to call a method on a subform? Pin
Dan Neely7-Jun-07 2:48
Dan Neely7-Jun-07 2:48 
Questionhow do i remove selected row permanently from sql database through datagrid? Pin
sathyan_82947-Jun-07 2:27
sathyan_82947-Jun-07 2:27 

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.