Skip to main content

Questions tagged [.net-1.1]

The 1.1 version of the .NET Framework. Use for questions specifically related to .NET Framework 1.1. For questions on .NET Framework generally, use the .net tag.

.net-1.1
1 vote
0 answers
45 views

What is OPTIL? (.Net framework history)

There is MethodImplAttributes.OPTIL. OPTIL 2 Specifies that the method implementation is in Optimized Intermediate Language (OPTIL). What this story was about? Has this ever been implemented?
OwnageIsMagic's user avatar
0 votes
1 answer
139 views

Set the Validation Rule of a column in a Microsoft Access database, in .NET

After adding a new column to a table in a Microsoft Access database, how can you set its Validation Rule and Validation Text? My current workaround is a check constraint on the table. The code uses ...
Eleno's user avatar
  • 2,944
0 votes
1 answer
626 views

C# getting my program to run on a .Net 1.1, win XP system

So I've made the program on windows 10 Visual studio Version 10 in c# as a console application. The program is just monitoring file changes with fsw. I'm now faced with the challenge of doing ...
Simpson.Joshua's user avatar
0 votes
0 answers
320 views

Analyzing Apparent .NET 1.1 Windows Service Hang

This dump file is .NET 1.1 so cannot use sosex or DebugDiag, and the SOS available cmds are more limited than normal. I do not have the source for the application. The application is running as ...
Malcolm McCaffery's user avatar
2 votes
1 answer
799 views

Dump All Strings from .NET 1.1 Memory Dump in WinDbg

I Have a .NET 1.1 memory dump I'm trying to analyze it, and while I can load .NET 1.1 SOS.dll fine, the problem is the SOS extension is missing a lot of commands. Unable to use SOS.dll from later .NET ...
Malcolm McCaffery's user avatar
2 votes
0 answers
159 views

Problems trying to deserialize string into a object

today I have a simple json object like this: [ { "Code": "My Sample Code", "Description": "My Sample Description", "Permissions": [ { "Id": 432,...
Otávio Larrosa's user avatar
1 vote
1 answer
463 views

Check if a scroll bar is visible in .net Framework 1.1 user control

I am working in .Net framework 1.1 winforms . In usercontrol i want to detect both Horizontal and Vertical Scrollbar Visibility . But In .Net Framework 1.1 there is no property or method to detect the ...
Vignesh Nethaji's user avatar
0 votes
0 answers
62 views

How to customize tooltip UI in .Net framework 1.1

I am working in .Net framework 1.1 winforms. I need to customize the tooltip UI like change the backcolor and forecolor and adding the custom images on specific location. I can't override tooltip, ...
Vignesh Nethaji's user avatar
1 vote
1 answer
77 views

How to get usercontrol HorizontalScroll or VerticalScroll value in .Net 1.1

I am using .Net Framework 1.1 for developing the usercontrol. whenever the data exceeding above AutoScrollMinSize then scrollbar has appeared. In .Net 1.1 I can't find any event for scroll and can't ...
Vignesh Nethaji's user avatar
3 votes
2 answers
7k views

ComboBox Text Align Vertically Center

I created the custom combobox on .net framework 1.1, i can custom draw dropdown items, but i can't set or draw the combobox text on Middle Left , combobox text always render top left , but i need ...
Vignesh Nethaji's user avatar
-2 votes
1 answer
363 views

How to run a C# application on WindowsNT? [closed]

On trying to run a c# hello world program on Windows NT4 SP6a, the error message says .net dll's not found; however on trying to install .net framework 1.1 on WinNT i get an error: "Application has ...
Martin's user avatar
  • 3,454
-2 votes
1 answer
100 views

In .Net 1.1 TreeView , 'OnDrawNode' , 'OnNodeMouseClick' , 'OnNodeMouseDoubleClick' and 'TreeNodeMouseClickEventArgs' not found [closed]

In .Net Framework 1.1 'System.Windows.Forms.TreeView' some virtual methods and one EventArgs not found. they are listed below 'System.Windows.Forms.TreeView' does not contain a definition for '...
Vignesh Nethaji's user avatar
1 vote
1 answer
216 views

How to change column header sort image in Datagrid?

In winforms .Net Framework 1.1 , is there any way to change column header sort image in datagrid.
Vignesh Nethaji's user avatar
3 votes
2 answers
3k views

How to disable specific column Sorting in Datagrid?

In winforms .Net Framework 1.1, is there any way to disable sorting on specific column in datagrid. If I try to set Allow sorting equal to false, then it disable sorting in all columns. But I need to ...
Vignesh Nethaji's user avatar
-1 votes
1 answer
166 views

Treeview does not contain a definition for 'DrawMode'

In .Net Framework 1.1 , Treeview does not contain a definition for 'DrawMode' property . I need to UI customize all TreeNodes.
Vignesh Nethaji's user avatar

15 30 50 per page
1
2 3 4 5
25