| Thread | Last Post | Replies |
|
| Version conflicts between local and GAC | 14 May 2008 16:23 GMT | 8 |
All, I have a couple of strong name signed library assemblies stored on a local disk (e.g. C:\My assemblies\). Assembly A calls into assembly B. These two assemblies are built by the same solution. Assembly A has a "project reference"
|
| how to determine what the select txt is ? | 14 May 2008 13:19 GMT | 4 |
I want to be able to show a txt file(stored on disk) to the end user in some sort of txt editor control, and allow the user to highlight/select words within the text. Once they have selected some words or txt I want to be able to have my
|
| Insert row in dataset | 14 May 2008 13:12 GMT | 3 |
How can I insert a row anywhere (in the middle of the rows.count) in a DataSet? I use one DataGridView control. Visual Basic 2005. Thanks.
|
| A way to find which (sub) window has the focus? | 14 May 2008 12:17 GMT | 10 |
I'm trying to find a way to determin which window Within-Another-Program currently has the focus. THE SITUATION: (Skip down to "My Question" if you don't want the background...)
|
| A question about VS IDE | 14 May 2008 10:14 GMT | 4 |
This is a question about something I've run across more than once in Visual Studio (2005). For example, yesterday I worked on an application (vb.net) and everything seemed to be behaving properly.
|
| How to control size of length in richtexbox per line ? | 14 May 2008 02:30 GMT | 1 |
How to control size of length in richtexbox per line ? Regards, Tee
|
| httputility.urlencode(doc.outerxml) as a http xml post | 14 May 2008 01:13 GMT | 6 |
I'm not sure whether I should send this as a new message or use the one I've been using but... I'm using vb.net 2.0 - My problem is I need to send
|
| Error in displaying records in GridView | 14 May 2008 00:06 GMT | 1 |
I have a simple code where I am trying to capture a recordset in a grid veiw using a button click event. Data is connected to sql server 2000. However, I am getting error at the line adapter.fill(dt1) I would appreciate any help on this matter. Thanks
|
| How Do You Add Event Handler to 50 button array???? | 13 May 2008 23:36 GMT | 1 |
Hello, I've created an array of fifty buttons and want to tie their click events together. Can anyone help me? Here's the code that I'm using to create the controls. I just don't know how to tie their events together.
|
| aboutbox | 13 May 2008 22:12 GMT | 2 |
I had found some code I used in VB2005 to show an about box. The about box itself was just a windows form with a button on it. The button had no code behind it but it's dialogresult property is set to cancel. The help about menu item showed the form like this:
|
| How to Populate CheckBoxList from Code | 13 May 2008 20:50 GMT | 6 |
I'm trying to find out how to populate a CheckBoxList from code without using a database. The following code generates 6 unchecked checkboxes without any text. Dim x As Integer
|
| Chr() vs ChrW() and Const ... | 13 May 2008 18:59 GMT | 2 |
I was wondering why I can do a ... Public Const A As Char = Chr(36) ... but not a ... Public Const B As Char = Chr(165)?
|
| Library for writing log files | 13 May 2008 17:41 GMT | 1 |
is there a .NET library for writing log files? I'm looking for something to configure the log files. E.g. using date-/timestamps, deleting old log files, log file rotation for big log files, debug logging, error logging etc.
|
| sending email | 13 May 2008 15:40 GMT | 3 |
I am using the code below in on my own machine to send email and it works just fine. VB console application. When i tried to run the same program from one of our servers it doesnt. There isnt even an error message generated.
|
| write to registry in vb.net and vista | 13 May 2008 15:08 GMT | 6 |
I need to keep my app entry under HKEY_LOCAL_MACHINE\Software\MyApp. (to support for all users).I need to update one key under MYApp. When I attempt to set value for this key My.Computer.Registry.LocalMachine.CreateSubKey("software
|