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

Software Development Network >> Ameralis Zaiir's Q&A profile

Ameralis Zaiir

Member List

Ronalld
Zep--
T. Bolon
csenthil
ILVC
wei hong tao
Kea
Robert II
ferran
portyao
Marty1066
walter wu
Leeland Clay
MikeFrey
G Balaji
lawlordds
JonnyOThan
WernerP
NewSQL2005 User
Razgriz Ace
Only Title

Ameralis Zaiir's Q&A profile

  • SQL Server Schedulling Jobs on SQL 2005

    I am changing the SQL 2000 to 2005 but i dont know how I can do the configuration of the schedule for each DTS that migrated The scheduling mechanism has been changed in 2005 to something that IMO makes a lot more sense. You would need to create a schedule that can then be reused as many times as you want to for multiple jobs. Alternatively, you can create a schedule on the fly when you are creating a job. (The schedule is still saved sepa ...Show All

  • Visual Studio Team System How to: Customize the build reports

    Hey there, I already know how to add lines in the build log file. But now I need to add information to the report that ends up on the project portal. I have read the SDK part about extending the Team Foundation Reporting Warehouse but I'm not sure this is what I'm looking for... Any pointers Thanks!!! If you want to add information that's already in the warehouse to the report, then you can just edit the report to include that. ...Show All

  • Windows Forms Trigger fill dataset from other form

    Hellow, This is the situation: I have one form (form1) and another form (form2). Form1 is the standard form that opens on application run. In form1, there's one datagrid, bound to a dataset (members of form1). When I click on a button "new row" in&n ...Show All

  • SQL Server Serious limitation in SQL server installation

    I am trying to install the server in a non-system drive.  I have to install the server in a diffferent folder like (E:) instead of the default C: due to existing partition that I have to continue to have (due to reasons that include security). Even though I selected this drive and every thing else (Program Files etc) the same, the install program still asks for over 2 GB on C drive. I checked each of the install options and ...Show All

  • .NET Development Data grid update problem - index out of range

    All, I'm new to .Net and ASP (previously worked in Access using VBA and ADO so everything is totally different and confusing!!).... I've got a web page with a data grid on it. I used the Microsoft Help walkthroughs to generate an update command to update data in my Access database. This works on another page with a primary key that is of type string. However when I try to update my current page I get an Index out of range error, and I'm sure ...Show All

  • Windows Forms RichTextBox LoadFile Method with RichTextBoxStreamType

    VB 2005 Beta 2. I am loading a rich text box with the contents of a user selected file.  It appears that depending on which RichTextBoxStreamType I specify, I get a different resulting view in the rich text box for a specific file. For example, if I try to load a .txt file using RichTextBoxStreamType.RichText, I get an error of: System.ArgumentException was unhandled   Message="File format is not valid." If I try to load .rtf file usin ...Show All

  • Visual Studio How do I completely remove VS (to make clean reinstall)?

    I 'acidentally' (read: stupidly) installed team server before team suite and now team suit lacks most icons and menus. I tryed to reinstall it, remove de visual studio folder in my docs and in program files... After an  hour or so of reinsall, everything stayed the same :( Is there a way to completely remove VS and make a clean install Yes, that is exactly what I did. I just hated wasting a whole day just t ...Show All

  • Visual Studio Express Editions Open an excel workbook from My.Resources

    Hi! I have an Excel workbook in My.Resources. I want to open it when I use a button. I don't know how to do it Do you have any idea I can do it by opening the file from its adress (see bellow). I want to do the same job with the excel file from the Resources. Thanks for your help.... Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click xlsApp = New Excel.Applic ...Show All

  • Windows Forms MSI: Deploying using custom action DLL

    I have a custom action which I have created in a .NET DLL Assembly.  (inherits from System.Configuration.Install.Installer).  I have my MSI executing the action fine, but it seems like the only way to do it is to deploy the actual DLL, even though it's a temporary file needed for deployment.  How do I tell the MSI to delete the DLL when the installation is complete Mark the files as "Excluded=True" in the setup project. ...Show All

  • SQL Server Wheres the data?

    Ok, this is driving me nuts. I create a SQL database and populate the fields. I can see the fields in the grid with the data, I tell it to update and it does, at least there is a delay while it does.  Me .AddressesBindingSource.EndEdit() Numrecords = Me .AddressesTableAdapter.Update( Me .MyFirstDatabaseDataSet.Addresses) The value of Numrecords is the correct number of new fields. But, if I exit the program and come back in, t ...Show All

  • Visual Studio Express Editions how to code to make application icon goes to WINDOWS notification area when "minimize" is clicked in c#.net 2005 ?

    some programs can be moved to notification area instead of just go to taskbar when "minimize" is clicked, how to do this with c#.net2005 windows form applications plz help Take a look at what the NotifyIcon provides for you ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vboritrayiconctltasks.asp ). With a little extra logic in your forms Resize event handler, you can check the value of WindowS ...Show All

  • Smart Device Development Use digital certificate

    Hi, can we use digital certificate along with Pocket PC application . The applications is developed in C#(VS 2003) and uses SQL CE database to synchronize with a publication created in SQL Server 2000. Regards, Shanavas You mean sign the application with a digital certificate   Yes you can turn on the code signing through project properties dialog.  Btw, PPC doesnt require any code signing as they are 1-tier devices. th ...Show All

  • Visual Studio Team System Installing Test Agent and Controller

    I have the TFS Beta 3 Refresh and the trial of VSTS. I'm looking for the latest and greatest Load Test Controller and Agent, but I can't find them on either of these images. The only instance of the controller/agent I can find are on the en_vs_2005_test_load_agent_beta2.iso. Is this the latest version of the apps and will they work with Beta3 TFS/vs 2005 Thanks I'm informed the controller & agent aren't available in the trial version ...Show All

  • Visual Basic Reading registry keys with a name of (Default)

    Trying to read a registry key that has a name and a value associated with it. However, the value name doesn't have a name, per say, but it does have a name of (Default). I hope I'm putting that in clear terms. Anyway, the following lines of code return a value of Nothing. Dim ReadValue As Object = My .Computer.Registry.GetValue _ ( " RegKeyName " , " (Default) " , Nothing ) 'Try to use "(Default)" ...Show All

  • Visual Basic How do I use generics?

    Public Function RectangularVolumn ( Of T As Structure )( ByVal width As T , ByVal length As T , ByVal height As T ) As T Return width * length * height End Function What do i need to do to make this work for any numeric type Considering that it is a mathematical sum, I would go with cgraus on this one. Double is your most open-ended alternative. ...Show All

©2008 Software Development Network

powered by phorum