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

Software Development Network >> Don Mylrea's Q&A profile

Don Mylrea

Member List

BigDadddy
Clementino Mendonca - MSFT
rlieving
robbyd
Xin Zhang
BillHie
plucky
Kharkov Alexander
raphts
SlugiusRex
NJDESI
rminnich
BalajiArun
silgenfritz
pmanisekaran
Tech_Prince
SusanC
MTEJEDA
TRID
Gabe Covert
Only Title

Don Mylrea's Q&A profile

  • Visual Studio Team System WSS account creation in AD for TFS

    Hi, Would it be possible to deploy the SharePoint service portal site generated by TFS application tier to support account creation in AD like http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsc05.mspx In other word, can I invite developers to my project with TFS just like ISP prvoviding web site owner the ability to invite users not already have accounts in the domain for collaboration Can TFS utilize this ne ...Show All

  • SQL Server Is there a way to add items to the report bar?

    Can you add items like buttons, menu items to the report bar, say like next to the View Report button   I'd like to add a button or link to take the user back to a menu selection for the reports. In that same vein, can someone link me to a tutorial on how to use SQL Reporting Services from within your ASP.NET web project   Thanks for any help. The toolbar is not customizable in either versions of RS. Y ...Show All

  • .NET Development Replace a string Using Regular Expression

    HI , Since i am very new to regular expression can anyone explaing how to replace a string in an INPUT String using Regular Expression my pattern of replacing is as below the numeric characters (0-9) present in an input string must be replaced as ","prefixed and suffixed with the characters ex: if the input string is ABC1234DEF then the output string after replacement should be ABC,1234,DEF Thanks in Advanc ...Show All

  • Visual Basic Where can I download Visual Basic 6.0 ?

    Really dumb question, but I couldn't find any download link for Visual Basic 6.0. And I don't want to use Visual Basic 2005, because I got a lot of learning material for Visual Basic 6.0.     VB6 was not a free product. Also, VB6 will be seeing decreasing utilization and demand. It would be a great idea todownload VB express and use that. I understand that it is free now. I do not know if it ...Show All

  • Windows Forms DateTimePicker problem

    Hallo everybody My problem is DateTimePicker.When I "change value", example: From 10(hour):59(min) and Up i'm getting: 10:00 I want my DateTimePicker to increase "hour" value! Example: From 10(hour):59(min) and Up 11:00 What seems to be a problem Any idea how to "work" around this problem Regerads Gamb Do you change the value by hand or in code If in code, then you may tr ...Show All

  • Visual Basic Creating your First Database (VB.Net 2005)

    The above topic in MSDN Online gives the following instructions: To create a database On the File menu, choose New Project . In the New Project dialog box, in the Templates pane, click Windows Application . In the Name box, type FirstDatabase and then click OK . A new Windows Forms project opens. On the Project menu, choose Add New Item . In the Add New Item dialog box, choose SQL Database . In the ...Show All

  • Visual C# quest on downloading C# from the internet

    Hii,,, I downloaded all prerequisites of the C#, like dotnetFrameWork and Windows installer, and i need a link for c# program only. Can anyone help Note: I downloaded the prerequisites while downloading visual basic 2005 express. hi you can use this link http://msdn.microsoft.com/vstudio/express/visualcsharp/download/default.aspx even though the recoment you to remove visual studio 2005 and sqlser ...Show All

  • Visual Studio Express Editions Make Sure You're Not Making Managed Code

    C:\Program Files\Microsoft Visual Studio 8\VC\include\comdef.h(21) : fatal error C1189: #error : comdef.h header cannot be included under /clr:safe or /clr:pure Can anyone help me with this error I am trying to include the file to my program but it isnt working! Thanks, S_J Why are you #import-ing libraries in a .net project if you're a beginner C++ COM programming should not be ...Show All

  • SQL Server AS actions available through RS in SQL2005.

    Hi, I'm looking for any documentation explaining how RS can use AS actions. Can someone please help me Thanks Try posting on the SQL Server Reporting Services forum. Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Visual C++ trackBar bug? Visual C++ 2005 Express Beta 2

    Hello, I have set the trackBar to max   10 min   -10 These figures are accepted, the build goes OK and the app runs and I can select trackBar values between -10 and +10. But! On three occasions when making unconnected code changes, I have found that when I ran the app it was not possible to move the trackBar pointer. Have now seen on one of thjose occasions that the -10 figure had changed to 10 ! This seems odd. An ...Show All

  • SQL Server How to hide a report parameter control dynamically at runtime?

    How would I hide certain parameter controls based on user sections in certain controls dynamically at runtime.  I am using RS 2003 edition. what about in srs 2005 i want to enable/disable or hide/view parameters based on another parameter selection. essentially, i want the user to select a parameter value from a dropdown (the only parameter they can use) and then based on that value supply the correct parame ...Show All

  • Visual Studio VS.net2005 & VS.net2003 unknown error

    Im having this huge problem, I had VS.net2003 installed befour and it worked fine, but then I re installed my windows and then it gave me a "unknown error" att installation but it continued to install anyway, at the end of the installation it said that 0 errors occured. but then when I tried to start it it gave me first a Document explorer "unknown error" then a visual studio enviroment "unknown error" no ID or anything. so I re installed my sys ...Show All

  • Visual Studio 2008 (Pre-release) LINQ May 06 CTP installed byt nothing appear in the new project dialog box !

    Hello everybody, I've installed te May 06 CTP of LINQ but I've got a problem: nothing appear in the new project dialog box or in the "Add new item" dialog box I've also run the script "Install C# IDE support.vbs" but the problem is still But if I run the example, they compile and run fine ! Anyone have an idea/a workaround Thanks Can you try running C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Devenv.exe /s ...Show All

  • Windows Forms The cabinet file '_0f190ABC5FE06CE3A28DCC2BA1FDD8' required for this installation is corrupt and cannot be used

    Hi I create a package(msi) using VS.Net. then i try to install. In the middle it gives error Error Message : The cabinet file '_0f190ABC5FE06CE3A28DCC2BA1FDD8' required for this installation is corrupt and cannot be used. This could indicate error, an error reading from CD-Rom, or a problem with this package Please help me How to fix it Advance thanks thanks Jenkins How are you packaging your MSI, loose or compr ...Show All

  • Windows Forms How to: Populate DataGridView (C# + DAAB)

    Hi, I am using this code to populate DataGridView but it does not work, What is wrong Thanks. Database db = DatabaseFactory.CreateDatabase(); DataSet ds = db.ExecuteDataSet("sp_GetStore"); BindingSource BS = new BindingSource(); BS.DataSource = ds; this.dataGridView1.DataSource = ds; this.textBox1.Text = ds.Tables[0].Rows[0]["FirstName"].ToString(); //Work fine You'll have to set the D ...Show All

©2008 Software Development Network

powered by phorum