| Thread | Last Post | Replies |
|
| Listboxes with Databindings | 30 Jul 2007 10:34 GMT | 4 |
I've two list boxes, both bind to different datasources (Datatable), but showing the same MemberValue (UserID) The listboxes are placed in a form which shows detail information from a datagrid about the actual selected row. The left box shows the
|
| How to protect hacker modify jump location ? | 30 Jul 2007 10:02 GMT | 1 |
After we did a lot of copy-protection code in program, I think hacker can still use ICE to trace where it jumps to and then modify the target location (address). Finally, what we can do is the same as car, we can only do more to
|
| dropdownlist problem | 30 Jul 2007 10:01 GMT | 1 |
I have taken table i.e., ITEM MASTER (ItemID, ItemName, Price) in the asp.net in dropdown list box when i select Itemname price should be printed in the text box of price. view of design
|
| This is an unexpected token. The expected token is 'NAME' | 30 Jul 2007 09:57 GMT | 4 |
i posted this error message a couple of weeks ago: has anyone come across this error before: This is an unexpected token. The expected token is 'NAME' I am getting it when trying to send an xml file across a web service layer.
|
| Software protection methods. | 30 Jul 2007 09:31 GMT | 2 |
1. MAC address 2. Registry 3. Serial Number Registration. ( via Server, each SN can activate 1 unit, but where to store info? encode to registry ?)
|
| Smooth form border. | 30 Jul 2007 08:42 GMT | 2 |
When I set the FormBorderStyle to none. It is rectangular, how to smooth it as the msn box ? Thank you! Best regards,
|
| Using a webservice in Windows application | 30 Jul 2007 08:15 GMT | 1 |
I need to develope a web service that I should use in a windows based application. This web service must be a layer that invokes one more webservice.Due to some security constraints I should use the URL path as https://webservice_name.... instead of http://webservice_name....
|
| I wanna implement the revolving slash while the process is executing | 30 Jul 2007 08:06 GMT | 5 |
I have a Windows console application, which takes around 3 minutes to complete the execution. I am interested in implementing something animate while users are waiting for the process to complete.
|
| inheritence | 30 Jul 2007 07:32 GMT | 3 |
hello... I wrote a Base class to dealer with Text Files i want to inherit this class to extend its functionality i want to inherit a class. But before i send parameters to the Base/parent
|
| Binary BitString to Int32 : Bit fiddlers only! Can you improve this? | 30 Jul 2007 02:30 GMT | 13 |
This programs converts a BitString "0101110" to an Int32 value. Can anyone improve, or possibly shorten the following program? public static int BitStringToInt32(String s) {
|
| character conversion | 30 Jul 2007 02:11 GMT | 2 |
hi i want to convert say letter A to its Ascii Value and back to its Character Value.. im cant Seem To Find how to do this Tks
|
| How to read data structures from binary files | 29 Jul 2007 23:24 GMT | 15 |
I'm new to C Sharp programming, though a long time ago I was fairly competent in C and C++. I have data structures in a known format in binary files. I need to be able to read them, preferably as easily as possible into a struct.
|
| Array size cannot be specified in declaration? | 29 Jul 2007 20:51 GMT | 9 |
I'm having a hell of a time with declaring a struct to hold some binary data I'm trying to read from some files on disk. What I would like to do is something like this: public struct binHeader
|
| Questins in .net Class library | 29 Jul 2007 17:59 GMT | 1 |
i have made aclass library in .net and in this class theres afunction that return DataSet object and when i convert it to tlb file this DataSet datatype convert to IUnknown datatype and when i make custing in Delphi to TDataset not working ,what can i made to work thanks and best ...
|
| How to Copy Entire Folder? | 29 Jul 2007 16:16 GMT | 1 |
I need the program I am writing to duplicate a folder, from one drive to another drive. I need a progress report, and write-verify. What is a good way to do that? I am using C# express, with XP. T.I.
|