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

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

Dspapi

Member List

greenhart
awesum
SDN
dmkelly10
Andrea Lanza
veneta
ershad
ARIS Software
soundman32
goofu555
masterbuyerseller
Kevin M. Owen
GerEielts
l_steve_l
Cmcnear
Rajesh Patel
DaveFinley
BillNoble
gabr
Aspera
Only Title

Dspapi's Q&A profile

  • Visual C# how to write a correct regular expressions?

    how the regex should be written if i want to subsitude the value into it for example this is the regex i have.. (\\w\\d+ *Months) *( \\d+\\. \\d *) i want to replace the word Months with exactly a certain string, like string subsitude ="2Months"; then the regex would be something like this... (\\w\\d+ * subsitude ) *( \\d+\\. \\d *) wat is the proper way to write this I'm not sure what your ...Show All

  • SQL Server sending "Empty string" to a textbox on the report

    Hi All! I was checking the value of a field and if it is empty sending empty string to the textbox  if not only the first few values and it is working but on the empty field something like "#Error" is being displayed. here is the code: =Iif( Fields!Lname.Value <>””, Fields!Lname.Value .ToString().Substring(0,10), "" )   What I want to acheve is : If it is not zero to take the first 10 characters and if n ...Show All

  • Visual C++ Greyed out class member functions in wizard bar / Class View goes to .h

    In VS2005 I'm finding that some (C++) class member functions are greyed out in the wizard bar (the horizontal toolbar at the top of the editor window with 2 dropdown lists, classes and class member functions). Also, if I double click on these ones in the Class View (tree control) I go to the declaration in the .h file rather than the definition in the .cpp file. Why is this I can't see anything too odd in my code layout and in VS2003 this wa ...Show All

  • Visual Studio Document Explorer crashes

    Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All

  • Windows Forms copy

    what is the command to copying (copy paste)  thank you If you work with TextBoxes & RichTextBoxes you can use Copy()/Paste() methods of these classes (Copy() will place current selection into Clipboard). Working with Clipboard class, you can&nbs ...Show All

  • Visual Basic Weird Change in Form's Height

    Hello ... I've a Project where all my forms are set to 1024*768 (FormBorderStyle= 0-None) when i run the program I see that it doesn't cover all the screen when i check the height i see that it's 753 even when i end the Program and get back to the visual basic i findout that it had been resetted to 753 ! Now I've searched the Web if there is a Limit to the height when using 1024 as an example ... but i didn't find any clue I can fix this by set ...Show All

  • Software Development for Windows Vista CallExternalMethod and CorrelationToken

    Hello, I hope Microsoft makes the CorrelationToken Property of the CallExternalMethod Activity bindable. At the moment it is very difficult to create a sequence activity which encapsulates the CallExternalMethod and the HandleExternalEvent Activity and make use of the correlation part. The first problem is that you can do a binding to a CorrelationToken. The OwnerActivityName could only be set at design time.. ..and the OwnerActivityName can ...Show All

  • SQL Server Import from INFORMIX (Cannot get the supported data types)

    Hi! I'm trying to import data from an Informix Database to my SQL Server 2005 database with the import/export wizard. I have an ODBC-connection that works, Access fetches data with no errors.  From the wizard I can only choose to use the IBM Informix OLE DB Provider as datasource. As fare as I know the OLE DB Provider is using settings from the ODBC-driver In SQL Server 2000 there is a posibillity to choose Other(ODBC provider) as dat ...Show All

  • Visual Studio Team System ASP.NET source

    Is it possible to analyze ASP.NET source using FXCOP If so, are there any examples out there of how it is done FxCop actually analyzes the compiled binary and not the source. To use FxCop and ASP.NET, we actually recommend using the new aftermarket (free) Web Application Projects . Unlike the Web Site project that comes out of the box with Visual Studio 2005, the Web Application Project produces a single bin ...Show All

  • SQL Server sql problem in stored procedure

    hello everybody, I am writing a stored procedure to update some table in different database. The database name will change and table name will not change. Thus I pass a parameter into store procedure. However, sql in stored procedure cannot run the following query. I want to check the cursor record whether exist or not. Could you help me to solve the problem. if exists(Select * from @strshop where sku = @skutemp) ------------------ --it cannot r ...Show All

  • .NET Development Qte de registros lidos em um datareader

    Colegas. Como fico sabendo quantos registros foram lidos em um datareader Oura coisa. Como colocar variavel em um headertext de uma colunbound Grato Taveira I don't read Portugese that well (hardly at all)... but ... If you mean how many rows are returned from a DataReader then you can't. A DataReader is a stream (like a pipe carrying water). You never know how much will come through the pipe (or the DataReader) unti ...Show All

  • Visual Studio Team System Initial Impressions from TechEd

    "Data Dude" Team: I attended your sessions this week at TechEd (except the chaulk talk), and even did the Hands On lab.  All-in-all, I am super impressed and can't wait to start using it against some real systems I've been working on.  Great job! One thing in particular that I noticed (or perhaps, didn't notice) was the lack of an 'ERD-like' designer for table / relationship modeling.  I first saw this while going ...Show All

  • Smart Device Development Free memory in compact frame work 1.0

    Hi all, I'm writting a Point of Sales application for use on a PDA device, when I move from one screen to the next I use the me.Close() to close the previous screen(form) and then load the next screen. This is working fine, however when I go can check the running programs on the PDA device, it displays a list of all the forms I've entered, even the ones I've closed. This slowly slowly eats away at the available memory I have free on the PDA. By ...Show All

  • Smart Device Development Get Device ID from Desktop

    Hi All, First of all, I would like to apologize if this is not the right forum to post this type of question. I have tried to post it in .NET Networking & Compact Framework section, but there were no replies. I would like to create an application that reside in desktop side, that is capable to get the device id from the PDA through ActiveSync. I have been able to retrieve the id through P/Invoke (KernelIoControl) if the process is e ...Show All

  • Windows Forms DataGridView Column Editor code generation issue

    I've used the sample shipped with Beta2 to build a custom DataGridViewColumn that supports masking.  When editing the columns in a DataGridView my new control shows up as one of the DataGridViewColumn types (kudos!).  However, the problem comes when I try and set some of the custom properties on the column through the Column Editor designer.  The designer sees the properties and I can set the values, but it doesn't write the value ...Show All

©2008 Software Development Network

powered by phorum