| Thread | Last Post | Replies |
|
| newbie needs some definitions! | 07 Sep 2005 06:33 GMT | 3 |
Thanks in advance to all: I just need a little nudge to understand a couple of elementary VB.net concepts: 1) In the following code I copied, what does the lower-case "e" mean?
|
| NotifyIcon Problem | 07 Sep 2005 05:32 GMT | 1 |
Is it possible to display two separate lists on a ContextMenu with a right or left click on the tray icon. It appears that the default function of NotifyIcon is to show the context menu on right click only. Is there a way around this or am I missing
|
| VB 2003 versus VB 2005 | 07 Sep 2005 02:26 GMT | 8 |
Are there any information about the big differences between VB 2003 and VB 2005 available? /A.
|
| How to minimize form owner when a form is minimized? | 07 Sep 2005 01:24 GMT | 3 |
If you have a form that calls another form via the following code: Dim myForm as Form2 myForm = New Form2 myForm.Owner = Me
|
| Querying a dataset | 06 Sep 2005 23:57 GMT | 6 |
I want to use a dataset so that I can obtain data from a number of sources and put it into one table. Using dataadaptors this seems to work well. Now I have a table (Forecast) in the dataset with columns: Rep, Area, Period, Qty.
|
| constant parameter | 06 Sep 2005 23:41 GMT | 8 |
Hi, how can I declare in the method parameter and pass an object using ByVal and ensure that the called method cannot change the value of the object. I wouldn't want the called method to change the data member of the class or change the properties when windows form is passed in.
|
| Change scroller size | 06 Sep 2005 23:24 GMT | 8 |
imagine this is scroll bar. Min|-------------|scroller|---------|Max The position of scroller is set with Value. How do I change the width of scroller?
|
| Read a file that is being used by another process. | 06 Sep 2005 22:49 GMT | 4 |
I am trying to read a log file using vb.net. I get an error stating "The process cannot access the file 'C:\test.log' because it is being used by another process." Below is a sample of what I am trying to do. The var logFileName is being passed into the function.
|
| Reading URL arguments passed via Hyperlink | 06 Sep 2005 22:24 GMT | 3 |
I am implementing an internet app via Visual Studio.Net 2003 using VB.Net. There are numerous references within the Help facilities for using or passing data between Internet pages via Hyperlink arguments or parameters. example
|
| Overloaded constructors | 06 Sep 2005 20:23 GMT | 7 |
Can someone quick shed some light on this issue I am having? I wanted to create 2 constructors for my object, one that takes an ID value and one that takes a datarow. If ID value is provided, it is going to get the info from the database
|
| Convert a string to code | 06 Sep 2005 18:18 GMT | 2 |
I wanted to know if it is possible to convert a string into a code expression, like you can with JavaScript's 'Eval' statement. For example, If I have a string such as "Dim A As New RandomObj()", can I turn this into
|
| How to Delete or overwrite index.dat files | 06 Sep 2005 17:30 GMT | 1 |
I would like to find a way to programmatically delete the index.dat files from IE, or at least be able to overwrite the index.dat with blanks... I understand that the OS treats this file as a system file How can I do that using VB.NET?
|
| System.Data missing in VS 2005 beta 2 | 06 Sep 2005 16:58 GMT | 1 |
I try to use following code "Imports system.data" but there is no system.data? Is it possible that this don't exists anymore? Thanks alot Nijazi Halimaji
|
| My application crashes when I open Word! (System.NullReferenceException) | 06 Sep 2005 16:45 GMT | 2 |
I'm having a very bizarre problem. I have a vb.net application which uses the ESRI MapObjects 2.2 component (unmanaged code). When I use the MapObjects built-in function 'CopyMap' to copy the map to the clipboard my app will crash sometimes.
|
| Adding Select to Dropdown... | 06 Sep 2005 16:15 GMT | 2 |
I am creating a vb.net app, using a mysql db. I am connecting to the db, and filling some dropdowns with data. My quesiton is: How can I make the first item (default item) in the dropdown be "Select"? Do I have to put Select in the db or is there
|