Search:

Type: Posts; User: dewshare

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    746

    VS 2008 Re: SQL server Connection problem

    can you give some code for hint thanks
  2. Replies
    5
    Views
    746

    VS 2008 Re: SQL server Connection problem

    where to use insert , update and select query please explain

    i want to use where clause also
  3. Replies
    5
    Views
    746

    VS 2008 SQL server Connection problem

    Hi

    i make a connection with SQL server 2005 database using Wizard in Express Edition 2008,

    I have got data in my text field using dataset , but now I want to execute query for insert, select...
  4. VS 2008 Ms Excel to SQL Server data transfer ??? HELP

    Hi

    I want to transfer Excel sheets data to SQL Server data base, please give me some hints how to start what I need to code for that what kind of interface my application should have ??? I shall...
  5. VS 2008 Re: Creating web browser using Gecko Skybound renderer

    thanks
  6. VS 2008 Creating web browser using Gecko Skybound renderer

    Hi

    i have tried last time to do this. but i face lots of hurdles now i want to start from scratch. i want to develop a web browser using gecko skybound rendering engine. please help me to start...
  7. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    i have asked there many time and also related threads are there but no solution !!!

    Plz......
  8. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    I am unable to show Context Menu in Gecko Web browser. Also i don't find any help on Geckofx forum. Please any one here can solve my problem. is there any why to show context menu

    i am using...
  9. Replies
    95
    Views
    90,872

    Re: Enhanced VB Tabbed Web Browser

    may be i omit. but this code work for me.
  10. Replies
    95
    Views
    90,872

    Re: Enhanced VB Tabbed Web Browser

    I solved using this code before removing Tab.
  11. Replies
    95
    Views
    90,872

    Re: Enhanced VB Tabbed Web Browser

    there is a bug, i am facing same problem I open youtube link in a tab. i close that tab but still voices are coming. tab is removed but page is still there.

    any solution please ???
  12. Replies
    3
    Views
    48,142

    Re: Make A Simple Setup Wizard With VB 2008

    how can i check for system requirements like Dot Net Frame work 3.5 installed or not. ?
  13. How to Create Installtion Package for vb.net application

    Hi

    I have created a vb.net web browser using Gecko Engine and .Net FrameWork 3.5, I want to make an installation package that check .Net Framework of a system, if it is under 3.5 then install .Net...
  14. Replies
    6
    Views
    6,327

    VS 2008 Re: Deleting Cookies of Gecko Web Browser ???

    I did it but not working . because I am using Gecko engine not IE or default VB browser control. It is gecko control. This command does not work.

    Any Help ????
  15. Replies
    6
    Views
    6,327

    VS 2008 Re: Deleting Cookies of Gecko Web Browser ???

    how can I do this. I want to delete cookies, I don't know how to do. Please give me some directions. i shall be thank full to you
  16. Replies
    6
    Views
    6,327

    VS 2008 Re: Deleting Cookies of Gecko Web Browser ???

    I use this It deletes the files from c:\documents & settings\User\cookies but my cookies are at this C:\Documents and Settings\Administrator\Local Settings\Application...
  17. Replies
    6
    Views
    6,327

    VS 2008 Deleting Cookies of Gecko Web Browser ???

    Hi

    I have make a web browser with Gecko rendering engine. I am unable to find the way to delete cookies.

    Please can you help me to do this

    Thanks
  18. VS 2008 How to run Application Developed with .NET 3.5 on 2.0 .NET FrameWork

    hi

    I am facing problems these days. I have VB Express 2008 with 3.5 .Net Frame Work. I develop applications but my applications dont run on the systems those have 2.0 framework or lower. How can I...
  19. Replies
    0
    Views
    841

    VS 2008 How to Use Proxy in Web Browser ?

    Hi

    I have make a web browser using Gecko Web browser control. It does not work on Network. Network is using this proxy : 172.18.1.3

    Can I make this so it work on LAN too

    Thanks
  20. Replies
    0
    Views
    998

    VS 2008 How to get TabIndex in Web Browser ?

    Hi

    I want to get the index of a tab or more tabs those have Load their Pages successfully in web browser. I am using Gecko web browser control

    I will explain it

    Tab 3 loads google.com but I...
  21. VS 2008 How to Change Tab Title without Selection ?

    Hi

    I can change title of a selected Tab but I want to change the title of a tab witch is not selected but I want to change its title because I come to know that tab is loaded following code return...
  22. VS 2008 Re: Progress Bar for Each Tab in Tabbed WebBrowser

    yes but not getting correct code. that works. Let me explain again

    All Tab are navigating

    Progress Bar showing Progress of One Tab and not for each tab individually Please can you give me the...
  23. Replies
    0
    Views
    670

    VS 2008 Tabbed Webbrowser Help!!!

    Hi

    I am facing a bug in my browser, When a Page loads it change the title of the selected Tabs only. It does not change the title of other tabs which are loaded too. but not selected this time
    ...
  24. VS 2008 Re: Progress Bar for Each Tab in Tabbed WebBrowser

    bump
  25. Replies
    3
    Views
    2,948

    VS 2008 Re: Gecko Web Browser "Find Text" Help ???

    It is not in vb.net Please can you tell me what to code in vb.net
  26. Replies
    3
    Views
    2,948

    VS 2008 Gecko Web Browser "Find Text" Help ???

    Hi

    I have make a web browser using Gecko web browser control. I want to implemet "Find Text" feature in it. Please help me for this I shall be thank full to you

    Thanks
  27. VS 2008 Re: Progress Bar for Each Tab in Tabbed WebBrowser

    please can you give me little code of this function, i dont know exactly how to do i shall be thank full to you
  28. Replies
    100
    Views
    77,482

    Re: Tabbed WebBrowser - a work in progress

    can you help me to do same in vb 2008 your code is in 2005 most of commands not runs. Please .....
  29. Replies
    100
    Views
    77,482

    Re: Tabbed WebBrowser - a work in progress

    Hi

    I have consult this code, but problem of Progress Bar for Each tab is still there please can you extend you tutorial and handle this problem . I shall be thank full to you
  30. VS 2008 Progress Bar for Each Tab in Tabbed WebBrowser

    Hi

    I have make a web browser , and use Progress Bar. I have make a

    webbrowser_progresschanged(.... ) handles ....

    also i add handler when a new tab creats. but Progress Bar work with only...
  31. VS 2008 Re: VB.NET Web Browser Control Important Question Please !!!

    thanks Radjesh Klauke

    I need some help about Gecko !!!

    I replace Web browser control with GechoWebBrowser and My following commands are now not working can you tell me how to do them

    Copy...
  32. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    Thanks for sharing can you tell me which is ProgressChanged Event in it ?? there is no ProgressChanged any alternative in this.

    also tell me if I delete IE and Firefox did my project work now ??
  33. VS 2008 VB.NET Web Browser Control Important Question Please !!!

    Hi

    I have make a web browser using vb.net web browser control. It is my final project. but when i was about to present this project I come to know that the Testing Team will Delete Internet...
  34. Replies
    6
    Views
    911

    VS 2008 Re: Updating Tab Information in VB.net

    I got your point. I already has implemented that event which is

    TitleChanged(....)
    works when ever title of any page changes. But i dont know how to check which Tab's title changed and how to...
  35. Replies
    6
    Views
    911

    VS 2008 Re: Updating Tab Information in VB.net

    I want that tab which is complete . I dont know which will colpete when .

    is there any way that

    detect tabs loaded successfully, change title of that tab with out selection
  36. Replies
    6
    Views
    911

    VS 2008 Re: Updating Tab Information in VB.net

    DO you mean this

    For example if I have 3 tabs open each tab is navigating a web page I am on 3rd. Ist completes , it will be selected according to your code , is it.

    I want not to select any...
  37. Replies
    6
    Views
    911

    VS 2008 Updating Tab Information in VB.net

    Hi

    I have this code that changes the title of Tab only when it is selected

    see this code


    But I want to change Tab information of thoes tabs which are not selected but have loaded...
  38. VS 2008 Re: How to Embed Web brower and download manager ???

    I have done it with this code



    It download all file extensions that are stored in settings but when ever it downloads .exe it show a security warning then IE default downloader starts...
  39. Replies
    2
    Views
    640

    VS 2008 Re: Problem with Tab Titles ?

    what is a standard Tab Control ? Where to get that ?

    is there any way that can solve this problem like this

    when ever a page navigated, it will automatically update the title of that tabs even...
  40. Replies
    2
    Views
    640

    VS 2008 Problem with Tab Titles ?

    Hi

    I have make a Tabbed web browser. Browser is working fine. but when ever I navigate a page titles of tabs does not changed but overwritten as shown in picture there is on second Tab Text is...
Results 1 to 40 of 46
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width