Devexpress has also a Kanban Board control for winforms
https://docs.devexpress.com/WindowsForm ... nban-board
Hansjörg
Search found 32 matches
- Thu May 15, 2025 6:17 am
- Forum: Product
- Topic: Creating a Jira board - like window
- Replies: 5
- Views: 5256
- Thu Apr 24, 2025 6:01 am
- Forum: Product
- Topic: IComparer.Compare exception
- Replies: 5
- Views: 4919
- Wed Feb 12, 2025 6:47 am
- Forum: Product
- Topic: Format document in X# 2.21
- Replies: 17
- Views: 14232
Re: Format document in X# 2.21
Toggling works also in VS2022 and X#. If nothing is marked it toggles the current line. If more lines are selected than it toggles this lines. If you select only a part inside of an line, than this part is commented out with /* */
The comment assigned is Edit.CommentSelection.
I think everything is ...
The comment assigned is Edit.CommentSelection.
I think everything is ...
- Thu Sep 19, 2024 8:20 am
- Forum: Product
- Topic: How to define anonymous types?
- Replies: 4
- Views: 1847
Re: How to define anonymous types?
Thanks. Yes this is what I need
- Thu Sep 19, 2024 6:51 am
- Forum: Product
- Topic: How to define anonymous types?
- Replies: 4
- Views: 1847
How to define anonymous types?
To use Dapper you need anonymous types. How can you define these in X#? In C# the syntax is e.g. new {x = ‘test’}
Thanks
Hansjörg
Thanks
Hansjörg
- Fri Jun 21, 2024 6:28 am
- Forum: Product
- Topic: XS1503 debug error occurs at different places on and on
- Replies: 5
- Views: 2161
Re: XS1503 debug error occurs at different places on and on
Hello,
One question: if the error occurs, is another Visual Studio open in this case? I sometimes have cases where it seems that Visual Studio is getting data from another instance.
We had sometimes the error https://github.com/X-Sharp/XSharpPublic/issues/721
One question: if the error occurs, is another Visual Studio open in this case? I sometimes have cases where it seems that Visual Studio is getting data from another instance.
We had sometimes the error https://github.com/X-Sharp/XSharpPublic/issues/721
- Fri May 24, 2024 5:32 am
- Forum: Product
- Topic: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"
- Replies: 13
- Views: 3296
Re: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"
Hello Dick,
Winforms with AnyCPU is working fine. There is only a problem with x86 in combination with VS and 32bit.
Normally drivers make only a problem if you use them in your program. One thing can be if you use e.g. an database driver which you have to install so that your program is working. If ...
Winforms with AnyCPU is working fine. There is only a problem with x86 in combination with VS and 32bit.
Normally drivers make only a problem if you use them in your program. One thing can be if you use e.g. an database driver which you have to install so that your program is working. If ...
- Thu May 23, 2024 10:54 am
- Forum: Product
- Topic: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"
- Replies: 13
- Views: 3296
Re: VS 2017 Debugger from c# Solution "The X# runtime is NOT loaded"
If possible, the best solution is 4). Which drivers you need?
Hansjörg
Hansjörg
- Thu Mar 21, 2024 6:25 am
- Forum: Chit-Chat
- Topic: XSharp Power Tools 2022 - Visual Studio extension
- Replies: 16
- Views: 25356
Re: XSharp Power Tools 2022 - Visual Studio extension
It is possible to search in "Manage Extensions" -> Select "Online" -> Insert "XSharp" in the search box.
Now you will get "XharpPowertools.2022"
Hansjörg
Now you will get "XharpPowertools.2022"
Hansjörg
Re: Textblock
In Visual Studio it is easy to comment out a function or method.
First collapse the method -> Select the whole line -> Ctrl + K + C
In this case the whole block is commented out.
Ctrl + K + U uncomments the method
Hansjörg
First collapse the method -> Select the whole line -> Ctrl + K + C
In this case the whole block is commented out.
Ctrl + K + U uncomments the method
Hansjörg

