| Thread | Last Post | Replies |
|
| datatable.compute and CurrentRows | 12 Mar 2008 15:32 GMT | 1 |
Can I assume that a datatable compute will only be computed on current rows (DataViewRowState.CurrentRows)
|
| LINQ with SQL Server | 12 Mar 2008 14:59 GMT | 2 |
I just read few notes on LINQ. I am really very impressed the way it works and do queries from SQL Server. I want to know is the LINQ only does the SELECT statment or does it also handles UPDATES and DELETIONS.
|
| return value | 12 Mar 2008 14:02 GMT | 2 |
i added a currency sign to my number field which is a "double" field on my database. this is the code: Private Sub TextBox11_Leave(ByVal sender As Object, ByVal e As System. EventArgs) Handles TextBox11.Leave
|
| Late Binding Problem - Need Help | 12 Mar 2008 12:54 GMT | 4 |
I have this block of old code: Private Sub txtBoxes_DragDrop(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) _ Handles txtQL12.DragDrop, txtQL11.DragDrop, txtQL10.DragDrop,
|
| Post-build event | 12 Mar 2008 11:06 GMT | 4 |
I have a solution that contains a bunch of VB.Net 2005 projects. After I build the solution I want to run a batch file if any of the projects created new output files. I know how to set up an individual project to execute a post-build event if the project created new output ...
|
| Background Worker Cross Thread UI problem | 12 Mar 2008 10:01 GMT | 7 |
I am using the BackgroundWorker in VB2005. I understand the problems of updating a form from a thread, and this can normally be overcome by doing the updating on the ProgressChanged Event. As I understand it, this event will operate on the thread that invoked the
|
| Max Cursor error using Oracle | 12 Mar 2008 03:22 GMT | 3 |
Does anyone have a good solution to close cursors when using Oracle 9 with VB.NET. I have tried disposing of the command object, the data adapter and increasing the OPEN_CURSORS variable to a higher number still nothing consistently works.
|
| Polling Another App | 12 Mar 2008 00:00 GMT | 3 |
I've got two applications. The job of the second application is to make sure that the first application is running; if it's not, it relaunches it. Is there a good code snippet that somebody can point me to that would accomplish this?
|
| Cannot Reference Parent variables from a MDI Child Form | 11 Mar 2008 23:09 GMT | 2 |
Hi everyone Some help pls. 1. MDI Parent Form Have a variable Public TestVariable As String = "AAA"
|
| Outlook in VB.NET | 11 Mar 2008 22:50 GMT | 14 |
I am using VB.NET 2005. I created a project using the Microsoft Outlook 8.0 Object Library (Object Model) in my previous machine. Now that I have a new machine, when I try to compile that program in the new machine, it gives me erros like "Type 'Outlook.Application' is not ...
|
| NotifyIcon Confusion | 11 Mar 2008 20:42 GMT | 1 |
I am a little confused over the behavior of a form with a NotifyIcon. The property ShowInTasbar of the form is set to false. The NotifyIcon does have an Icon set. When I minimize the form, the Icon appears in the system tray as
|
| flash botton asp | 11 Mar 2008 18:41 GMT | 2 |
All, I try to flash button whenever status is true ( that means to trigger button flash) in asp web application. Anyone knows how? Thanks in advance,
|
| sending mail to my email | 11 Mar 2008 17:03 GMT | 3 |
i want to connect to my gmail server account and send my self an email for my program, but how do i do this? can you please provide a full code listing and i have to send my username and password when i connect. i started on some code but i want to know if someone elses code will ...
|
| How to refrence the inbox of an additional mailbox in Outlook? | 11 Mar 2008 16:48 GMT | 2 |
I have this code to get to the default Outlook inbox but I would like to get to the inbox of an additional added mailbox. Can this be done? Here is the code I'm using below: Dim objSession As MAPI.Session
|
| Long latency when creating a new FileStream... | 11 Mar 2008 16:11 GMT | 1 |
Using VS2005, VB.NET, I have a multi-threaded application. In one of my threads I need to read a file as a binary stream. I am able to accomplish this using the following code:
|