| Thread | Last Post | Replies |
|
| DataView.RowFilter IsNull: DBNull in column of boolean datatype | 22 May 2008 10:17 GMT | 6 |
I need to get (filter in) some dataview's rows with DBNULLs in column of boolean type: Actually to get the only rows with DBNULL, I use code like this: DV.RowFilter = "(IsNull(MyBooleanColumnName, True) = True) AND (IsNull(MyBooleanColumnName, False) = False)" or ex.
|
| C# to VB.NET | 22 May 2008 07:41 GMT | 6 |
always, I have developed with C#. Now, new project with VS 2005 + SQL SERVER, and VB.NET like language. Any help about vb.net ? For example, posters with VB.NET syntax, comparing with C# syntax, etc
|
| reading and sending a file in email ? | 21 May 2008 18:12 GMT | 6 |
I would like to build a windows app or service that would read a .txt file and than put the contents of that file in an email and send off the email. WOuld that be very difficult?...how could this be done?
|
| problem with xmltextreader and stream with & | 21 May 2008 18:08 GMT | 3 |
I have an xml stream that I would like to read with xmltextreader. Problem is that there are some & inside the xml stream. Parse is not working on them. Can someone show me sample code for reading a stream like this?
|
| VB.Net Standard Control Appearance Problems | 21 May 2008 18:00 GMT | 4 |
I am used to using third party controls when it comes to setting up appearences. But, now I am using Visual Basic.Net controls that come standard with the product. I've come across a frustration situation with the combo box and text box controls.
|
| starting an application on timer | 21 May 2008 16:39 GMT | 3 |
i'm trying to run an application2 automatically 60 secs after application1 starts. application1 would have the code to start application2. Load_Event for application1
|
| How can i run perl (commands) programs from VB?? | 21 May 2008 15:03 GMT | 1 |
How can i run perl (commands) programs from VB?? thanks in advance...
|
| Custom DataGridView (Windows) | 21 May 2008 12:30 GMT | 1 |
I need develop a custom DataGridView control, wit better design (UI), four colors, alternative color, font... any sample with code source ?? thanks in advance
|
| chinese 8.0 magnitude earthquake | 21 May 2008 12:04 GMT | 1 |
In the midst of three days of national mourning for victims, aftershocks continue to shake Sichuan Province — including a 6.0 magnitude earthquake early Sunday morning, the latest in a series of several thousand tremors in less than a week — causing landslides,
|
| Get RAW Bitmap Data from a file | 21 May 2008 09:27 GMT | 7 |
I have some Windows BMP, 1BPP, monochrome files that I need to get the raw data from to load a graphics buffer on a Roll Printer (which I know can be done). Lets forget about the Roll Printer in this equation as I am not sure I am getting the correct "raw" image from the file.
|
| Vista displays UAC dialog EVERY time I start my application? | 21 May 2008 07:04 GMT | 9 |
I have an app that needs to run with elevated privileges on Windows Vista (Registry operations - don't ask). I have added a manifest file that looks like this: ---snip---
|
| Correcting phone numbers | 21 May 2008 02:55 GMT | 1 |
How can I strip all spaces in between digits from a phone number, strip the first zero and then append +44 at the start? Thanks Regards
|
| Naive Database Question | 21 May 2008 02:41 GMT | 5 |
I use VB.Net in VS2005 and rarely use databases. I have a database to which I open a connection in my application (using ADO). Once I have the connection, I loop through each table in the database using a command string ("Select * from .) and a DataAdapter to populate a
|
| disappointed | 21 May 2008 02:40 GMT | 9 |
you would think after all these years that Microsoft could have enhanced some of it controls... I am speaking specifficaly of the monthcalendar control. it has been this way, i think, since Access 2.0. seems that the only way to get a decent calendar is to have to purchase an
|
| is it ossible to modify the saveas filename from webbrowser | 21 May 2008 01:23 GMT | 3 |
I ma in the process of automating/expediting some download from a secure website, when Currently I would click on the control webbrowser to view and then on the popup choose save, then change the default filename before saving.
|