Click here to Skip to main content
16,010,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how can we use ms agent control in a vb windows application? Pin
Steve Pullan21-Feb-06 13:46
Steve Pullan21-Feb-06 13:46 
Questionusername filepath Pin
racebit21-Feb-06 3:10
racebit21-Feb-06 3:10 
AnswerRe: username filepath Pin
Dave Kreskowiak21-Feb-06 6:02
mveDave Kreskowiak21-Feb-06 6:02 
Questionwindows application Pin
illamamatha21-Feb-06 1:48
illamamatha21-Feb-06 1:48 
AnswerRe: windows application Pin
sathish s21-Feb-06 2:03
sathish s21-Feb-06 2:03 
QuestionMetafile & Drag/Drop Pin
A L21-Feb-06 0:22
A L21-Feb-06 0:22 
QuestionTransparent Bitmaps Pin
Chatura Dilan20-Feb-06 23:07
Chatura Dilan20-Feb-06 23:07 
QuestionConvert into VB Pin
Chiari20-Feb-06 21:48
Chiari20-Feb-06 21:48 
Hi all,
I really need to convert the C# code below into VB. If possible can advise me where is the most approriate place to place this portion of code. The code is to wire the parent datagrid for the ItemCreated event and ItemDataBound event.

Please help me.

private void InitializeComponent()<br />
{<br />
  this.load += new System.EventHandler(this.Page_Load);<br />
  this.dgRegion.ItemCreated += new DataGridItemEventHandler(dgRegion_ItemCreated);<br />
  this.dgRegion.ItemDataBound += new System.Web.UI.WebControls.DataGridItemEventHandler(this.dgRegion_ItemDataBound);<br />
}


Thanks in advance,
Chiari
AnswerRe: Convert into VB Pin
killawatt21-Feb-06 11:12
killawatt21-Feb-06 11:12 
GeneralRe: Convert into VB Pin
Chiari21-Feb-06 14:43
Chiari21-Feb-06 14:43 
QuestionRead Text from MicrosoftWord using VB.NET Pin
RajaSrirangan20-Feb-06 20:14
RajaSrirangan20-Feb-06 20:14 
GeneralRe: Read Text from MicrosoftWord using VB.NET Pin
Guffa20-Feb-06 21:46
Guffa20-Feb-06 21:46 
Question1 Windows Appln & 1 Web Appln. Pin
DreamQuestioner20-Feb-06 18:49
DreamQuestioner20-Feb-06 18:49 
AnswerRe: 1 Windows Appln &amp;amp; 1 Web Appln. Pin
Dave Kreskowiak21-Feb-06 4:05
mveDave Kreskowiak21-Feb-06 4:05 
Questionupdating database using dataset Pin
mayhem_rules20-Feb-06 18:00
mayhem_rules20-Feb-06 18:00 
AnswerRe: updating database using dataset Pin
RichardBerry21-Feb-06 3:46
RichardBerry21-Feb-06 3:46 
AnswerRe: updating database using dataset Pin
Dave Kreskowiak21-Feb-06 4:04
mveDave Kreskowiak21-Feb-06 4:04 
Questiondetermine client subnet mask in terminal server Pin
samithaslk20-Feb-06 17:45
samithaslk20-Feb-06 17:45 
AnswerRe: determine client subnet mask in terminal server Pin
progload20-Feb-06 18:54
progload20-Feb-06 18:54 
GeneralRe: determine client subnet mask in terminal server Pin
Dave Kreskowiak21-Feb-06 3:56
mveDave Kreskowiak21-Feb-06 3:56 
GeneralRe: determine client subnet mask in terminal server Pin
samithaslk27-Feb-06 16:03
samithaslk27-Feb-06 16:03 
QuestionBinary Search Tree Pin
method44620-Feb-06 17:26
method44620-Feb-06 17:26 
AnswerRe: Binary Search Tree Pin
George L. Jackson20-Feb-06 17:44
George L. Jackson20-Feb-06 17:44 
QuestionTwo Dimension Array Length Pin
alien viper20-Feb-06 17:09
alien viper20-Feb-06 17:09 
AnswerRe: Two Dimension Array Length Pin
PremalathaP20-Feb-06 17:32
PremalathaP20-Feb-06 17:32 

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.