Dadinos's Q&A profile
Visual Basic Creation of a PDF file.
Hello, I'm building a program, and I need ot convert a lot of word documents to one pdf file. Does anyone know about a class library or a code that can do it Even if the code can only make one word document to a pdf and then merge the PDF files. Thanks, Ofir. you could concatenate all those word documents into one, then use adobe's pdf online creator ...Show All
Smart Device Development Mobile C# development
Hi all. I'm a developer and i need to develop a client server application. The configuration is: one desktop pc as a server and multiple pocket pc's as clients (windows mobile 5). The main goal is to avoid high licensing costs because the application will be deployed in several locations. SQL Server 2005 EXPRESS EDITION would be ok, but unfortunately it does not support mobile connections. What do you suggest Any alternative databases A low cost ...Show All
Visual Studio Team System FxCopCmd.exe returned error code 65.
Hi, We have a web site in TFS, with Code Analysis set all for the standard policies. When we try to build, we receive the above error. We have the code analysis must be passed before check in enabled, and obviously it wont pass due to this error. We are getting several warnings too, but these should not cause any real fault. There are 104 warnings and 1 error in the entire solution, but the error appears to be in the Web site Does anyone h ...Show All
Windows Forms Seek understanding/advise for Contextmenus
Using VB 2005 Express Edition and SQL Server 2005 Express Edition. I have a datagridview that contain data from the database. I want to be able to right click on a row and have a context menu pop-up. I also need to be able to dynamically change the contents of the context menu. What are the steps needed (preferably using code): a. to create a context menu b. to dynamically add/delete menu items to it c. to cause it to popup ...Show All
Windows Forms ClickOnce installation error
Below is the error messages many of my users are encountering when attempting to install a ClickOnce application. This error only occurs for some users. Some users do not experience any issues with the installation. LATFORM VERSION INFO Windows : 5.1.2600.65536 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll ...Show All
Visual Basic Using a Stored procedure to Update or insert
I am using the TableAdapter to select all the details from a SQL database, but when UPdating or Inserting I need to use a Stored Procedure as there are some changes that have to be made from the data collected on the windows form. Can someone help with this as I am having a problem to find how to call the SP Hi, You can do this in the DataSet designer by selecting your TableAdapter and showing the proper ...Show All
Windows Forms Listview Items Checked
Using VS 2005 C# I have a listview with CheckBoxes = true. I want to be able to extract the current index when the CheckBox = true Can anyone show me how and where to code this- thanks Not sure what exactly you need but here is how I would do that. ListView . CheckedListViewItemCollection checkedItems = listView2.CheckedItems; foreach ( ListViewItem item in ch ...Show All
SQL Server 64 Bit OLE vs. 32 Bit OLE
I have a SSIS package that works on Windows Server 2003 32 Bit with SQL Server 2005 32 Bit when I move it to a Windows Server 2003 64 Bit (AMD) with SQL Server 2005 64 Bit it fails with error 80040154 on the connection to an Access 2000 database. The solution maybe Jet 4.0 SP8 however I can not find SP8 for Windows Server 2003 64 Bit AMD (I can find Jet 4.0 SP8 for Windows Server 2003 32 Bit, Windows Server 2003 64 Bit Itanium however). Th ...Show All
.NET Development Enable/Disable network card
Hi. Is there any possibility to control the network card ( enable/disable) using c# in .NET Framework 1.1 Thanks.Mircea I think the answer he is refering to is the one from Mike Flasko: Mike Flasko wrote: Although I have never done this in code, I beleive this can be done using WMI. The following links should provide the information you need: http://msdn.microsoft.com/library/default.asp url ...Show All
Visual FoxPro Change my languaje menu
no hablo ingles, quiero cambiar el idioma del menu principal de Fox pro 7.0, pues aparece en ingles. i dont speak english, i want a change the language fo my foxpro 7.0, because is in English and i want in spanish you cant help me please quiero cambiar el idioma del menu principal de Fox pro 7.0 Sabe usted que hay un foro espanol en http:// www.portalfox.com Pienso que hay una version espanola de ...Show All
Visual Studio diagram.AutoLayoutChildShapes(???)
I have a diagram where I have more than one shape and where they are on top of each other initially. Looks like I can use diagram.AutoLayoutChildShapes() method but I am having hard time to build the argument it takes What is the argument for diagram.AutoLayoutChildShapes(IDictionary ); Could you tell me how I can build this argument or is it already stored somewhere Thanks. The argument is a map ...Show All
Smart Device Development XP vs CE vs. Mobile
Hi I have just started to venture into the world of mobile pc's namely PDA's, tablets etc. Really want to know the differences between the different OS' available What are the differences between CE and Mobile and also an application created using VS 2005 and .NET Compact Framework 2.0 work on all three without any modification to the code provided Compact Framework is available Please direct me to any links that might be helpful .. ...Show All
Visual Studio Team System Version Control: How to Compare Directory vs Project?
Hi everybody, How can I compare the contents of my workspace against a project in Source Control The command line tf diff myProjectDir /recursive /noprompt just outputs the pending changes source control already knows about, which is just what tf status provides. The Source Control Explorer in Visual Studio doesn't compare directories at all - even so it is described in the help files. But I want to know Which fil ...Show All
Visual Studio StoredProcedure, parameters not working in Crystal .Net loading
I use Visual Studio 2005, I create some basic stored procedure on my SQL server 2000. Then i create web project and dynamcli create ReportDocument and fill parameter @id with some value crReportDocument.SetParameterValue(0, 6); or crReportDocument.SetParameterValue("@id", 6); when i load report crReport.ReportSource = crReportDocument fails with error Failed to open a rowset. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for ...Show All
Smart Device Development C# - Loading a Large JPEG file (> 2Mb) - Memory Issue
I'm writing a Pocket PC application in C#, VS2005. I'm using the .NET Compact Framework 2.0. All I want to do is load a large JPEG file (2-3MB) taken from a digital camera, and display it in a Picture Box. When I try to do so using the following code, I get HResult -2147024882 --- "OutOfMemoryException" Bitmap bmp = new Bitmap ( @"\Storage Card\TEMP\2MBJPEG.JPG" ); I know that other programs are able to d ...Show All
