| Thread | Last Post | Replies |
|
| Trapping AddNew event | 01 Oct 2005 00:58 GMT | 3 |
Is there a way to tarp the AddNew event on the BindingNavigator to do some checks before allowing BindingNavigator to add a new record? Thanks Regards
|
| Unable to debug ASP.NET | 01 Oct 2005 00:12 GMT | 2 |
I installed IIS on my Win2K machine after installing Visual Studio 2003 and now have problem with debugging asp.net files. I need to know if I need to uninstall IIS and install a newer version of IIS? (if yes where I can get that)
|
| Delete warning with bindingnavigator | 01 Oct 2005 00:08 GMT | 5 |
When I press the delete button on the BindingNavigator it deletes the record without any warning. How can I add a warning dialog when the delete button on the BindingNavigator is pressed and before the record is actually deleted?
|
| What's the best performatic collection? | 30 Sep 2005 23:38 GMT | 3 |
Hey guys. I'm using a DataView to store a lot (amoung 2000 lines) of configuration and objects and this DataView is indexed by two columns. That 2000 lines are created in a loop, with the DataView already indexed to
|
| What is missing in VB express? | 30 Sep 2005 21:44 GMT | 1 |
I don't get what is left out of VB express to be released 5 weeks from now. Suggested customers are students and hobbyists, so is there some full featured version that will be released around the same time, and if so what are the gaps?
|
| User style collection editor for GridTableStylesCollection | 30 Sep 2005 20:27 GMT | 4 |
Dear all .. If I want to use develop a user control and declare a public property which the type is System.Windows.Forms.GridTableStylesCollection For example :
|
| Dynamically execute a Sub, possibly with help of "ScriptControl" | 30 Sep 2005 19:09 GMT | 1 |
[The language is VB6, but as it's about implementing dynamic call of another method from the same module with the ScriptControl object, it shouldnt matter too much..] Hi,
|
| How to do this system | 30 Sep 2005 19:03 GMT | 1 |
Hi Sirs, Actually I need to create a system where user can fax documents from PC by set the time which mean when time reach the time set by user, automatically fax go out. I like to use VB.NET to do this but I have no experience on using
|
| Up Down Arrows as TAB Key | 30 Sep 2005 19:00 GMT | 10 |
I'm tring to make the down arrow act as a tab key and the up arrow act as like (-TAB.). I have this for the down arrow but nothing happens. Protected Overrides Function ProcessDialogKey(ByVal keyData As Keys) As
|
| Winforms usercontrol on a Webpage? | 30 Sep 2005 17:59 GMT | 5 |
Hey all. I need to show a usercontrol (built on Winforms) in a webpage, the same way I do with OCX or Javascript (Object tag). How can I do it?
|
| Custom Paint & disposing | 30 Sep 2005 17:44 GMT | 5 |
I have a form that requires drawing custom lines on it. The color of the lines is suppose to be the same as the forcolor of the form. Am I doing this the most efficent and correct way? Thanks.... Protected mPen As Pen
|
| String is a valid directory | 30 Sep 2005 17:16 GMT | 2 |
What's the most efficient way to determine if an arbitrary string is a path to a valid, existing directory? Also, how can I convert the string to the same case as the original directory, assuming that the existing directory is mixed case and the string is lower case? TIA,
|
| treeview | 30 Sep 2005 16:55 GMT | 4 |
this is what i have written while builiding the treeview i already have and i need to go deeper.. '------------------START--------------------------------- 'Loop thru Requirement Types
|
| Check if a DLL is registered! | 30 Sep 2005 16:35 GMT | 1 |
I need to check if a DLL is registered and if it is not then register by doing what you do with a "regsrv32.exe [dll name]" thing? Can you do this in VB.NET ? /Lars
|
| VB books | 30 Sep 2005 16:32 GMT | 4 |
Could anybody recommend me some nice VB.NET books as it comes to sql programming, data warehousing and general database applications,etc design. I appreciate all the help. Thanks. UF
|