Posts by João Lopes • 33 points
3 posts
-
0
votes3
answers1566
viewsA: Convert World/Excel to PDF
Try using Epplus and Spire.xls. I didn’t use it, but I searched for no need to install Office on the server.
c#answered João Lopes 33 -
3
votes1
answer486
viewsQ: When are threads (Thread Pool) initialized? - C#
I have the following code: public void mainFunc() { for (int i = 0; i < 10; i++) { ThreadPool.QueueUserWorkItem(new WaitCallback(funcThread), pto); } Thread.Sleep(2000) // Thread de teste. //…
c#asked João Lopes 33 -
0
votes1
answer404
viewsQ: Why can’t I see Form1.Cs
I created a tableLayoutPanel and later wanted to put a Panel in each cell of tableLayoutPanel. I made the following code and when I compile, it works. Panel[,] panels = new…
c#asked João Lopes 33