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

Software Development Network >> Sam Vella's Q&A profile

Sam Vella

Member List

Spiderlogic
DianaBurke
ManiD
poliveira
PaulGauthier
Jacob2003
abdullah12624
edworkerkcmsd
David Lopez
r3n
Sheela E.N
N Lyons
GregR
John Lagonikas
nyo2x
ulyses
Citrus
Jason L.
Larry A
Pico48
Only Title

Sam Vella's Q&A profile

  • .NET Development Access Database and x64 OleDB Connect

    Hi, i've written a programm wich access an .mdb Database with OLE-DB. Under Win x32 everything works fine Under x64 no Database is found. Is there no way to access an mdb Database from x64 I just want to know if Microsoft change is mind and decided to port Microsoft Jet Database engine to 64bit. I don't understand this choice. Why migrate to x64 then Or is there an other mean to manipulate an Access BD with a x64 application Thank you Eric ...Show All

  • Visual Studio MsBuild SourceSafe integration

    Hi, Can anyone point me towards how MSBuild can be used to get the latest version(s) of project(s) from VisualSourceSafe and perform an automated build process. We are trying to setup a automated build system for our various projects being worked on by multiple developers. So, we just want to take baby steps right now until we identify a process that works for us. -Vish The open source msbuildtasks have VSS support. I haven't used them yet, but they look pretty useful: http://msbuildtasks.tigris.org/ ...Show All

  • Visual Basic Checking for optional parameters in a function

    I just seem to be generating questions today. I have a function (UpdateNode) which can be used to write back data to a database.  The function accepts a number of optional parameters depending on what the user wishes to change.  These Parameters are: StructureID - Mandatory (key field) Description (String) Name (String) ParentID (Int) isTeam (Boolean) Where no parameter is specified, then I don't wish to touch what was already in that column on the database.  I have managed to figure out how to check if all the parameters have been given except for the boolean values.  There are two valid options for the isTeam- True or f ...Show All

  • Windows Forms Usage of two windows forms

    Greetings forum inmates and happy new year. Because this is my first forum post please bare with me... My problem might have been answered before but still I was not able to track down anything on the forum, or simply I am not asking the right question in search bar so if you have already an answer post somewhere please redirect me there. Consider two Windows Forms, FormA and FormB with FormA playing the role of startup object (I use C#). What I want to achieve is by means of an event display FormB and if it is closed redisplay it. That is, I start with FormA. Then by a menutoolitem_click event or whatever, I do private FormB f = ...Show All

  • Windows Forms When to use User32.dll and how?

    Can someone tell me more about User32.dll How does it work and how can I use it I know that I must have this on my program: [DllImport( "User32.dll" )] But all the rest is that what I can't understand. So can you explain some things to me or just give me some link to website which tells more about it. I'd like to know what I can do with this. I've seen (and tried) Jelle van der Beek's example of drawing on screen itself and I'd like to know more about User32.dll. Thanks! In addition, check these posts: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=182936&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=181 ...Show All

  • Visual C++ using interface with windows.h

    in my vs 2003 I could use the interface keyword when I included the windows.h file. but when Im using it with the 2005 version its not recognised. I know I still can use objbase.h but what has changed in windows.h are there any other changes like that Reading the documentation it seems like interface is for managed code and the __interface is for native code. ...Show All

  • Smart Device Development Can not browse to local websites using VS2005 Beta2 Device Emulator.

    I created a very simple web site using asp.net 2.0 mobile forms/controls and all I wanted to do is see what it looks like in one of the device emulators (Pocket PC 2003 Emulator). After working on this for a few days I was able get the emulator to do the everything except the one item I need it to do (Browse to my local websites) VS 2005 connects to the device emulator just fine after I installed the DMA update. The device emulator scyronizes with my desktop PC just fine after I installed activeSync. The emulator can browse the internet just fine.    How do I get it to browse my local websites. Any help would be appreciat ...Show All

  • .NET Development I wish you could Serialize the XslCompiledTransform?

    The new XslCompiledTransform has great performance once it is compiled but what path can you take if you have hundreds of stylesheets to compile. We have converted a java CMS system to C#/ASP.NET. The old application represented each site design as xslt. The old designs are working great in the new implementation but my major bottleneck remains compiling the transforms. Once the transform is compiled it is then stored in the Cache object but this solution is still tapping out the cpu on the servers because most incoming request require a different design. Also the system is clustared so if the load balancer directs you to a diff server you h ...Show All

  • Visual C++ Windows XP Password character.

    Hi, Dont know if this is the correct forum, but since I didnt get any answers elsewhere, I'm posting it here as well The Problem: On some machines, my password field displays the password character as the "dot" - which is XP standard, and on other machines it dispays small square boxes. Details: We have written a win32 application in C++ with, in which we have a password field.  Inorder to use the XP style of "bulleted" password chars (instead of '****') in the password field, we have added a manifest and are using the commctl32.dll version 6.  As a result the passwords _ARE_ seen as "bullets", but as mentioned above, it is not s ...Show All

  • .NET Development Making dataset instances invisible to COM

    Hi There, I've got a C# assembly that's marked for COM Interop Registration. It contans a dataset definition. When I look at the TLB file generated for the assembly, the object is included. (for example, if the dataset is called AlphaDS, there's a default interface generated for the dataset called _AlphaDS, and a coclass entry for AlphaDS) I'd like to mark the Dataset as COMVisible(false) so it doesn't show up in the TLB. I could mark the generated .cs file for the dataset with this attribute, but this file is auto-generated and the changes are lost each time I re-build the assembly. Anyone have any ideas Thanks ...Show All

  • Visual Studio Express Editions wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana Huh     Dim mystring As String     mystring = "This is a test"     MsgBox (Len(mystring)) The above doesn't work Best of luck to you. Adamus ...Show All

  • Visual Studio 2008 (Pre-release) Workaround

    App was running fine under VS.NET 2005 B2. Clean installed VS.NET C# Express 2005 and now get to compile-run my app once, all following runs yield the enclosed error. I'm assuming such fineness has been addressed and I'm posting this for emphasis. - System.Windows.Serialization.BamlParseException was unhandled   Message="Error at element 'Setter' in markup file '' : Invalid value '0,1,0,Auto' for property 'Margin'.."   Source="PresentationFramework"   LineNumber=0   LinePosition=0   StackTrace:        at System.Windows.Serialization.BamlRecordReader.ReadRecord(BamlRecord bamlRecord) &n ...Show All

  • Visual Studio Report viewer problem in c# 2005 beta2.

    Hello Friends I am developing a c# application using Visual studio 2005 beta2,sql server 2005 server and its reporting services. I have a little problem in report viewer i am not able to display a report in report viewer i write a following code but it still not working also its not give me any error. System.Uri reportUri = null; reportUri = new Uri("http://servername/Reportserver"); this.RpReportViewer.Reset(); this.RpReportViewer.ServerReport.ReportServerUrl = reportUri; this.RpReportViewer.ServerReport.ReportPath = "/TestReport"; Please help me. hai friend... i have a problem for generating report.. i already deployed th ...Show All

  • Windows Forms show Details in Master-Detail DataGrid

    Hi, Im using a Master-Detail Grid, how would i automatically show the child data when i click the + sign of the 1st column of the datagrid currently i could only show the child data when i click the relation ship name after clicking the + sign. hope that you could help me :) thanks! ...Show All

  • Visual C# DataGrid Question...

    Hello, I would like to know the basis of a Datagrid. If using a .mdb database as source for the datagrid how do I get the data from a col & row from a Line that the user clicked on... IE: User clicked on the datagrid, I created a Click event, well sort of they have to click way left for the whole row, then the method works, Now in this method I want to grab the data say Firstname and or Lastname how do I do this simply ... My other question about datagrids is how do I place a Combo Box to one of the cols and a date picker... IE: StartDate and EndDate, and for the Combo Box in MembershipType . Would be great If I could get some ...Show All

©2008 Software Development Network