| Thread | Last Post | Replies |
|
| Options for replacing enums stored in database.... | 16 Nov 2005 02:48 GMT | 4 |
I'm working on a project that historically contains around 40 enums. In the database various fields refer to the int values of these enums, but of course ref integrity is not enofrced and when looking at the db we can't tell what the value in a field represents. The other problem ...
|
| Pass a database value to my array | 16 Nov 2005 02:17 GMT | 1 |
What Im trying to do is to get some int values from a column example 12345 in various records so what i want is to create or insert them into my array to to identify how many of each one of them are in the x column while(myReader.Read())
|
| type casting with enumerations | 16 Nov 2005 01:22 GMT | 2 |
so let's say i have an array of strings like "Monday", "Tuesday", "Wednesday", etc... and I'm writing a parser that parses a day from a string and for memory consevartion instead of saving the string I want to convert it into an
|
| Copying files Permission | 16 Nov 2005 00:47 GMT | 6 |
I am copying a file from a network drive to a local PC. Could someone give me a short example on how to get permission to copy the file from R: to C: I have figured out that if I use
|
| lock desktop down in App | 15 Nov 2005 23:45 GMT | 7 |
How can I lock down the desktop stopping end user from getting to desktop when inside my app until they quit app? Also how can I start another app from my app? Thanks,
|
| Distributing .Net framework? | 15 Nov 2005 23:38 GMT | 2 |
My company recently moved to a Microsoft Windows network (from Novell), and we now have the ability to install software when the computer is booting up.
>From what the consultant helping us said, any MSI package which can be |
| how do you add columns and header to checklistbox control? | 15 Nov 2005 22:55 GMT | 1 |
I created a checkListBox to allow the user to select and place a check next to multiple items in the GUI. I would like to add a 2 column where the first column show the description of the item and the second column show the version.
|
| Trapping error Messagboxes in Dlls | 15 Nov 2005 21:42 GMT | 4 |
Im using this particular commercially available COM dll in my C# application. The dll implements Messageboxes to display errors. However since i am developing a server side application, I would certainly like to trap these messageboxes and use the exceptions thrown by the dll in
|
| Checking for Other Apps running | 15 Nov 2005 21:11 GMT | 2 |
I have a need to create an app that will check on my pc what apps are running and if one is found that shouldn't be running, shut it down. How can I do this in c# or what areas should I be looking at in the framework? Code samples or snips appreciated.
|
| HOWTO Implement LoadLibrary, GetProcAdress, and FreeLibrary. | 15 Nov 2005 21:05 GMT | 3 |
HOWTO Implement LoadLibrary, GetProcAdress, and FreeLibrary. Below is code that I want to be able to use simple LoadLibrary\GetProcAddress\FreeLibrary technqiues on. I've used the code that was initially placed on the .NET 247 forum as such:
|
| p/invoke Xenroll.DLL (Xenroll.h) | 15 Nov 2005 20:56 GMT | 3 |
i am using the Xenroll.DLL in C# as COM bacause of that i do not have access to all methods i need. I am searching for a posibility to use teh Xenroll as an API with [DLLImport !!!
|
| does the windows file handle change? | 15 Nov 2005 20:37 GMT | 1 |
does the windows file handle change? are file handles unique to the whole operating system or just the current directoy? if a file is opened then closed then opened again, does the file handle remain the same?
|
| Specifying a DNS Server with Dns Namespace | 15 Nov 2005 20:30 GMT | 1 |
I'm trying to emulate passing the 'SERVER' parameter in an NSLOOKUP using the Dns namespace, but I don't see anywhere this can be set. For example, I may do this; IPHostEntry ipEntry = Dns.GetHostEntry(strServerIP);
|
| CArray marshalling | 15 Nov 2005 19:58 GMT | 5 |
I have a legacy dll that has an important function that takes a CArray<WORD,WORD>& as it's only parameter. The dll is used by a number of internal applications and so can't be changed. I am attempting to write a C# wrapper for this, so my team can begin
|
| how to get file id in C# | 15 Nov 2005 19:47 GMT | 1 |
how to get file id in C# is there any kind of unique id that can be obtained for any file in a file system?
|