Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~13.6K People Reached
Favorite Forums

11 Posted Topics

Member Avatar for yuvjeeth

Hi, I wanted to know if I could search for a file in the application's folder, just by checking with the `File.Exists` method. I am searching for a DLL file in the app's directory. Thanks in advance, Yuvjeeth

0
203
Member Avatar for yuvjeeth

Hi all, I have a TabControl into which, at runtime, add a tabpage and a control to the tabpage created. I know how to create a tabpage. But I cant figure out a way how to create both at runtime. Thanks in advance, Yuvjeeth

Member Avatar for yuvjeeth
0
284
Member Avatar for yuvjeeth

Hello all, I have a weird problem. I have created an application in VB.NET 2010 on my PC which runs Windows XP Home Edition SP3. Upon testing my application, I found out that my app does not run on Windows Vista and Windows 7. Just to help, I was searching …

Member Avatar for yuvjeeth
0
945
Member Avatar for guente

Please check if the frmPurchase_Load is at the top of all the other code. I am not sure if that will work but I've experienced the same problem and that was the solution.

Member Avatar for guente
0
2K
Member Avatar for melanie.braley

`Button1.BackColor=Color.Blue` Changes the button's color to Blue `Label1.BackColor=Color.Blue` Changes the label's color to Blue but note that the label should not be transparent

Member Avatar for DM Galaxy
0
8K
Member Avatar for yuvjeeth

Hi Everyone, I would like to know if there is any way to change the color of a part of text in rich textbox when the user types it automatically like the way in vb.net IDE (Classes have blue etc.). Thanks in advance, Yuvjeeth

Member Avatar for ddanbe
0
502
Member Avatar for imperator

Do you have a textbox in which you enter/show a URL?then this may work: WebBrowser1.Navigate("http://www.pagesjaunes.fr/") WebBrowser1.Document.GetElementById("quoiqui").Focus() WebBrowser1.Document.GetElementById("quoiqui").SetAttribute("Value", "Electricien") <name of textbox>.text=WebBrowser1.url.tostring Hope this helps! Yuvjeeth

Member Avatar for yuvjeeth
0
211
Member Avatar for yuvjeeth

Hi, How do you get the WebBrowser's Url in a Combobox? I've tried the Url member but it says "Value of type 'System.Windows.Forms.WebBrowser' cannot be converted to 'String'." I also tried the LocationURL member also but it was in VB6 and not VB.NET. Please help me. Thanks in advance

Member Avatar for yuvjeeth
0
175
Member Avatar for yuvjeeth

Hi I want to know how to know if user is running the program for first time? I have a .txt file which will be loaded on start, but it is the first time and there is no such file. If anybody contributes, I will be happy Thanks in advance …

Member Avatar for mridul.ahuja
0
236
Member Avatar for yuvjeeth

Hi Guys, I would like to know of any way avaliable to Import / Convert Vb6 Projects to Vb10 Project. It would be very helpful to me because it is a large program which has too much of coding which I cannot redo in the Vb10. Any post would be …

Member Avatar for Reverend Jim
0
383
Member Avatar for yuvjeeth

I wanted to know how to separate contents of a tab from another tab. I tried Deleting It but it was deleted even in tab 1 I used Microsoft Tabbed Dialog Control SP6 Any help would be Appreciated Yuvjeeth

Member Avatar for Jx_Man
0
101

The End.