Software Development Network Logo
  • Game Technologies
  • Visual C++
  • Visual FoxPro
  • SQL Server
  • Architecture
  • Windows Live
  • .NET Development
  • VS Team System
  • Windows Forms
  • Visual J#
  • Visual Basic
  • Windows Vista
  • VS Express Editions
  • Smart Device
  • Visual Studio

Software Development Network >> Yiannis Piros's Q&A profile

Yiannis Piros

Member List

tom-taker
stope19
Trans_Am77
fudata
Scott Snyder
JariNiskala
Brian Altmann
adandreamohr
freibuis
kizelli
Chris Tacke
Ben Hall (UK)
wcprog
Johan Traa
Black6
Tick Tock
BBBY
Chris Cosgriff
rreinman
Jonathan Potter
Only Title

Yiannis Piros's Q&A profile

  • .NET Development Default Values with a DataSet and SQL Server Express don't work at the table level

    I am new to SQL Server Express and have worked with datasets a little, I am just not sure what I am doing wrong here... When I create a new row with a dataset, the table columns 'Default Values' properties inside of SQL Server Express do not work. If I use the database tools to insert a new record; those 'Default Values' that are in the column properties do get transposed or inserted into the new row for that particlular column if there is no other input. But... if I insert a new row with a dataset; NONE of those 'Default Values' are inserted if there is no value input for ...Show All

  • Visual Studio Team System Using a deployment report in a setup project

    Is there any way to use the deployment report generated by the Deployment Designer to specify the assemblies and settings for a setup project Background - as I understand it... The System Designer allows you to specify a system for a given datacentre diagram (as produced by the Logical Datacentre) using one or more application diagrams (as produced by the Application Designer). The Deployment Designer then allows you to bind applications from the application diagrams to hosts in the datacentre diagram and validate that all necessary contraints are met. The output of the Deployment Designer is a deployment diagram an ...Show All

  • Windows Forms Genetic algorithms in Terrarium

    Hi, i wonder if anybody tried to introduce creature with genetic algorithm and if he are, what was results of this. I planing to introduce soon one such creature but it needs to bi trained in local farm to get some advanced behavior before something kills it. But, since this decision tree will be developed over generations, without actual coding, how can i& ...Show All

  • Microsoft ISV Community Center Forums BSM Scorecard Report Views

    Hi All, I have created a scorecard,and added 2 reportviews(Type:Pivot chart) in the report view Tab, both of which belong to the same group i.e 1. I have added this scorecard on my sharepoint site along with Report view Web part and defined the relationship between them,by connecting them using "Webpart connections" . I have also selected the "Report view groups" thats needs to be displayed in the "Reportview webpart" by checking the appropriate checkbox available in the web part. When i execute my SP page, i can see the Scorecard and also the Report View webpart with a drop down box,which has both ...Show All

  • Visual Studio 2008 (Pre-release) Some viewbox questions

    Hello, I'm using the viewbox to show a part of an image. This image has the following properties: -72 dpi -1024*1280 1. When working with images that are not 96 DPI, be aware that if your ViewboxUnits are “Absolute”, these units do not correspond to image texels. All units in WCP unless explicitly specified otherwise are interpreted to be in dips* or 1/96 th inches. This means that 96 “Absolute” ViewBox units cover one inch of image space, not 96 image texels. If your image has dimensions 100x100 but is at 72 DPI, then the image is considered to be 100 dots / 72 DPI = 1.38888 inches x 1.38888 inches, or 1.38888 inches * 96 dips / inch = ...Show All

  • Smart Device Development Can not find type http://tempuri.org/:ComboBoxVO

    Hello there, Our app runs on the pocket pc and connects to a web service. The web service returns a value object which looks like the following: ****************************** public class ComboBoxVO {   public string id = null;   public string name = null;   public ComboBoxVO(){}      public ComboBoxVO(string id, string name) {     this.id = id;     this.name = name;   }   public string Id {      get { return this.id;}   }   public string Name {      get { return this.name;}   } } ****************************** ...Show All

  • Visual Studio Express Editions Deploy SQL Server 2005

    My question is if it's possible to deploy SQL Server 2005 Express Edition with an application written using VB 2005 Express. See if the following helps: http://msdn2.microsoft.com/en-us/library/ms165639.aspx   ...Show All

  • Visual FoxPro Launching Adobe Reader Programatically

    Is there a way to launch Adobe Reader with a file name from within VFP90   I want my users to be able to print PDF files without having to search for the files - the search would be done through the GUI. Thank you, CLEAR ALL CLOSE ALL RELEASE ALL CLEAR qpdffile = GETFILE ("PDF") *--If you don't pass a pdf file it will prompt you for a directory *--and if a directory is selected, it will print all .pdfs in that directory print2pdf(qpdffile) RETURN FUNCTION print2pdf (pdffile) IF TYPE ('pdffile') <> "C" pdffile = "" ENDIF ...Show All

  • Visual Studio Tools for Office Bug fix request

    Hi; There is one bug I hope gets fixed in Office 12. (Fixing it in a service pack for Office 9 - 11 would be really nice too.) Sometimes the menus I add to Word stop calling my event handlers. A very easy way to see this happen is open two instances of Word, close the first instance of Word, then close the document (but not Word itself) of the second instance. The menu objects will now fault if you access the enabled property and they will no longer call the event handlers for the menus. thanks - dave Hi; I'm not disagreeing with you. I was already doing what you suggested . I just want to make sure MS fixes it so there are no exception ...Show All

  • SQL Server ASP.NET and SQL Server Express 2005 User Account problem

    I have IIS installed on a Windows XP Pro machine and am using MS Visual Web Developer Express (VWDEx) and SQL Server Express (SQLSEx) to try and create a website. I used menu item: Website > ASP.NET Configuration to enable roles and create a role called 'Administrators'. I then created a user called 'webmaster' of type 'Administrators' role. On one of the web pages I have used the inbuilt VWDEx Login control from the toolbox and updated web.config as: < location path = " CatalogAdmin.aspx " > < system.web > < authorization > < allow roles = " Administrators &quo ...Show All

  • .NET Development C# console app get security error running from server

    It runs ok using my computer but not after the .exe is put on a server and run from there. What do I need to change I don't need any additional security. It needs to run as if it was a VB6 application. Try providing the actual exception that is being thrown so people may investigate further. To do this in a console application start the application from an instance of cmd.exe STart -> Run cmd.exe. Change to the directory and run the application. Then right click and select Mark and select the text then right click again and paste the exception. Alternately you can send the text output to a file by g ...Show All

  • Windows Forms How to multi-select nodes in a TreeView?

    How to make nodes multi-selected in a treeview control just like what I can do in the visual studio solution explorer. Thanks. There is not a method or property of the treeview control or the nodes collection that allows you to multi-select nodes....you would have to cutomize/extend the treeview control yourself. ...Show All

  • Visual Basic What is causing this error Unhandled exception

    An unhandled exception of type 'System.NullReferenceException' occurred in Beam Calculations.exe Additional information: Object reference not set to an instance of an object. These are the type of lines causing the problems. I dont know how to attach the file and it is too big to post. cbxMaterial.Text is a combox on a windows form. myBeam(i, j).Material is a Structure (BEAM) I have created to simplify things a little. The structure is not an array but contains around 36 properities. The first 18 are DOUBLE and the 2nd 18 are STRING. j is 1 for doubles and j = 2 for strings dim myBeam as BEAM i=1 j=2 If ...Show All

  • Visual C# Can I make this run any faster?

    I have created this threshold image filter, and although it works, it is still a bit slow.  A similar image filter in Photoshop runs MUCH faster... what are they doing differently   How can I make this run faster unsafe public void ThresholdFilterUnsafe( int intMidValue) { filteredImage = ( Bitmap )originalImage.Clone(); Rectangle filteredImageBounds = new Rectangle (0, 0, filteredImage.Width, filteredImage.Height); BitmapData bmData = filteredImage.LockBits(filteredImageBounds, ImageLockMode .ReadWrite, filteredImage.PixelFormat); byte t; for ( int y = 0; y < filteredImage.Height; y++) { PixelDa ...Show All

  • Visual Basic Program execution in multiple forms

    I am writing an program where in Form1 i call a procedure an in htat procedure I goto Form2, but I dont want the rest of procedure in Form1 to finish until I am finished with FOrm2 app. THe problem is that my procedure in FOrm1 goes ahead and completes before I get finished with Form2 app. Is there a way to pause the procedure until I return back from Form2 app Is that the same as the Form1.show() command That is how I am calling the other form and doin a hide from the original form cause I need to keep the data that is in it. ...Show All

©2008 Software Development Network