| Thread | Last Post | Replies |
|
| Manifest Resource increase in size with Localizable set to True. | 19 Sep 2005 17:21 GMT | 3 |
I did a little experiment during localization of my software (or at least preparations for localization) - without adding any language resources, I just went through changing the Localizable property of each form from False to True. I noticed that the resulting Executable ...
|
| Open files over network gives not what I'd expect | 19 Sep 2005 17:16 GMT | 2 |
I have a folder on my Desktop that has the following properties: Type: Folder Target: \\MM\backup Comment: \\MM\\Backup
|
| VB.NET, How to insert rows from one table into another | 19 Sep 2005 16:49 GMT | 4 |
Using VB.NET, How do I insert rows from a SQL Server table into an Access table with the same structure (and also the reverse, from Access to SQL)? I’m new to this, so here’s what I’ve tried so far (unsuccessfully): 1. Fill Dataset ‘S’ from a SQL Data Adapter (many rows). I see ...
|
| Make a Parameter CONST? | 19 Sep 2005 16:25 GMT | 20 |
If I have a parameter that has an Object type (as opposed to something like a string), can I make that parameter a CONST? Right now, if you pass an object into a sub/function, that sub/function can modify the object no matter how it's defined (ByVal or ByRef).
|
| Porting COM to C# lib to use from XLS | 19 Sep 2005 15:29 GMT | 2 |
My current architecture is as follows - I am using COM server from XLS, using XLA facilities. My business logic resides in COM libraries and XLS as front end. I would like to port this architecture to Dot net environment (C#). So
|
| Checking for Null Database Values | 19 Sep 2005 14:59 GMT | 7 |
i want to check if the following field is null. Dim rsAssets As New ADODB.Recordset rsAssets.Fields("SubIcon").Value) IsNull is no longer supported, so what should I use?
|
| Preventing Reverse Engineering of .NET Code | 19 Sep 2005 14:25 GMT | 4 |
I have a client that has developed some complex methods of analysing data over many years. He wishes this to be put into a VB .NET program to sell to his clients. What is the potential that his clients can reverse engineer this program to
|
| DataGrid and Dataset | 19 Sep 2005 14:03 GMT | 1 |
I have a datagrid1 binded with a dataset1 and I would like when I click at any row it would show me the Value of the first Column for the clicked row in the grid in a textbox could U show me how!!? Thanks
|
| form background image - mdi parent form | 19 Sep 2005 12:36 GMT | 5 |
It's trivial to have an image as the background in an mdi child form. What I can't seem to get done is place an image as the background of an mdi parent form. Is there a way to do this? Thanks for any help.
|
| Connecting To Exchange | 19 Sep 2005 12:35 GMT | 1 |
I have a public folder within MS Exchange that stores sent email I have searched on google but cant find anything that tells me if it is at all possible to connect to an exchange server and run queries on data stored in a public folder?
|
| Data Binding to Access Query - Update problem | 19 Sep 2005 10:40 GMT | 1 |
From the data sources window, I dragged a query called qryWeeks onto my form. This created QryWeeksBindingSource QryWeeksTableAdapter
|
| Displaying Checkbox results | 19 Sep 2005 05:45 GMT | 2 |
Hi, I am creating a web feedback form that has a both a checkbox and listbox on it that are both databound to a database. I have been researching all day and have found multiple answers for displaying the results, but none of them work with databound checkbox lists. My
|
| integer overflow mode | 19 Sep 2005 01:13 GMT | 1 |
is it possible to switch somehow to the mode where integer.maxvalue+1 will return integer.minvalue instead of throwing the exception? Thanks,
|
| Cannot call Invoke or InvokeAsync on a control until the window handle has been created | 18 Sep 2005 23:28 GMT | 1 |
I have a treeview control, which exists all the run time. Althougth if I call Invoke(.) on this control from other thread the above exception is thrown. Window, on which the control is situated exists all the time.
|
| DateTimePicker question | 18 Sep 2005 22:09 GMT | 3 |
Can you initialize the DateTimePicker to "" or Null? I want the date to be optional so it should be blank at first unless the user selects a date. If not, is there another solution? Mark
|