Click here to Skip to main content
15,891,529 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: how to create a seperate form for searching data? Pin
Ahamed Azeem25-Apr-09 21:34
Ahamed Azeem25-Apr-09 21:34 
GeneralRe: how to create a seperate form for searching data? Pin
riddhi8426-Apr-09 19:38
riddhi8426-Apr-09 19:38 
GeneralRe: how to create a seperate form for searching data? Pin
Ahamed Azeem26-Apr-09 20:48
Ahamed Azeem26-Apr-09 20:48 
QuestionWindows service Crashing once a day Pin
bsandesh1124-Apr-09 4:59
bsandesh1124-Apr-09 4:59 
AnswerRe: Windows service Crashing once a day Pin
bsandesh1124-Apr-09 5:29
bsandesh1124-Apr-09 5:29 
AnswerRe: Windows service Crashing once a day Pin
Luc Pattyn24-Apr-09 6:38
sitebuilderLuc Pattyn24-Apr-09 6:38 
QuestionHTML to database Pin
digitaldxb23-Apr-09 22:38
digitaldxb23-Apr-09 22:38 
AnswerRe: HTML to database Pin
digitaldxb23-Apr-09 23:42
digitaldxb23-Apr-09 23:42 
After a more research i am now able to get the html page but the issue is now how to get the element i want to have table element to store in the database.

see the code below

Dim req As System.Net.WebRequest = System.Net.WebRequest.Create(Me.Label2.Text)

Dim resp As System.Net.WebResponse = req.GetResponse()
Dim strm As System.IO.Stream = resp.GetResponseStream()
Dim sr As System.IO.StreamReader = New System.IO.StreamReader(strm)
Me.TextBox1.Text = sr.ReadToEnd()
QuestionHow to calculate the size of a MDI parent based on its MDI child form Pin
Deling Ren23-Apr-09 15:59
Deling Ren23-Apr-09 15:59 
QuestionHow to create Form which will be taked into account by other desctop appication like Microsoft Shared View Pin
Koltz22-Apr-09 22:48
Koltz22-Apr-09 22:48 
AnswerRe: How to create Form which will be taked into account by other desctop appication like Microsoft Shared View Pin
Koltz22-Apr-09 23:41
Koltz22-Apr-09 23:41 
QuestionMade changes to the reports after made exe Pin
pavankumar makena21-Apr-09 23:16
pavankumar makena21-Apr-09 23:16 
QuestionCode to Display Time on A Windows Form Pin
txmxax2519-Apr-09 12:07
txmxax2519-Apr-09 12:07 
AnswerRe: Ignore!!! - Cross Post Pin
Henry Minute19-Apr-09 13:21
Henry Minute19-Apr-09 13:21 
GeneralRe: Ignore!!! - Cross Post Pin
Luc Pattyn19-Apr-09 13:48
sitebuilderLuc Pattyn19-Apr-09 13:48 
GeneralRe: Ignore!!! - Cross Post Pin
txmxax2519-Apr-09 14:33
txmxax2519-Apr-09 14:33 
GeneralRe: Ignore!!! - Cross Post Pin
Luc Pattyn19-Apr-09 15:08
sitebuilderLuc Pattyn19-Apr-09 15:08 
GeneralRe: Ignore!!! - Cross Post Pin
Yusuf19-Apr-09 15:45
Yusuf19-Apr-09 15:45 
GeneralRe: Ignore!!! - Cross Post Pin
Christian Graus19-Apr-09 15:26
protectorChristian Graus19-Apr-09 15:26 
GeneralRe: Ignore!!! - Cross Post Pin
Yusuf19-Apr-09 15:41
Yusuf19-Apr-09 15:41 
Questionhow to get ascii key value ? Pin
JC.KaNNaN17-Apr-09 19:08
JC.KaNNaN17-Apr-09 19:08 
AnswerRe: how to get ascii key value ? Pin
Eddy Vluggen18-Apr-09 0:32
professionalEddy Vluggen18-Apr-09 0:32 
AnswerRe: how to get ascii key value ? Pin
SayreCC23-Apr-09 14:57
SayreCC23-Apr-09 14:57 
AnswerRe: how to get ascii key value ? Pin
riddhi8424-Apr-09 21:08
riddhi8424-Apr-09 21:08 
Questionexecute something before windows starts - how-to ? Pin
Talosan17-Apr-09 6:09
Talosan17-Apr-09 6:09 

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.