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

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

jludmir

Member List

JGMiller
Abstract Labs
jkcy
Matheus Von Der Kerkhoff
pbeash
Ravi Chodavarapu
Duke Nukem
T_Cavallari
chf1
Rdan
SweatCoder
KClawson
Peter Svensson
moviejunkie
Tai Yee
Rafael31
Lapostal
JorgeUSA
ClaudeA
Roberta Ezar
Only Title

jludmir's Q&A profile

  • SQL Server June CTP - Multi Value Parameter

    I have a string report parameter with Multi-value checked. The multi-value list generated does not contain quotes around each string values. Is there a simple way to accomplish this I want to include this list in the IN of the WHERE clause. Thanks, I am actually trying to execute a stored procedure to populate the report. So the dataset type is Stored Procedure instead of Text. Therefore the parameters are ...Show All

  • Smart Device Development CDialog::OnOK() does not close Modal DIalog

    I am developiong using Embedded C++ 4.0 for a device by a company called Advantech. The unit is a TPC-60S and uses WIndows CE .Net 4.2 I have a problem with CDialog. I have searched newgroups and MSDN and have not found a solution or anything like this problem. Basically I have a dialog based app and have 4 nested modal dialog boxes all create using DoModal like this: dlg1 has a button that calls dlg2 and button calls dlg3 and button ca ...Show All

  • Windows Forms Style not being applied to datagrid

    I have a datagrid that I am attempting to set up an edit with a combobox.  I am using the technique where you add the "controls", including the combobox in a style.  I am also not using all the columns returned in my da ...Show All

  • Windows Forms DrawString() - ignoring format?

    hi heres the code ***************************** this->format = new StringFormat(); this->format->Alignment = StringAlignment::Near;// this line works this->format->Trimming = StringTrimming::EllipsisWord;// this line doesnt this->gr->DrawString(text, this->font, this->colour, this->area, this->format); ********************** ...Show All

  • Visual Studio Team System getting sources by label

    Hi, I want a Team Foundation Build to get sources by label. As the build works currently it gets the latest version of all sources. I have different ideas how to proceed: 1) I use the 'Microsoft.TeamFoundation.Build.targets'-file where I change the CoreGet-Target. One way would be to change the Microsoft.TeamFoundation.Build.Tasks.Get task to get sources by label. I found no documentation documenting the input parameters of this task 2) ...Show All

  • Visual Studio Express Editions Visual Basic Express won't install.

    I recently tried to install the VB express edition. I went through all the agreemetns and such,but when it came time to install, it wouldn't. It has done this on several occasions. it will being to install but then stop and says it cannot be installed. It gives me no error messages or anything. It just says: "The following item could not be installed: Microsoft .NET Framework 2.0." Anything I could do   ReneeC wrote: Bronco B ...Show All

  • Windows Forms Changing look and feel of WinForms application

    Hi there, I have a question that I can't solve for a long period of time. I love custom interfaces against standard ones but can't find the way to customize my Windows Forms application. Lets take a look into msn for example. 1. In the conversation dialog the RichEdit with messages has overridden scroll bar. How to change look and feel of scroll bars of each control using Windows Forms Maybe by using User32 and GDI32 functions 2. Send bu ...Show All

  • Visual Studio Express Editions Welcome To C# Express Forum

    first of all its nice to see you here in this forum , plz read this thread carefully if this is your first time in C# express forum or MSDN Forums Befor you ask a question make sure from the following  you have C# express edition, you can download it from this link (thx for Microsoft its a free product) if you have a problem with your installation you can ask about it in  installing and registering visual studio express e ...Show All

  • SQL Server SQL Express: Connection trouble with Trusted/DMZ zones

    Here is the way SQL Server 2005 Express is currently setup: SQL server has IP of 192.168.8.200. (DMZ zone - 192.168.8.*) Web server has IP of 192.168.8.81. (DMZ zone - 192.168.8.*) My workstation has IP of 192.168.1.100. (Trusted zone - 192.168.1.*) So, I've been developing a web application that was stored in the trusted zone, and this application didn't have any problem connecting to the database on *.8.200. I even have SMSE runnin ...Show All

  • Visual Basic Opening a text file externally

    Hi, This is a simple question. I wrote a text editor specifically designed for the use of some data files i use. Now what i want to do is open the data file extenrnally from the windows explorer into my program. I will assign the extension to the software manually and on a later stage do it in a registry command. At the moment when i open the file (which is a text file, with a .DAT extension) in my program nothing happens. The program open ...Show All

  • SQL Server How to get a reference to output buffers in a ProcessInput()

    I'm attempting to build data-flow transform component and at the moment something just isn't clicking. Hopefully one day I'll look back and laugh at myself for asking this. I am building a synchronous component with 2 outputs. I know from reading BOL that I can get a reference to the output buffers in the PrimeOutput method but I don't think (I may be wrong) that PrimeOutput is the place to do this for synchronous components. I need to get ...Show All

  • Visual Studio Team System Load test web tests ... on VSTS?

    I am able to record the web tests in VSTS and create load test project now, but I do not know how to load test a recored web test. Can someone please give me hints Thanks a lot. Po-Shan. ...Show All

  • SQL Server XML source

    I used a URL to xml feed as source and it worked great. A nother URL I visit requires me to add the lastvisited time to the URL. Any suggestions how to do this in SSIS (Assume I can select time lastvisited from database but how do I add it to the url and make it execute every 5 min for example) Regards, Throstur I'm assuming the URL is in the connection string of an http connection manager, is that cor ...Show All

  • Visual Basic Populate a listbox with three columns using VBA

    I created a listbox at design time, told it to have three columns, no rowsource or other data binding. I did tell it to have column headings. How do I populate the three columns lb.additem lb.<what goes here > = "some string for column 1" lb.<what goes here > = "some string for column 2" ... And how do I populate the column headers Thanx. I've looked through MSDN and can't seem ...Show All

  • .NET Development Why must a type be marked as Serializable to be serializable???

    I think when we want to serialize a type, we mean it. Why the Framework forces us to attribute it as Serializable In this way I have to add [Serializable] to the following simple class that contain ONLY simple privimite types, just to let it be serializable. class person {     public string name;     public uint age; }   And more worse, if this class comes from a third party class library, I don't ha ...Show All

©2008 Software Development Network

powered by phorum