| Thread | Last Post | Replies |
|
| Paging Data | 18 May 2004 00:20 GMT | 6 |
Good Morning: Oracle has a feature on a form that allows the user to Page through large Recordsets at certain number of records at a time in a list or grid. For instance, when the user wants to view ALL the records of a table or
|
| break statement | 18 May 2004 00:17 GMT | 16 |
How could I break out of the while loop within the for/if loop below while (intCurCategory < intTotalCategories) { for (intPageIter = 0;intPageIter< ITEMS_PER_PAGE;intPageIter++)
|
| web control events don't fire sometimes | 17 May 2004 23:51 GMT | 1 |
Events such as ListControl 'item selected' or a command button stop firing from external browser or VS debugger. But if I debug and set breakpoint in the event,
|
| How to reference a file in the project itself in VS.NET? | 17 May 2004 23:46 GMT | 2 |
In a VS.NET project, is it possible to reference a file in relative path? My immediate problem is that I want to add a key file into Assemebly.cs. I have the .snk file in the project so I'd like to avoid adding the entire absolute path in Assembly.cs.
|
| Newbie to vb.net - multithreading | 17 May 2004 22:14 GMT | 2 |
I need to develop an application in vb.net that does the following. Watch a number of Folders for a particular file constantly. the file with an extension .CON. The Folders would be from a root folder. eg C:\TTH\TTH01 \TTH02
|
| FileNotFound Exception in assembly load | 17 May 2004 21:39 GMT | 1 |
Please help I have a C++ managed component that has no specific dependencies/references - I have a simple test program in C# that creates an instance of it and calls a public method The test app reports FileNotFoundException, and reports that the C++ dll or one of its dependencies ...
|
| How do I retrieve the volume label from a CD in .NET? | 17 May 2004 17:41 GMT | 2 |
It seems like this should be in one of the .NET framework classes, but I haven't been able to find it. All I want to do is retrieve the volume label from a CD using C#. If anyone could kick me in the right direction I would greatly appreciate it. Thanks.
|
| windows-service dont raise event | 17 May 2004 17:41 GMT | 2 |
i build a application whos watching a directory. if something changed on this directory, a event will raise(check the files and delete some...) i build that appliaction, one time with "filesystemwatcher" and one
|
| Trouble enumerating/selecting a server on the LAN | 17 May 2004 16:51 GMT | 2 |
I am relatively new to Windows API programming, and even more new to .Net programming. I like most of what I see, but there are still some parts that Microsoft seems to have gone out of their way to make as complicated as possible.
|
| formatting 1 to 001? | 17 May 2004 15:56 GMT | 2 |
Hi how it's possible to format eg. 1, 2, 3 to 001, 002, 003. With .ToString() I'm able only to do some decimal formatting only? Thanks, Oka Morikawa
|
| SmtpMail.SmtpServer how to specify port | 17 May 2004 15:51 GMT | 2 |
How do you specify a different port, other than 25, when preparing a message to be sent using the SmtpMail class? Is it simply appended to the end of the SmtpServer property with a colon Any help appreciated.. -D
|
| List in collectionbase | 17 May 2004 15:45 GMT | 7 |
i've created a strong named collection which inherits collection base,but when i try to add to it a nullreferenceexception blows. the code is as listed below. do i have to init the list myself. any hints...please!
|
| Runtime error, 'Invalid IL code' | 17 May 2004 14:10 GMT | 3 |
For my SDL wrapper, I wrote some code to correctly convert 256-color palettes. That needed some interop, so this is what I did: 1. Added the native function definition to my interop class. 3. Added extra required structs to the interop class.
|
| System Shutdown from WinForm App | 17 May 2004 13:12 GMT | 3 |
Can someone tell me how to send a System Shutdown message from a WinForm application? TIA, Royce
|
| project layout | 17 May 2004 11:46 GMT | 2 |
I'm migrating a medium sized ecommerce platform to .NET. I've had pretty good success with a series of small windows forms and console apps. This aspx migration is being done more or less piecemeal - all new dev is aspx, some old stuff is re-written as needed.
|