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

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

CyrexCore2k

Member List

code jockey
Murtala Adewale
JohnSo
Cory Plotts
sboots
riz332
yupypt
Michael W Powell
BobCat Productions
Frank Melvin
JJ Lawrence
Pankaj Sabnis
supagu
Aristocrates
MichelleZ
Arie-Jan
George A. roberson
Thomas K Knudsen
Ed Kaim
rich2000
Only Title

CyrexCore2k's Q&A profile

  • Architecture N-tier layer separations and connection/interaction

    I happen to be experimenting based on some examples I've found on the net but I want to be directed to the right path, those samples tend to be incomplete or misleading. In a typical N-tier scenario, which should reference which And is the use of Data Transfer Object in accordance to any best practice that maybe existing Accordingly, how does those layers supposed to connect/interact with one another eg. what does BLL passes to the DAL and what is returned to it... What they pass and return depends on what your needs are. It could be a .Net DataSet, ADO RecordSet, XML, or some custom object. I'm currentl ...Show All

  • Visual Studio Team System Missing files FooterEdit.js IcebergEdit.js ProcessGuidanceEdit.htm

    http://lab.msdn.microsoft.com/teamsystem/workshop/msfagile/default.aspx FooterEdit.js IcebergEdit.js ProcessGuidanceEdit.htm seem to be missing from the: >>>MSF for Agile Software Development, Beta (Full Process Template). This means that you can't enter Edit Mode and make changes to the Process Guidance. However, if you download the: >>>MSF for Agile Software Development, Beta (Process Guidance Only)  There is a new 'source' directory. Have the Edit and Built Modes disappeared Some documentation would be great here! Yes, we are moving away from a mode where we change the file names to a source and supporting ...Show All

  • Visual Studio Express Editions Visual Basic Excel Project

    Ok, I have posted many times on this forum for this subject, but so far I am yet to find the answer I'm looking for. I am trying to create a very simple application with Visual Basic 2005. I have a number of Excel workbooks and simply want them to be opened from a command button within my Visual Basic project. However, I would also like it to meet the following conditions: 1. The application should open on any computer, ie. the problem i have is the file would not work on any other PCs than mine if the Excel file was in the directory "C:\Documents And Settings\Andy\My Documents\Book1.xls" 2. If possible people should ...Show All

  • Visual Basic IDE

    When I am in break mode, I cannot update code. I receive message "Cannot currently modify this text in the editor. It is read only." Can anyone explain why I get this message All the Best, Charlie In VisualStudio 2005, Edit & Continue is back, so in many cases you are able to edit the source code. Things that may cause this to happen include: - You attached to the process (didn't start it from within Visual Studio) - You have disabled Edit & Continue (Tools->Options->Debugging->Edit and Continue) Are you debugging a Web project Best regards, Johan Stenberg ...Show All

  • Windows Forms COM Experts Help! on Com Exception

    I'm trying to set a property in the following class:  <System.Runtime.InteropServices.GuidAttribute("3050F558-98B5-11CF-BB82-00AA00BDCE0B"), System.Runtime.InteropServices.CoClassAttribute(mshtml.CEventObjClass)>  Public Class CEventObj      Member of mshtml  The property is:  <System.Runtime.InteropServices.DispIdAttribute(1007)>  Public Property returnValue As Object      Member of mshtml.CEventObj  When I try:  Dim  ...Show All

  • Visual C# Newbie Question

    I have done some programming in VB.NET, and I'm working on learning C#.  In VB, I could use a statement like this: SQLStmt = String .Format( "SELECT (lname+', '+fname) AS account_name, account_id FROM Account WHERE lname LIKE '{0}%' AND is_seller = 'true' ORDER BY lname" ,txtSearchName.Text); But in C# I get an exception indicating a syntax error near the keyword LIKE.  I have a feeling it has something to do with the '{0}%'.  Is this different in C# Thanks, Jeff One more data binding question for C# - again, this worked in VB... (sorry!) There apparently isn't a SqlDataReader.Item anymor ...Show All

  • SQL Server dataflow and expressions

    Greetings! I am attempting to implement the following case statement BEFORE getting the data in to my destination table but I don't know how to create an expression for it. In the mapping section of my OLE DB destination component I can only do mapping but I can't actually manipulate the data before it gets to the destination table. What do I have to do to implement : case when SOPD.PRICE_TOP_NUMBER is NULL then -8 else SOPD.PRICE_TOP_NUMBER end AS price_top_number, before it goes to the destination column ! Thanks for your help in advance. It looks like you wish to manipulate the value of t ...Show All

  • Visual Studio Team System MsTest publish results

    Hi, I'm trying to publish test results using the command line but I am getting an odd error telling me that it can't find the results file. If I try to publish the current test or publish and existing test results file I get the same error. Essentially the PublishTestResultsBuildService.asmx seems to be inserting a guid into my results path: If I use the command to publish the current run: "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\MSTEST.EXE" /nologo /testcontainer:"MyUnitTests.dll" /teamproject:MyProjectName /publish:http://MyServerName:8080 /publishbuild:"Nightly Build_20060614.2" /p ...Show All

  • Visual Studio 2008 (Pre-release) Choice Between C#.net or VB.net

    Hi i am a software developer building softwares in C# lang and i wana put this question to u ppl is vb.net going 2 b least important in the near future n is c sharp gonna take place of vb.net as a rad tool and is vb gonna survive with c sharp in the run. Infact being in pakistan so far i have found that ppl in vb.net are more compelled to vb rather the dot net framework they still treat it like the same way and if some ppl give advice em to go for c#, they tend to move away from it and better choice for them is java and its j2ee platform , so mainly i wana know is microsoft going to do some thing in motivating ppl from shifting vb to c ...Show All

  • Visual Studio 2008 (Pre-release) how to create .xps files

    can anybody know how to create .xps files programatically You probably want to start here . Pay special attention to the side bars. there is an XPS popup menu on the left and there are related links on the right. Articles and code samples for XPS documentations can also be found here Hope this helps. ...Show All

  • Windows Forms Fixed Length Strings

    How do I declare a fixed length string In VB6 it was  Dim myString as String * 80 Visual Basic 6.0 In Visual Basic 6.0, you can specify the length of a string in its declaration. This causes the string to have a fixed length, as in the following example:  Dim Name As String * 30  Visual Basic .NET In Visual Basic .NET, you  ...Show All

  • Visual Studio Express Editions Can I save multiple Settings??

    I have a school application. each year have its private database. the user can Open any year, so I change the connection string to the specified Year Database. but each year should have its private settings and configuration. How can I save different settings for each year is this possible in VB2005 Now I save the setting in ini file. but I want to save it in a setting file... thanks The following article should help: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dndotnet/html/persistappsettnet.asp ...Show All

  • Windows Forms listchanged event of child table´s dataview?

    I have a dataset with two tables. One is called "Article" and the other "ArticlePlan". "Article" is the master table and "ArticlePlan" the child table. Then I created two seperate dataviews for the dataset tables as follows: viewArticle = dsArticleArticlePlan.Article.defaultview viewArticlePlan = dsArticleArticlePlan.ArticlePlan.defaultview Next I bind a datagrid to the master tabl ...Show All

  • Visual Basic Zipping Files or Compressing them

    Does anyone know how I could zip some files through a program, or compress them somehow I am trying to make a program to back things up, and I don't even know where to begin. Yes ! Funny you should ask but there are fine classes, System.IO.Compression which will compress and decompress. Data is compressed into a byte stream and then serialized to disk. The reverse occurs for decompression by reading files and processing them. ...Show All

  • .NET Development Security Error

    Looking for solutions to solve Security Error when accessing application from network. Wish to get a solution that without manual set up in each machine that access the application. Moreover, there will be more applications put in network for users access. I built a Window Application that contains 2 Window Forms: frmLogin.vb and frmProfile.vb. 1. Application first loads the frmLogin.vb for user login. 2. Authentication is verify by connecting to SQL Server using the user id and password. In other words, a database connection via ODBC provider is built to verify user login. 3. If login successful then frmProfile.vb will be loaded and frm ...Show All

©2008 Software Development Network