Click here to Skip to main content
15,885,366 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: implement different file formats in VB.net Pin
Colin Angus Mackay25-Jul-06 20:03
Colin Angus Mackay25-Jul-06 20:03 
Questionhow to populate a checkbox in datagrid Pin
kerrieitdev25-Jul-06 0:04
kerrieitdev25-Jul-06 0:04 
QuestionDeployment in VB.NET Pin
aqui_i24-Jul-06 23:35
aqui_i24-Jul-06 23:35 
AnswerRe: Can anyone help for this Pin
Rizwan Bashir24-Jul-06 21:50
Rizwan Bashir24-Jul-06 21:50 
AnswerRe: Pls compile and Check Pin
Paul Conrad24-Jul-06 19:57
professionalPaul Conrad24-Jul-06 19:57 
QuestionCombobox Pin
riyaz_786_p24-Jul-06 18:26
riyaz_786_p24-Jul-06 18:26 
AnswerRe: Combobox Pin
Nouvand4-Aug-06 0:04
Nouvand4-Aug-06 0:04 
QuestionHow to write html in vb?? and post that html in the asp panel?? [modified] Pin
mimimimilaw24-Jul-06 16:20
mimimimilaw24-Jul-06 16:20 
i want to write some code in html but put it is the vb file.
How to write html in vb?? and post that html in the asp panel??
I wrote something like that....
<br />
        public barchart as panel<br />
        barchart = new panel<br />
<br />
        Dim strContent As New System.Text.StringBuilder<br />
<br />
        strContent.Append("...html...")<br />
        strContent.Append("...html..")<br />
        barchart.innerHTML = strContent.ToString()<br />


Is that OK?
Thx;)




-- modified at 22:20 Monday 24th July, 2006
AnswerRe: How to write html in vb?? and post that html in the asp panel?? Pin
Dave Sexton25-Jul-06 0:53
Dave Sexton25-Jul-06 0:53 
QuestionGlobal change to a standard toolstrip [modified] Pin
Gilles Plante24-Jul-06 9:30
Gilles Plante24-Jul-06 9:30 
AnswerRe: Global change to a standard toolstrip Pin
Dave Sexton25-Jul-06 0:45
Dave Sexton25-Jul-06 0:45 
GeneralRe: Global change to a standard toolstrip [modified] Pin
Gilles Plante25-Jul-06 5:53
Gilles Plante25-Jul-06 5:53 
QuestionProblems with SQL to an Access Database Pin
Joshua Boyle24-Jul-06 9:27
Joshua Boyle24-Jul-06 9:27 
AnswerRe: Problems with SQL to an Access Database Pin
Colin Angus Mackay24-Jul-06 20:26
Colin Angus Mackay24-Jul-06 20:26 
GeneralRe: Problems with SQL to an Access Database [modified] Pin
Joshua Boyle25-Jul-06 3:56
Joshua Boyle25-Jul-06 3:56 
GeneralRe: Problems with SQL to an Access Database Pin
Joshua Boyle25-Jul-06 4:16
Joshua Boyle25-Jul-06 4:16 
GeneralRe: Problems with SQL to an Access Database Pin
Colin Angus Mackay25-Jul-06 4:52
Colin Angus Mackay25-Jul-06 4:52 
GeneralRe: Problems with SQL to an Access Database Pin
ChandraRam25-Jul-06 19:04
ChandraRam25-Jul-06 19:04 
Questionusing a data reader to add items to an arraylist Pin
ssbelfast24-Jul-06 7:59
ssbelfast24-Jul-06 7:59 
AnswerRe: using a data reader to add items to an arraylist Pin
Dave Sexton25-Jul-06 0:40
Dave Sexton25-Jul-06 0:40 
GeneralRe: using a data reader to add items to an arraylist Pin
ssbelfast25-Jul-06 1:33
ssbelfast25-Jul-06 1:33 
QuestionUser Defined Type workaround using classes Pin
teepeetoo24-Jul-06 7:50
teepeetoo24-Jul-06 7:50 
QuestionLosing Global Variables Pin
ken11024-Jul-06 7:17
ken11024-Jul-06 7:17 
AnswerRe: Losing Global Variables Pin
Mandar Patankar24-Jul-06 11:25
Mandar Patankar24-Jul-06 11:25 
GeneralRe: Losing Global Variables Pin
ken11024-Jul-06 11:49
ken11024-Jul-06 11:49 

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.