5 domande con tag correlati a Visual Studio
Ordina per: Aggiornato
Cambio descrizione su marketplace
Ciao, quando voglio pubblicare la versione del mio nuovo progetto sul Marketplace di Microsoft ,ho la possibilità di inserire anche una descrizione del progetto. Purtroppo però una volta confermata la modifica e quindi l'upload, non ho piu la…
convert datagridview in pdf file ... how can i customize datagridview columns during export pdf?
if (!ErrorMessage) { try { PdfPTable pTable = new PdfPTable(Dgv6.Columns.Count); pTable.DefaultCell.Padding = 3; …
trojan horses in C++ Files compiled with Visual Studio
good morning I have found with total virus that files C++ compiled with Visual Studio are positive to the check as far it is concerned trojan horse malicious software e malware. Are they false positive or is there some problem on my pc ? Also windows…
trojan horse in file compilati con Visual Studio
I files C++ compilati con Visual Studio mi risultano positivi a Trojan Horse , Malicious software, e Malware. Sono falsi positivi o c'è qualche problema?
include OpenMesh library in c++ VisualStudio
Good morning. I have a great difficulty in including the "opne mesh" library in visulaStudio c++. It keeps giving errors and I don't know how to proceed exactly. I must say that I am a beginner with this IDE and also with C++. Is it possible to…