| Thread | Last Post | Replies |
|
| NGen - encrypt metadata - how? | 01 Nov 2004 18:00 GMT | 1 |
How do i achieve this? I extracted this from the internet. Tools that compile your .NET code to native x86 code using the "ngen" facility of the .NET runtime (essentially "pre-jitting" your code) and encrypt the metadata raise the bar against decompilation a
|
| How do you validate an entry in the texbox? (visual basic.net) | 01 Nov 2004 17:55 GMT | 1 |
I have 2 textboxes in my windows form. If the user types in a negative value in one textbox, the user must definitely type in a postive value in the other textbox. How am i do enforce this?
|
| Edit .EXE file | 01 Nov 2004 17:51 GMT | 1 |
I am a newbie to VB .net 2003 environment. I have a database in sql server 2000 that was developed using vb. I would like to edit some of the .exe files that are used to collect and manipulate the data. I have vb .net 2003 but when I open the .exe file it shows me the binary info ...
|
| DropDownList depending on DropDownList | 01 Nov 2004 16:52 GMT | 1 |
i have made two dropdownlist controls. On my first one, i have the country and on the second one, the state (for example) if i selected the United States country. So depending on wich country i selected in my first dropdownlist control, i load my information in my second ...
|
| Strong Name Security Policy Addgroup Error | 01 Nov 2004 16:48 GMT | 1 |
When I try to create a machine-level security policy based on an assembly's strong name, I get the following error: "ERROR: Invalid label or name" The caspol command is:
|
| Dotnetfx install problem | 01 Nov 2004 16:45 GMT | 2 |
I am having trouble installing dotnetfx on a machine. Here is the dotnetfx.log file Any Ideas how to fix the machine so it will install will be helpful. What does ReturnCode=995 mean?
|
| scrolling marquee text in label | 01 Nov 2004 16:23 GMT | 1 |
I've written a custom controll that scrolls text (marquee style) one character at a time. This works - but is too jerky looking. I'd like to make a smoother-scrolling marquee. I think the way to do this is to turn the text into a bitmap, and scroll that. Are there any examples of ...
|
| array of objects in a User Control | 01 Nov 2004 15:12 GMT | 2 |
I am writing a Control (in C#) and I want to give the user access to an array of items in it. If I make a property that returns the array it doesn't work properly in the designer.
|
| Recommended company namespace scheme | 01 Nov 2004 14:55 GMT | 1 |
I'm trying find guidelines or recommendation for a .NET naming scheme within a company. -- Rubio
|
| browse local disk drive | 01 Nov 2004 10:42 GMT | 6 |
I am looking to browse local disk drive to upload pictures to my web system. How do i display my local files? I am using an aspx in vb
|
| Excel, DB2, AS400 (retriving data and sending into Excell) | 01 Nov 2004 07:34 GMT | 2 |
I have to retrieve a data from AS400 DB2 and after working with data I have to export into one of existing Excel file. I can connect into specific library in AS400 DB2 using AS400 Client-Access v5.2 program using (in VB.NET) ODBC driver (DSN Name …) . I can retrieve
|
| VS.Net - Opening SQLS2k Stored Procedures in the IDE | 01 Nov 2004 05:01 GMT | 7 |
I can't seem to open SQLS2k Stored Procedures in the IDE I am running MDE 2003 Version 7.1.3088 I have a MSDN professional subscription and did a complete install of vs.net
|
| Icons specifications | 01 Nov 2004 01:40 GMT | 2 |
Can someone confirm/point me to the current specifications for icons for Windows 2000/XP/2003 systems? I tried searching Google but wasn't able to find the information. I'm basically looking to confirm what the OS like in terms of width, height,
|