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

Software Development Network >> Raul Romero's Q&A profile

Raul Romero

Member List

kellyo
Ronnie Vernon
John Burrows
Sam Powell
richfu
Kaloyan
Midhun
Tim3627
oldrocketdog
nick5454
seduto
AndrewLittlejohn
xyzt
soul_blight
Digitalboy
LC Johnny
JoelDKraft
Siraj Salim
DeveloperJTM
ruslan ovechkin
Only Title

Raul Romero's Q&A profile

  • Visual C++ My Visual Studio does not load stdafx.h & stdafx.cpp in my project file

    Whenever I create project file it won't work because stdafx.h and stdafx.cpp files are not preloaded into the project file, how do I fix this problem You can set the use of precompiled headers in your project properties.  You can make it automatic, not happen at all, or happen only on files which have the #incude set ( so only some files use precompiled headers ). ...Show All

  • SQL Server MSSQL Mistake

    I have piece of query: SET @UserID = @@ROWCOUNT And its incorrect, where is mistake I have only this piece because its excercise. Sorry if bad subforum. :) You won’t get any other resposnes here as in the public newsgroups, because that is valid SQL. If there is a problem in this row the @@ROWCOUNT can’t be converted to the type @userId is based on, but that was already said in the groups. Try to get more information ab ...Show All

  • Visual C# how to send email to multiple email addresses

    I am having a problem sending email to multiple email addresses using System.Net.Mail in C#. It works when there is only one email address like so: toEmail = "xxxx@someco.com"; toAlias = "emailalias"; MailAddress to = new MailAddress(toEmail, toAlias); But, would fail when there are more than one email separated by ";" delimiter. The email just will not go through: toEmail = "xxxx@someco.com; yyy@someco.com&quo ...Show All

  • SQL Server Creating report based on parent-child dimension

    Hi I have a problem to create a report based on a parent child-dimension When I go to reporting services, and I create a new report based on a cube, I drag my parent-child dimension to my data-layout. Then the dimension is immediatily ragged down. Anyone an idea to solve this. Hello Robbert, I have good news for you! You want that every member should have a toggle item (+), even that member has no child, ...Show All

  • Windows Forms Resize a form which has been added to a split container panel.

    I have a form, call it frmFormA, which I've added to a container panel: container.panel2.Add(frmFormA); frmFormA.Show(); I'm wanting to automatically resize frmFormA to fill the panel2 whenever it is resized or whenever the main form is resized. Can someone help with this I've tried setting the Dock property of frmFormA to Fill and that doesn't seem to work. Thanks. Can you use UserControl instead o ...Show All

  • .NET Development Enable/Disable network card

    Hi. Is there any possibility to control the network card ( enable/disable) using c# in .NET Framework 1.1 Thanks.Mircea I think the answer he is refering to is the one from Mike Flasko:   Mike Flasko wrote: Although I have never done this in code, I beleive this can be done using WMI.  The following links should provide the information you need: http://msdn.microsoft.com/library/default.asp url ...Show All

  • Visual Studio Creating Tool Window in AddIn

    The documentation for VS 2005 extensibility indicates that a shim is no longer needed when adding a tool window to VS using C#.  I have been using the sample code as provided by Microsoft and continue to get the following error; TypeLoadException crossed a native/managed boundary. My control is built by using the UserControl template and simply adding a list control to it.  Other than compiling it and adding a reference to its assembly ...Show All

  • Windows Forms c# getting crazy with a simple insert into....

    Hi all :) Here is my problem: myCommand = new SqlCommand("insert into myTable values("@field1")", myConnection); myParam = new SqlParameter(); myParam.ParameterName = "@field1"; myParam.Value = myTextBox1.Text; myCommand.ExecuteNonQuery();   Whatever i write in myTextBox1.Text, in database i obtain ever a "null". If i modify my insert like:"insert into myTable values('" + myTextBox1.Text + "')"; it work...but we know that it ...Show All

  • SQL Server console apps only work if user is SA

    Hi When I try to use a user other then SA my console apps don't work. I can run the Stored Procedures used in console application from Query analyser when logged in with the username/password that I'm attempting to use for the console applications. Under Users in Enterprise Manager Database access is 'permit' for my user. By the way my web application which uses the same user name and password as in console applications is working . I al ...Show All

  • .NET Development How can I have a connection error to SQL Server 2005 when I only use SQL Server 2000?

    I use SQL Server 2000 with Visual Studio 2003 to develope projects. But when I load a webform in a browser to preview on localhost I get the following error: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could ...Show All

  • Windows Forms Button Image and Text with OVERLAY puts text BEHIND image

    Maybe I am missing something. I came up with a nice button image graphic, and selected IMAGE and TEXT, and to OVERLAY, and the image COVERED the text. The opposite would in general seem more useful to me. Why would you ever want to have text overlayed that you could never see I tried using background, but of course you can not declare a transparent color, and also it eliminates the image when you mouse over the button. Regardless, is there a ...Show All

  • SQL Server What happens during package validation

    Hi all, Got a bit of a situation and I was hoping someone may have a bright idea as to what to try next. We have a package that we can execute from the command-line successfully. This is executed using a regular Active Directory logon. We then execute the package from an ASP.Net application using the network service account. It fails and the error we get back from SSIS is "The package failed to validate". We don't get any other information such ...Show All

  • Visual Studio Register and view Help 2 collection files on a MS Virtual PC

    1. I apologize in advance for being born a blonde (alas, no longer!), but what is the easiest way to register and view Help 2 collection files on a MS Virtual PC   When I use the naespace.exe to view the Help 2 collections registered on my PC, I see that all of them have a filter sub-folder with a DocSet command string for the Help file that is visible in Visual Studio.NET IDE. They also have a titles sub-folde ...Show All

  • SQL Server Some questions for a begginer

    Ok, im a lil confused I know that SSSME (SQL Server Management Studio Express) CTP is a simple gui that you can use to manage your sql server databases and connections... In Visual Basic express, you also have the Database Explorer and the option to add a database and create a connection and a gui to edit ur database/tables/fields etc, but it starts another sqlserver.exe service under the user that is currently logged in, so does it create and s ...Show All

  • .NET Development using c# classes as com object

    im using c# classes as com object and use that classes from vb6. but what will happen when i will remove my vb6 project to another computer i guess it wont work...so what i need to copy or do in order that my project will run in any computer thanks in advanced.  Probably you will need to use RegAsm.exe to register the C# dll that contains your objects on other computers. ...Show All

©2008 Software Development Network

powered by phorum