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

Software Development Network >> M L B's Q&A profile

M L B

Member List

Godhascometoearth
hsiceo
RSDuren
TareqFityani
Najam-x
Peder
John Yang - MSFT
JohnStallo
shaht
NNR
riley.
Coretta
Rui Covelo
Mr-Asrawi
dean183
caena
Josh L
YU_MSVB
xBrioUser
Alex Bransky
Only Title

M L B's Q&A profile

  • Software Development for Windows Vista How to generate parameters in Custom Designer of workflow

    I am newer. Pls help. If i use customer designer to create new workflow, how to generate parameters in this. I means , i have a web application throw a form package(FormInfo) after requestor submit the form. back-end, how to create a workflow by designer to receive this package and how to use it (i.e. ifeslebranch, rulecondiction). Hello, It depends on what you want the workflow to do. Can you give an example Charles ...Show All

  • Visual Studio Adding an image to a Crystal Report

    Hi, I'm new to Crystal reports, but I have to get a report done by the end of today! I've read up on the basics, and it seems similar to Access Reports. I understand that I can simply drag and drop fields onto the designer, from both table fields (pull) and datasets (push). I have an image column (stored as a byte array) in SQL Server 2000. If I select the relevant records into a Dataset, including the image, will I be able to simply drag ...Show All

  • .NET Development instantiation list

    Is there a collection that stores all the instantiations of an object Specifically, I am looking to reference a instance of a form that is not the currently active instance. I have a Windows form that contains a set of data. The user can create a revision to this data, call it revision2. When I display revision2 data I want to close the window containing revision1 data. How do I do this Thank you. One ...Show All

  • Smart Device Development Save a datarow to a new table.

    Ok so I have a dataset and a few tables in it. what I want to do is take a row from the original table and save it to a new table. What i have done is declared a new datatable, declared a new datarow. set the values in the new datarow to equal the values in the row from the original table. Then newdatatable.addrow(newrow). All i get is "This row already belongs to another table." So my question is how do I save a row from a d ...Show All

  • SQL Server SQL Server Management Studio

    I have downloaded and installed the developer addition of SQL Server 05.  I don't see the "Management Studio" associated with the installation of the developer edition. The only tool I see is the configuration manager.  Where is it Thanks, Fred H. How did you install SQL Server 2005   When you install the the GUI interface you should be prompted for components to install.  At this point you should be able to select clie ...Show All

  • Windows Forms DataGridViewComboBoxColumn - Display vs. Actual (data) value

    Hi All, Is there a way to specify display value and actual (data) value for a DataGridViewComboBoxColumn For example, my database table has a column account_type of type NCHAR(1), which is used to store either 'C' for Credit or 'D' for debit.  When the data records are retrieved from the table and displayed on a DataGridViewComboBoxColumn cell, I want it to be displayed as "Credit" or "Debit" respectively.  Vise-versa, when users add ...Show All

  • SQL Server Passing a report parameter to Reporting Services from VB

    I have a Report that I want to access that has a parameter input for the date, Production_Date. I want to allow the user to use the DateTimePicker to select the date to use for Production_Date. I can't seem to find the correct way to format what I'm tring to do. My production date field is in a format without punctuation so that it becomes: Dim ProductionDate = ((DateTimePicker1.Value.Month * 1000000) + (DateTimePicker1.Value.Day * 10000) + ...Show All

  • Visual C++ Help needed for Error:LNK1561 with _tmain()

    Hi, I am a newbie Visual C++ programmer. I am currently using the Visual C++ 2005 Express Edition on my PC. I have a problem in implementing the _tmain() function. I created a project( CLR Console App.) for the basic 'Hello World' program. (This is from a book.). Below, I have listed the code & the compiler output. Why doesn't the project recognise the _tmain() function The Program: // ASimpleProject.cpp : main project f ...Show All

  • Visual Studio Express Editions Finding row in gridview

    How to finding row in gridview with value typing in textbox. I have moved your post to the VB Express forum judging from your previous post. Keep in mind that your post is quite vague and you might want to beef it up with more information what you are trying to achieve and how you are doing it. Read this post for more help how to help others help you http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=2279 ...Show All

  • Visual Studio Changing assembly reference path base on configuration

    Our enviroment builds assemblies & copies them to a directory matching the configuration name e.g. "Debug". If I am woking in a project that references one or multiple of these assemblies, is there a way to switch between the debug & release versions of these assemblies without manually removing the reference & then re-adding the one I want Thanks! Kurt It sounds like Project References is the way to ...Show All

  • Smart Device Development Picture transmission from Pocket PC to remote server

    Hi all, I need to transmit a picture I capture by my pocket pc camera to a folder exsists in a remote server. The picture often 40 KB size. Witch is the proper way to do this quickly. Best regards... It depends on your connection. If you have reliable LAN, you can access file share on a server directly using UNC paths. For internet you probably should use web server and HTTP post. ...Show All

  • Visual Studio Team System FXCOP dictionary-spelling

    How do I change spelling language in FxCop Language (Slovenian) is installed in Microsoft Proofing Tools as required, but it doesnt appeard in FxCop 1.35 Spelling Options (Dictionary Locale). I am otherwise satisfied with this product. Thanks. Try this: set your spelling locale to something other than English. Open the project file and manually correct the locale to Slovenian. <RuleExcep ...Show All

  • .NET Development Why can I not constrain a generic to be of an Enum?

    I've got a class that I want to use a set of Enums as the parameter for the generic, why dosn't the compiler let me do this public class Acme<T> where T : Enum{   private T currentValue;   public T Value{     get{return this.currentValue;}     set{this.currentValue = value;}   } } > surprising also is System.Object , it cant be used as well . Constraining th ...Show All

  • SQL Server Difference between Where and Join

    Hi all, i've a little question, I 've this 2 sentences select m.id from F, A, M where F.Id=A.Fa And F.IdE=A.IdE And M.IdItem=A.Id and M.IdE=A.IdE And F.IdE=7 AND F.Id=44387 Select m.idnumero from F Left Join ( A Left Join M ON (A.IdE=M.IdE) AND (A.Id=M.IdItem) )ON (F.IdE=A.IdE) AND (F.Id=A.Fa) Where F.IdE=7 AND F.Id=44387 F=50.000 Regs A=150.000 Regs M=1.100.000 Regs First sentence takes the data in 1 sec ...Show All

  • SQL Server SSEUTIL -run question

    If I do the following: sseutil -create test.mdf sseutil -attach test.mdf sseutil -run testscript.sql it seems the first line in testscript.sql has to be use "<fullpath>\test.mdf" , or the script runs against some other database (which one, I'm not sure). It makes we wonder what the attach is doing. Anyway, I'm looking for a command file way to create and define a database that is not tied to a directory struct ...Show All

©2008 Software Development Network

powered by phorum