Click here to Skip to main content
15,897,291 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionwebbroeser auto login Pin
gokhan üstüner28-Apr-10 22:20
professionalgokhan üstüner28-Apr-10 22:20 
QuestionHelp with checkbox on datagrid? [modified] Pin
waner michaud28-Apr-10 7:45
waner michaud28-Apr-10 7:45 
AnswerRe: Help with checkbox on datagrid? Pin
Henry Minute28-Apr-10 12:54
Henry Minute28-Apr-10 12:54 
AnswerRe: Help with checkbox on datagrid? Pin
Md. Marufuzzaman28-Apr-10 22:07
professionalMd. Marufuzzaman28-Apr-10 22:07 
GeneralRe: Help with checkbox on datagrid? Pin
waner michaud29-Apr-10 3:14
waner michaud29-Apr-10 3:14 
Questionweb browser in vb.net. Pin
offroaderdan28-Apr-10 6:30
offroaderdan28-Apr-10 6:30 
AnswerRe: web browser in vb.net. Pin
Luc Pattyn28-Apr-10 7:16
sitebuilderLuc Pattyn28-Apr-10 7:16 
AnswerRe: web browser in vb.net. Pin
The Man from U.N.C.L.E.28-Apr-10 21:37
The Man from U.N.C.L.E.28-Apr-10 21:37 
It sounds like you have a WebBrowser component displaying some HTML embedded in a windows Form, and you want to respond to events that cause a postback in the web page in the windows form. I am assuming that is what you are getting at.

We have a similar thing where html is used to display details inside a windows form and hyperlinks cause a new windows form to pop up instead of navigating in the HTML.

We do this by handling the BeforeNavigate event of the browser and interrogating the URL requested. If the URL requires custom navigation in the windows application then we set e.Cancel = True to stop the default navigation continuing and instead run our own custom code.

It is all a bit messy, but that is the price for a hybrid windows/web solution.
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

QuestionVB.NET 2005 - Walking the Document Outline to iterate through controls Pin
vvincent28-Apr-10 5:26
vvincent28-Apr-10 5:26 
AnswerRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
Dave Kreskowiak28-Apr-10 8:19
mveDave Kreskowiak28-Apr-10 8:19 
GeneralRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
vvincent28-Apr-10 11:47
vvincent28-Apr-10 11:47 
GeneralRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
Dave Kreskowiak28-Apr-10 15:32
mveDave Kreskowiak28-Apr-10 15:32 
QuestionQueries for Datagrid View in VB 2008 Pin
Razanust28-Apr-10 0:52
Razanust28-Apr-10 0:52 
AnswerRe: Queries for Datagrid View in VB 2008 Pin
Simon_Whale28-Apr-10 0:59
Simon_Whale28-Apr-10 0:59 
GeneralKindly solve it out ! Queries for Datagrid View in VB 2008 Pin
Razanust28-Apr-10 4:04
Razanust28-Apr-10 4:04 
GeneralRe: Kindly solve it out ! Queries for Datagrid View in VB 2008 Pin
Simon_Whale28-Apr-10 4:13
Simon_Whale28-Apr-10 4:13 
QuestionVB Script Help For Microsoft Excel Pin
Ali Rashid27-Apr-10 21:45
Ali Rashid27-Apr-10 21:45 
AnswerRe: VB Script Help For Microsoft Excel Pin
Dalek Dave27-Apr-10 23:50
professionalDalek Dave27-Apr-10 23:50 
GeneralRe: VB Script Help For Microsoft Excel Pin
Ali Rashid28-Apr-10 1:38
Ali Rashid28-Apr-10 1:38 
AnswerRe: VB Script Help For Microsoft Excel Pin
Johan Hakkesteegt28-Apr-10 0:02
Johan Hakkesteegt28-Apr-10 0:02 
GeneralRe: VB Script Help For Microsoft Excel Pin
Ali Rashid28-Apr-10 4:06
Ali Rashid28-Apr-10 4:06 
GeneralRe: VB Script Help For Microsoft Excel Pin
Johan Hakkesteegt3-May-10 22:23
Johan Hakkesteegt3-May-10 22:23 
QuestionWhich is the best way to set default value for properties Pin
andiyuniar27-Apr-10 17:40
andiyuniar27-Apr-10 17:40 
AnswerRe: Which is the best way to set default value for properties Pin
Steven J Jowett27-Apr-10 21:13
Steven J Jowett27-Apr-10 21:13 
AnswerRe: Which is the best way to set default value for properties Pin
tosch27-Apr-10 21:25
tosch27-Apr-10 21:25 

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.