Forum: VB.NET Jun 20th, 2009 |
| Replies: 5 Views: 561 Hey
One new problem is occured i am able to generate HTML page with text or string but in html there is a Cover image which ia also different for each book & stored in sql database as image type
... |
Forum: VB.NET Jun 19th, 2009 |
| Replies: 5 Views: 561 Thanks GeekByChoiCe
Your Reply is really helpful
Here is the solution
private void CreateHTML(int SelectedRow)
{ |
Forum: VB.NET Jun 15th, 2009 |
| Replies: 5 Views: 561 Thanks GeekByChoiCe for ur reply
i am newbie to programming what did you mean by adding html in resources please explain how to do
thanks again bro |
Forum: VB.NET Jun 12th, 2009 |
| Replies: 5 Views: 561 My problem is that i want to develop a project in which there is front end (window form) in vb .net in which there are diffrent field for book entry name,author,image etc. all this data is stored in... |
Forum: VB.NET Apr 10th, 2009 |
| Replies: 1 Views: 234 i had developed window project on visual studio 2005 & made serup & installed om xp it worked perfectly fine but when i try to install it on window server 2008 it will nor work. please help. |
Forum: VB.NET Mar 7th, 2009 |
| Replies: 3 Views: 1,004 thanks for ur help
but let me explain the situation more
in my window form there is three tabPages. the first tab page is for filter in which we provide condition to filter data on diff. conditions... |
Forum: VB.NET Mar 5th, 2009 |
| Replies: 3 Views: 1,004 Hi
i am using .net 2.0 & a window application which is connected to sql server
there is checkbox in the application. i want to bind the checkbox with database field which is bit type 1 or 0... |
Forum: VB.NET Jan 28th, 2009 |
| Replies: 2 Views: 572 Thanks RamyMahrous it is working now
thanks alot |
Forum: VB.NET Jan 27th, 2009 |
| Replies: 2 Views: 572 Hi till now i am used window application in which there is no problem in connection using following code
Dim cnn As SqlConnection
cnn = New SqlConnection("data... |
Forum: VB.NET Jan 19th, 2009 |
| Replies: 13 Views: 739 Good u can share at
http://www.codeproject.com |
Forum: VB.NET Jan 19th, 2009 |
| Replies: 2 Views: 344 Some more links
Best Practices in .NET
http://www.dotnetspider.com/tutorials/BestPractices.aspx
Rules for Better Window Application
... |
Forum: VB.NET Jan 19th, 2009 |
| Replies: 2 Views: 344 Hi this is useful links for new .NET developer or any body who is new to .NeT
These link contain most of FAQ of window form
http://www.syncfusion.com/faq/windowsforms/default.aspx
... |
Forum: VB.NET Jan 17th, 2009 |
| Replies: 10 Views: 2,239 I have solved the problem & if any body need that so iam posting code below
I declare a global variable tab & assign its value tab=1 on form's load event & on tabcontrol selectedindexchanged event... |
Forum: VB.NET Jan 16th, 2009 |
| Replies: 10 Views: 2,239 thanks for reply i am understanding ur suggetion. But my project is completed in all respect & this is the shortcoming tell by my boss not allow user to click tabcontrol(its not my idea) I know what... |
Forum: VB.NET Jan 16th, 2009 |
| Replies: 10 Views: 2,239 I only entered in the programming job since last 2 month. I am working in Publighing house. they have no IT department Or IT staff. They want to develop their data entry program in vb.net & SQL... |
Forum: VB.NET Jan 16th, 2009 |
| Replies: 10 Views: 2,239 I am able to show specific tab page on button click. but i did not want user to change tabpage by clicking on tabcontrol but by clicking button only
I tried one solution but it is not full proof... |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 10 Views: 2,239 Hi all i am a newbie in development
I have a window application in vb.net in VS 2003 there is a tabcontrol which has three tab pages.
i want that user was not able to change tabpages by clicking... |