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

Software Development Network >> pato135's Q&A profile

pato135

Member List

Hodor
RameshPa
Charoite
Sundaraguru
RushHour
Jorge Serrano Pérez
Rick Wong
pinchy
melody45
canislupus
mta37
Mike Fang
Matt.Lin
MGraves
cjbonelli
shnacooti
ericdvr
Roy Belo
Sung Kim
Steve Cook
Only Title

pato135's Q&A profile

  • SQL Server Pevious SQL statement for Reporting Services:

    I need to write a SQL statement or IIF statement to get results that I need in Reporting Services. Below is what I need and I am unsure how to create the statement for my results. I have a lot number which is associated with a PB Number and an Expected Start and Expected End Date that is running in production. The lot number is a parameter that the end user will key in the report. I need the report to display the previous lot number which ra ...Show All

  • Windows Forms Get the version of setup

    Hi, I want to get the version of setup and save it to xml file for future using. How can I do this Thank's Alexei Hi, I have found how to use this objects: Code in function: WindowsInstaller.Installer installer = new WindowsInstallerClass() as Installer; string pname, ver; foreach ( string prod in installer.Products) { try { pname = installer.get_ProductInfo (prod, "InstalledProductName"); if (pname.Trim ...Show All

  • Visual C# Thread question

    Hi all When i make a new thread how can i set its ThreadPriorityLevel to idel or lowest mmm... I think i sad ThreadPriorityLevel... not threadPriority !!!! The ThreadPriorityLevel is in System.Diagnostics namespace... not in the System.Threading.. But thabks for u`re interesting. ...Show All

  • Visual Studio 2008 (Pre-release) Implementing a SOA entreprise model in WCF without ESB

    Hi Could WCF offer a full framework to build a SOA enterprise model without the necessity of an ESB (like IONA or Bea) I think yes, I don’t like ESB, to use a ESB I don’t need that my services are soap, but now in my big company we are deliberating the necessity of an ESB. Can anyone give me reasons to prevent us of to buy a ESB to model a SOA entrepise model Thanks Javier Hi Javier, W ...Show All

  • Visual Basic SQL Joins

    I have a SQL join for two tables. I want to display the data in a datagrid and update both tables witht the changes. I first tried to do an update using a SQL JOIN DataSet, but that gave me an error, I then tried to create 2 different DataTables and adding a DataRelation. Table1 -ID "PK" -UserName -UserSurname -UserEmailAdress -Some more fields-- relation TABLE1.ID --> TABLE2.UserID Table2 ID "PK" UserID -Some more fields-- I am new to SQL J ...Show All

  • Visual Studio 2008 (Pre-release) Passing var

    public void ObjectDumper( var x) {   Console .WriteLine( "Result" );    foreach ( var y in x)   {     Console .WriteLine(y);   } } The above code yields a compiler error at the ...(var x) as "Type Expected". Anyone knows how to pass the var type as a parameter Thanks all for your help    There is no conversion when you are boxing.&nbs ...Show All

  • Windows Forms "The terrarium server is experiencing temporary difficulties. This is probably why you are not receiving any animals. Please bear with us while we get the issue resolved."

    Hey guys, Would it be too hard to put a status indicator on the web site somewhere indicating the availability of the server.  Ie, a red or green light representing the server status being available or not would be a nice feature. I for on ...Show All

  • Smart Device Development windows mobile 5.0 smartphone use serialport reading gps data problem

    Hello all : I use serialport.read function read gps data in windows mobile smartphone by vs.net 2005, but it has some problem happened. The error happened in serialport1.read(data,0,50) This following is my code: Private Sub MenuItem2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MenuItem2.Click SerialPort1.Open() If SerialPort1.IsOpen = True Then Label2.Text = "Open" Label2.Visi ...Show All

  • Windows Forms Telnet Client

    Hello all!! I'm trying to create a telnet vt100 terminal application and was curious what would be the best way to display the data  I was going to use a multiline textbox, but I'm not sure that, that will work. Thanks, Jackie I w ...Show All

  • Software Development for Windows Vista any one got drivers for nvidia geforce mx4000 graphics on build 5342?

    Cannot get drivers to run my grahics ( as above)...wont install....anyone any idea ...have emailed nvidia and am waiting a response Postdate....Nvdia emailed me back that they wont be making drivers for this graphics card...period!!!....a lot of machines arent gonna be "Vista Ready"...any views guys the problem with the Geforce 4 microprocessor is it doesn't have the aero capability in it's instruction set. There really is nothing that ...Show All

  • Visual Studio Team System Dropping Files into Source Controlled Projects Fails Checkout

    I have just created a project within Team System and checked the source code in. Now when I drag and drop newer files in, generated from CodeSmith, it asks the following questions... "Destination File Exists [Title] A file with the name "xxxxxx.cs" already exists. Do you want to check this file out and replace it [ ] Apply to all items. Yes, No, or Cancel" I select "Apply to all items" and then " ...Show All

  • Windows Forms Drag/Drop of a PictureBox, keeping the Image visible during drag.

    Haya! As the title says, I need to do what seems to me should be fairly simple. I have a number of pictureboxes each filled with a static image. I would like to add the ability for a user to drag the picturebox on to ANOTHER pict ...Show All

  • Windows Forms Panels Vs User Controls

    Hi all I would like to know when should panels be used and when should usercontrols be used. Which will be more efficient Thanks and regards Madhu I was talking about VS 2003, sorry my mistake. In 2003 a UserControl is automaticly added to the toolbox, any other control isn't. ...Show All

  • Windows Forms Customizing data display in a DataGridView - which method should I use?

    I'm making a customized DataGridView which is displaying a List<Citation> where Citation is a class. Many of the elements of Citation are either List<String> or various List<class>. One example of the latter is List<Person> where Person contains the First Name/Initials and Last Name of a person. What I want is to display in the DataGridView by default is a truncated version of these List<> elements. For example, ...Show All

  • Visual C# Downloading file code.

    Hello, Could someone give me a simple code that would save a file from " http://csr.wwiionline.com/scripts/services/persona/service.jsp pid=226275 " and save it to the c: drive. Then I would like it renamed to "stat.doc". Can you please help me. using (WebClient client = new WebClient()) { Stream responseStream = null ; Stream localStream = null ; try { responseStream = client.OpenRead( "http://csr. ...Show All

©2008 Software Development Network

powered by phorum