| Thread | Last Post | Replies |
|
| Sending Mails | 08 Dec 2005 02:44 GMT | 6 |
How can i send mails using vb.net Thanx all
|
| Dial Up NetWorking (DUN) in VB.Net | 08 Dec 2005 00:48 GMT | 4 |
Sorry, I have to put same message more than three to four times , as I can't receive a responce. I want to connect my internet connection through my VB.Net Code. Is there any sample code, or hints.
|
| Public properties and displaying them on a form - Help Needed. | 07 Dec 2005 23:50 GMT | 2 |
Well, back for another question. I'm doing some calculations in a module (the reason in a module is because it is an I-O module - reading csv files, Access DB, etc.). (If not in a Module, where should I put them.) From 'form1' I perform a
|
| Advice needed for drawing program | 07 Dec 2005 23:49 GMT | 2 |
I'm adding basic drawing capability to an application that I am writing, and I have been having problems with making the graphics output persist when the application is re-sized,covered etc. This is the solution I have come up with, but it seems a bit convoluted.
|
| Disable Sorting in VB.NET | 07 Dec 2005 23:18 GMT | 8 |
I thought the only thing I had to do to disable column sorting in VB.NET was to set datagrid.AllowSorting = False. Unfortunately this has never worked for me. I discovered another set of code that seems to work for 99% of the cases where I need to disable datagrid column
|
| backgroundimage will not display | 07 Dec 2005 23:14 GMT | 1 |
Does anyone know why the backgroundImage does not display in VB? I have tried setting it in the properties window (where the thumbnail shows) and explicitly in my code like so: Me.BackgroundImage = WindowsApplication1.My.Resources.Resources.Chile
|
| usercontrol datasource property implementation | 07 Dec 2005 23:07 GMT | 4 |
I'm a newbie using vb .net, and i'm trying to develop a UserControl. In this control i'm doing all the drawing and i want to add datasource property to it. :mad: i'm doing this
|
| Wave Callback | 07 Dec 2005 23:06 GMT | 3 |
I am writing an application that plays with a buffer that I obtained from the sound card using the wave APIs. I was looping, or polling, to check when the data was delivered, but I wish to use the callback that is listed in the MSDN. I can't seem to figure out how to implement
|
| Listview control and Selecting items using down arrow key | 07 Dec 2005 23:01 GMT | 2 |
This will not work nor do I get an error? Will not set the first item when the selected item gets to the last one by pressing the down arrow key.
|
| Dataset says record was updated, but it wasn't - why? | 07 Dec 2005 22:11 GMT | 1 |
I load a table into a dataset and when I click my SAVE button, I get the changes like this: dsChanged = ds.GetChanges() I then parse each row in dsChanged and have found that some of the rows are
|
| Problems with Excel 2003. | 07 Dec 2005 21:37 GMT | 2 |
I can't find the way to do something from vb .net in current copy of Excel. All posts which I read tell how to make application.excel object and do something. I need to write something like addin for eg: -Excel is activated and some file is loaded
|
| Problem creating web service wrapper for VB6 COM DLL that calls C++ DLL | 07 Dec 2005 20:07 GMT | 1 |
Howdy, I'm trying to wrap an existing VB 6 COM DLL as a VB.NET 2003 web service. I was able to create web methods for each of the COM DLL's methods I want to expose, but the one method in the COM DLL that
|
| Error message when converting VB 2003 app to VB 2005 | 07 Dec 2005 19:37 GMT | 2 |
As I work to convert a working VB 2003 app that has no error messages to VB 2005, I have been presented with more than 100 instances of the following warning message: "Access of shared member, constant member, enum member or nested type
|
| Add checkbox to items in a datagrid | 07 Dec 2005 19:15 GMT | 6 |
I need to add a checkbox in front of all the rows in a datagrid so that users can select/unselect them. Any help is greatly appreciated! Bill
|
| Forms with AxWebBrowser takes time to load | 07 Dec 2005 19:13 GMT | 3 |
I am not sure if I am doing somthing wrong, but the forms with AxWebBrowser control in my VB.NET application takes time to load and show up on screen when i run in Debug mode in VS Computer Config:
|