| Thread | Last Post | Replies |
|
| Fill listbox with menu control menu items | 14 Sep 2005 15:13 GMT | 1 |
I want to fill a listbox with menu control menu items in VB.Net, where administrator can check menus to give permissions to users. I tried in several ways; but not success. Please give me some sample coding. This should be in tree sturcture as follows;
|
| Stored procedure calls | 14 Sep 2005 13:55 GMT | 1 |
I am calling a stored procedure in Oracle using VB.NET 2003. A function calls the procedure every 15 seconds, by using a timer, to fill a dataset. On first calling the procedure everything works as expected, however on subsequent calls the procedure returns no new rows to add ...
|
| install beta 2 over 1.1 resources | 14 Sep 2005 13:53 GMT | 2 |
are there any resources providing information on how to install beta 2 over 1.1 thank you
|
| Enabled look in a disabled control | 14 Sep 2005 13:01 GMT | 2 |
Is it possible to make a disabled control (control.Enabled = false) to look (just to look not to behave) like a enabled one ? Thanks. _____
|
| Zip files... | 14 Sep 2005 10:18 GMT | 3 |
Is there anyway I can create programmatically *.zip files... ? VJ
|
| HELP: expose Windows dialog from Windows Service | 14 Sep 2005 09:39 GMT | 4 |
I am writing a windows service in C#.NET which will manage image capturing devices, when client connects to the service, at some point the service need to expose a device dialog to the client for setting some device specific parameters. According to MSDN docs, classes within the ...
|
| Get list of possible matches using RegEx | 14 Sep 2005 09:37 GMT | 3 |
Is it possible for me to provide an expression like this: Product[1-3] And using the RegEx classes have it give me a string array with all the possible matches, i.e.:
|
| trying to send open the email application | 14 Sep 2005 08:11 GMT | 3 |
At some stage I want to open the user's email client. I do the following string dst = "someone@somewhere.web"; string subject = "[Important]";
|
| asp.net 2.0 x64bit problems | 14 Sep 2005 08:10 GMT | 1 |
I'm trying to run an app compiled w/ VS2003 on a server running the x64 asp.net 2.0 and am having problems with it running the oracle driver. I'm using ODP.net for the driver and the error i receive is unable to load oraops9.dll.
|
| Hosting CLR in VB6 using COM | 14 Sep 2005 07:51 GMT | 6 |
I just found a reference somewhere to the fact that the CLR is usable from COM, and hence should be usable from VB6. Although I've got no need to do anything with this yet, I thought I'd have a play with it to see how it works. So I've created a new VB6 app and added a reference
|
| Bug in FileStream.Dispose in Framework 1.1 | 14 Sep 2005 06:33 GMT | 3 |
I have come across a bug in FileStream.Close that causes File handles to leak. If you create a FileStream then try to write to it when the destination disk is full: outputStream.Write(buffer, 0, readCount);
|
| Outlook RSS Feed Add-In, Required .NET Framework, Fails with error | 14 Sep 2005 06:23 GMT | 5 |
I installed an Outlook RSS Feed Add-In called "IntraVNews" which Required .NET Framework but it fails with an error that the "JIT Debugging component registration is incorrect" and then asks me to execute an .exe in one of the Microsoft shared folders ... being cautious I wanted ...
|
| how to get user's operating system? | 14 Sep 2005 04:50 GMT | 2 |
I tried Environment.OSVersion.Version but it tells me I'm running Windows NT 5.1.2600 while I'm running Windows XP Pro....
|
| Weak keys in DES | 14 Sep 2005 01:52 GMT | 1 |
I know what a weak key is. However, I wonder if the team that designed the .NET class library took into consideration the fact that DES is used for protocols other than bulk encryption. In my case, I am using DES to create the hashed password for NTLM authentication. Therefore ...
|
| Unloading a secondary AppDomain that has invoked a Dynamic Method | 13 Sep 2005 22:45 GMT | 1 |
Hi all. I’m looking for some advice on how to completely unload a newly created (second) AppDomain that calls a dynamic method in a dynamic assembly&module which is a wrapper for a legacy dll method. It’s basically a plugin manager but my problem comes when I need to replace, ...
|