Forum: VB.NET Apr 27th, 2009 |
| Replies: 2 Views: 250 Do you have access / permission to the websites data ?
How you connect to the websites database ? |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 4 Views: 309 Is the list in combo getting populated from Database tables ? |
Forum: VB.NET Apr 21st, 2009 |
| Replies: 3 Views: 710 you need to start reading the book and try to understand the basics first before starting any sort of coding. |
Forum: VB.NET Oct 5th, 2008 |
| Replies: 4 Views: 820 is there any condition to execute the block of code ? |
Forum: VB.NET Oct 5th, 2008 |
| Replies: 4 Views: 694 what have you tried so far ? |
Forum: VB.NET Oct 5th, 2008 |
| Replies: 1 Views: 579 you need to decode the booking time .
findout the time 1 hr before that and book accordingly. |
Forum: VB.NET Mar 31st, 2008 |
| Replies: 6 Views: 707 What exactly youa re trying to do. |
Forum: VB.NET Mar 31st, 2008 |
| Replies: 3 Views: 595 Both are easy provided that you have intrest. |
Forum: VB.NET Mar 5th, 2008 |
| Replies: 2 Views: 2,014 WHAT YOU HAVE TRIED SO FAR ? |
Forum: VB.NET Feb 26th, 2008 |
| Replies: 4 Views: 1,875 There is no sense posting all that code here. Please use code tags . That make the code more readable. |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 7 Views: 3,441 To open a form, you need to create an instance of the form object. |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 8 Views: 2,853 You need to capture that before deleting the items from the list view. |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 2 Views: 511 Do you have Outlook configured in your system ? |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 3 Views: 589 You need to handle the Change event of the text boxes. |
Forum: VB.NET Feb 6th, 2008 |
| Replies: 3 Views: 2,982 Self learning is the best form of learning anything and once you know that you will never forget that. |
Forum: VB.NET Feb 5th, 2008 |
| Replies: 2 Views: 4,038 You need to format the datetime into 24 hrs format . |
Forum: VB.NET Feb 5th, 2008 |
| Replies: 4 Views: 3,376 If you are having a licensed copy of windows and net is connected. You can directly update the system with framework latest version. |
Forum: VB.NET Dec 11th, 2007 |
| Replies: 14 Views: 13,554 You just need to handle the KeyChar |
Forum: VB.NET Dec 11th, 2007 |
| Replies: 3 Views: 981 Kindly post what you have tried sofar for reference of our experts |
Forum: VB.NET Nov 19th, 2007 |
| Replies: 2 Views: 579 You need to set everything to its default value with the default form. |
Forum: VB.NET Nov 19th, 2007 |
| Replies: 4 Views: 998 The best solution for the problem is to use COUNT() .
Take the user input from textbox and using count findout the number of records in database which satisfies the condition. If it is 1 then say... |
Forum: VB.NET Nov 19th, 2007 |
| Replies: 6 Views: 905 Are both the projects part of a single solution ? |
Forum: VB.NET Nov 2nd, 2007 |
| Replies: 1 Views: 530 Are you expecting the complete code with proper documentation. |
Forum: VB.NET Nov 2nd, 2007 |
| Replies: 1 Views: 1,402 Can you post the code that you are trying to execute. |
Forum: VB.NET Oct 6th, 2007 |
| Replies: 7 Views: 1,314 What did google say ?
Have you tried for that option ? |
Forum: VB.NET Oct 6th, 2007 |
| Replies: 7 Views: 4,216 use
Me.Close()
on the button click event |
Forum: VB.NET Oct 6th, 2007 |
| Replies: 3 Views: 648 How do u expect all that here in a free forum like this. |
Forum: VB.NET Sep 27th, 2007 |
| Replies: 3 Views: 2,651 what is the database you are using ? |
Forum: VB.NET Sep 15th, 2007 |
| Replies: 5 Views: 11,070 It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding. |
Forum: VB.NET Sep 15th, 2007 |
| Replies: 4 Views: 8,931 It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding. |
Forum: VB.NET Sep 8th, 2007 |
| Replies: 5 Views: 1,074 No that is not possible.
Again it is not possible to write an OS using a single language. |
Forum: VB.NET Aug 29th, 2007 |
| Replies: 2 Views: 4,283 you want to display it self on the report view or the data in the grid . If u wan tthe data then u need to dynamically frame the query at runtime. |
Forum: VB.NET Aug 29th, 2007 |
| Replies: 4 Views: 1,883 Then u need to do the same from your frontend application. For encription or decription u can use any logic that is more suitable to your project. |
Forum: VB.NET Aug 29th, 2007 |
| Replies: 3 Views: 3,210 if there is no user interface then no need to create an interface at all. What u need to do is create a windows service. |
Forum: VB.NET Aug 22nd, 2007 |
| Replies: 3 Views: 1,280 You can easily do that using the functions SUBSTRING ,REPLACE etc. |
Forum: VB.NET Jul 31st, 2007 |
| Replies: 6 Views: 1,699 Are yo sure the printer is not a network printer and the font of notepad is same every where. |
Forum: VB.NET Jul 31st, 2007 |
| Replies: 6 Views: 1,699 Are you printing from the same system on which your code resides. |
Forum: VB.NET Jul 31st, 2007 |
| Replies: 6 Views: 1,699 Are you printing from the same system on which your code resides. |
Forum: VB.NET Jul 26th, 2007 |
| Replies: 3 Views: 4,221 check fot the number of parameters that is required to call the priocedure and pass them as required. |
Forum: VB.NET Jul 26th, 2007 |
| Replies: 11 Views: 5,294 what bout setting the listindex to zero. |