| Thread | Last Post | Replies |
|
| ASP.net question | 24 Jun 2005 15:14 GMT | 1 |
"bbdobuddy" <bbdobuddy@discussions.microsoft.com> wrote in message news:B879BE60-988E-441B-891F-6F9408ACFB23@microsoft.com...
>I have a link button that I want to have the program closed when I click >it. |
| Looking for Photoshop-Style Layer Control | 24 Jun 2005 14:46 GMT | 2 |
Good evening, all - I was wondering if anyone was aware of a .Net Control that mimics the Adobe Photoshop Layers Dialog? I wrote one for VB6 a while back (http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=52267&lngWId=1),
|
| Best tutorial on VB.NET code obfuscation? | 24 Jun 2005 14:28 GMT | 3 |
Looking for quality articles on using the obfuscator in .net 2003. I mean of course making my code more obfuscated than it already is ;) Any tips? Cheers
|
| TextBox.update - problem | 24 Jun 2005 14:12 GMT | 6 |
For i = 1 to 5000 Me.txtCounter.text = i 'As I found the textbox didn't update itself, I add (Me.txtCounter.update)
|
| Using VB.NET in the Real World | 24 Jun 2005 13:56 GMT | 10 |
1. Is anybody building Stand-Alone Apps with VB.NET in the real world? 2. If using VB.NET, are you using the new functionalities of VB.NET or using VB 6.0 functionality? 3. How are you remembering all the VB.NET Syntax? I use to open my VB 6
|
| form flicker problem | 24 Jun 2005 13:37 GMT | 3 |
I have an MDI application with two maximized child forms. At any given time only one of the child forms is in the foreground and visible. To alternate between the two child forms, I can type Ctrl-Tab. This results in a seamless toggling between the two forms - no flickering.
|
| Connection string for Piped Delimiter CSV | 24 Jun 2005 12:45 GMT | 5 |
hi, I need to connect a csv file as data source. the connection string currently using is cnxStr = "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" + CSVFolder +
|
| moveing columns on a datatable | 24 Jun 2005 09:39 GMT | 2 |
short question. is there anyway of changing the order of a datatable's columns? cheers, Dibs
|
| StringBuilder performance | 24 Jun 2005 09:28 GMT | 4 |
If i'm not wrong, StringBuilder should faster than string concat using &. But the following code: 1:
|
| Stream Reader Problem | 24 Jun 2005 08:19 GMT | 4 |
Stream reader Readline returns "Nothing" if at the end of the stream. However it also seems to return nothing if it comes across a line with nothing in it (just a CR). Is there any way of telling the difference
|
| Filter the table and clear it | 24 Jun 2005 07:58 GMT | 4 |
I got a Parent-Child two relationship tables, Now ,Before ds.accetpchanges , my child table may got 4-5K records, The user may only tick 3-4 records, I only want to store that ticked record, How can I do that ?
|
| connection string problem | 24 Jun 2005 07:52 GMT | 3 |
I'm trying to display an images directly sourced from a SQL Server dbase, and it would probably work but I can't get the connection string right! I have tried just LOBSTER and (local), but still no good! In the Data Source bit, should I be using a forward-slash or is it a double ...
|
| closing an ASP.net application | 24 Jun 2005 06:52 GMT | 2 |
I have a link button that I want to have the program closed when I click it. The quesition is what is the syntax that makes this possible.
|
| Date button to add date to grid | 24 Jun 2005 05:23 GMT | 1 |
Does anyone know how I can create a button that will enter the date Now into a datetime field on a data grid? Thanks in advance
|
| Form / Dataset Changes | 24 Jun 2005 04:11 GMT | 6 |
I have the follow function for detecting when my bound dataset has changed (by the user, I hope). Public Function HasFormChanges() As Boolean Dim row As DataRow
|