| Thread | Last Post | Replies |
|
| Appending a string | 12 Dec 2005 01:25 GMT | 18 |
Hiya I have a string with about 300+ characters, how can i insert a line break or another character every 50 characters for the whole string? Paul Roberts
|
| Mouse Move Event problems | 11 Dec 2005 23:08 GMT | 1 |
I'm fighting a problem with mouse move event and need serious help. I have a form, when it is not visibile I want it to recognize when the mouse is on the far right side of the desktop screen or another app. Then I want to make my form visible again. Is this possible with ...
|
| Moving form objects around | 11 Dec 2005 22:17 GMT | 6 |
I need to be able to move a few form abouts around after a event occurs but when I do this it causes massive flickering is there any way to reduce this?
|
| Update and AcceptChanges | 11 Dec 2005 17:30 GMT | 1 |
when I call Update method of SqlDataAdaptor it calls AcceptChanges automatically.is it possible to prevent calling AcceptChanges?? I know I can use GetChanges method but because in my table the primary key is auto number when I merge back the changes, it shows the channges twice in
|
| Access Modifiers | 11 Dec 2005 17:22 GMT | 5 |
Is it possible to declare a variable or array in the class that is accessible to all the methods in the class? For the example below, I would like to make the variable lnVar1 accessible to both methods m1 and m2 but I am getting an error. Is there another way to do this?
|
| 2005 IDE Form corruption | 11 Dec 2005 16:10 GMT | 2 |
Aaarrggghhh! Maybe I've just got lucky, but until now I haven't had such a seemingly unrecoverable form corruption error... I have a reasonably complex form (data-binding to sub-controls, events, etc), which was working fine... until about an hour ago... Now, although the
|
| What code should I write to hide the TaskBar? | 11 Dec 2005 15:55 GMT | 1 |
What code should I write to hide the taskbar? Mateusz
|
| Facade Classes ???? | 11 Dec 2005 15:53 GMT | 1 |
I had a problem in my OO Design, the idea is that i have a DataRepository Class That i want to only inherit from it speacial methods accourding to the child class, like i want the Client Class to just inherit GetClientInfo() from the DataReposiotry
|
| File.OpenRead and System.IO.IOException... | 11 Dec 2005 15:18 GMT | 7 |
I'm using a File.OpenRead call within a custom httphandler to read a file from a remote computer using a unc path as the parameter to OpenRead. This is done within an impersonation call to ensure the proper credentials are used to get the remote file. After a few page
|
| PropertyInfo.SetValue | 11 Dec 2005 15:17 GMT | 3 |
I am trying to save/retreive some settings from a database using reflection an my custom attributes. The field in teh database is a string, but my property is a boolen. I have the following code: pi.SetValue(settingsObject, GetSettingFromDb(attribute.SettingName),
|
| system icon problem | 11 Dec 2005 14:15 GMT | 1 |
how to get the system registe icon with the file extension name.
|
| ascii encoding | 11 Dec 2005 14:08 GMT | 1 |
I want to convert byte array to a string using ascii encoding. I use asciiEncoding.GetChars (asciiEncoding is ascii encoding instance). I want symbols greater than 127 to be represented with '.' symbol (not with '?') or another.
|
| CInternetSession equivalent in C# | 11 Dec 2005 13:57 GMT | 1 |
Does anyone know which is the equivalent class in C# for the MFC class "CInternetSession". TIA Barry
|
| Who's feeling brave? | 11 Dec 2005 05:38 GMT | 3 |
I'm working on a .net remoting application that's taken a strange turn for the worst. I've posted the shortest code snippet that still causes the crash below. I've got a server app, a client caller and a remoting object all in one project.
|
| Web Browser Help Needed! | 10 Dec 2005 21:40 GMT | 1 |
I am creating a web browser and have some questions: 1. What code should I add so instead of clicking on "Go" I can press enter? 2. How can I create Favorites? Mateusz
|