Click here to Skip to main content
15,895,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Limit parameter acceptable values Pin
Steve Pullan23-Nov-05 11:24
Steve Pullan23-Nov-05 11:24 
QuestionRecalculating values in a datagrid with values fom textbox Pin
BORN...again!22-Nov-05 17:47
BORN...again!22-Nov-05 17:47 
AnswerRe: Recalculating values in a datagrid with values fom textbox Pin
prathiba_naresh22-Nov-05 23:11
prathiba_naresh22-Nov-05 23:11 
GeneralRe: Recalculating values in a datagrid with values fom textbox Pin
BORN...again!23-Nov-05 11:39
BORN...again!23-Nov-05 11:39 
Questionhow to change Textbox text when the dropdownlist changing Pin
maxiachun22-Nov-05 16:42
maxiachun22-Nov-05 16:42 
AnswerRe: how to change Textbox text when the dropdownlist changing Pin
Christian Graus22-Nov-05 16:49
protectorChristian Graus22-Nov-05 16:49 
AnswerRe: how to change Textbox text when the dropdownlist changing Pin
jcrussell22-Nov-05 19:33
jcrussell22-Nov-05 19:33 
QuestionFormating a column in Excel programmatically Pin
Martin@captivasystems22-Nov-05 11:27
Martin@captivasystems22-Nov-05 11:27 
I want to format a column so that all the cells in that column are percentage. Instead of doing this manually (highlight a column, right=click and select Format Cells..., and then change the Category to Percentage) I want to do it programmatically.

Here is an example of how I did some formatting”
'WORD WRAP
oWorkSheet.Cells.WrapText = True

'BOLD COLUMN HEADERS
oWorkSheet.Range("A1", "CC1").Font.Bold() = True

'COLUMN WIDTH
oWorkSheet.Columns(1).columnWidth() = 16.5


Thanks
AnswerRe: Formating a column in Excel programmatically Pin
Curtis Schlak.22-Nov-05 15:56
Curtis Schlak.22-Nov-05 15:56 
Questionhow to display variable value as Text property in datagrid Pin
ScottForgot22-Nov-05 10:06
ScottForgot22-Nov-05 10:06 
QuestionXmlValidatingReader problem xs:date Pin
IsaacB22-Nov-05 8:31
IsaacB22-Nov-05 8:31 
QuestionCache question Pin
Texas_CodeMaster22-Nov-05 7:57
Texas_CodeMaster22-Nov-05 7:57 
QuestionSystem.web.mail class not available from within a service? Pin
tthompson200722-Nov-05 5:26
tthompson200722-Nov-05 5:26 
AnswerRe: System.web.mail class not available from within a service? Pin
Dave Kreskowiak22-Nov-05 15:29
mveDave Kreskowiak22-Nov-05 15:29 
GeneralRe: System.web.mail class not available from within a service? Pin
tthompson200723-Nov-05 3:45
tthompson200723-Nov-05 3:45 
QuestionSending Email With an Attachment Pin
multi_plu22-Nov-05 1:23
multi_plu22-Nov-05 1:23 
AnswerRe: Sending Email With an Attachment Pin
TadejK22-Nov-05 1:45
TadejK22-Nov-05 1:45 
AnswerRe: Sending Email With an Attachment Pin
ToddHileHoffer23-Nov-05 2:54
ToddHileHoffer23-Nov-05 2:54 
QuestionRuntime Error '713' Pin
°[Halo]°21-Nov-05 23:31
°[Halo]°21-Nov-05 23:31 
AnswerRe: Runtime Error '713' Pin
Dave Kreskowiak22-Nov-05 15:27
mveDave Kreskowiak22-Nov-05 15:27 
QuestionRe: Runtime Error '713' Pin
°[Halo]°23-Nov-05 2:13
°[Halo]°23-Nov-05 2:13 
AnswerRe: Runtime Error '713' Pin
Dave Kreskowiak23-Nov-05 2:31
mveDave Kreskowiak23-Nov-05 2:31 
QuestionCrystal Reports - Rounded corners problem in Box object Pin
prathiba_naresh21-Nov-05 23:27
prathiba_naresh21-Nov-05 23:27 
QuestionWant to get the Type of file? Pin
raheeli21-Nov-05 20:44
raheeli21-Nov-05 20:44 
QuestionRe: Want to get the Type of file? Pin
Briga21-Nov-05 22:01
Briga21-Nov-05 22:01 

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.