python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
c# - Export large object data to Excel file
my program gather data from different XML files by selecting data with LINQ.
It results having below proprieties for each element of my object collections.
Each collection having arround 10k objects (...
ThibaultKm
Votes: 0
Answers: 2
Embedded WPF form not showing within Outlook form region
I have built an VSTO Outlook Add-in which creates customs emails based on some input events. The form region of these emails consist of an embedded WPF form which contains TextBoxes, ListBoxes, ListVi...
Willy
Votes: 0
Answers: 2
WinForm ".Show()" method doesn't show up in Visual studio
I am pretty a beginner in using visual studio so I may missed a lot of things. I want to create a custom group in MS Project with a button which I want when I click on it, it would open up a WinForm w...
Milad
Votes: 0
Answers: 2
ItemAdd event not firing for Outlook 2016 Add-in
I'm working on an old Outlook add-in that doesn't seem to trigger on the ItemAdd event
This is the code right now:
public partial class MyAddin
{
private MAPIFolder sentItemsFolder;
private v...
AmazingRealist
Votes: 0
Answers: 1