Software Development Network Logo
  • SharePoint Products
  • SQL Server
  • .NET Development
  • Visual Basic
  • Windows Forms
  • Microsoft ISV
  • Visual FoxPro
  • VS Team System
  • Visual C++
  • Audio and Video
  • Game Technologies
  • Smart Devicet
  • IE Development
  • Windows Vista
  • Visual Studio

Software Development Network >> Marco Paci's Q&A profile

Marco Paci

Member List

StargatePwns
R_G_B
amer sohail
foobarX
Cameron D
Rupinder
hazz
Microsoft_hates_me
Raymond.W
ScaryKidsScaringKids
R Raghu
Grant Jenkins
Alvedon
rmccullough
Andreas Kammann
Rajesh batchu
Naldai_
Fran&#231&#59;ois296449
barbbayne
stephane - Montpellier
Only Title

Marco Paci's Q&A profile

  • Visual Studio Print Layout vs. Interactive Mode

    Is there a way to have an expression change based on which mode you are in Like have something hilited in interactive mode but look normal in print layout Sorry, this functionality is currently not supported through RDL expressions. I guess the closest you can get is to highlight with a light background color - so that when printed it is a very light shade of gray. -- Robert ...Show All

  • Visual Basic Urgent help needed

    hi, well someone did this project for me using vb.net 2003, but there was an error in it, and i don't know much thing about programming so please can u help me fix this please. It'a library managment system , well, the problem is u go to book issue and u issue a book and then u can see that the book is issued and then when u go to return book and type the code he will say that it's returned but it's not returned u can see it by searching it... i want that to be fixed. tanks so much http://met0555.ifastnet.com/Library_Ma1993565122006.zip tanks well i actulay i don't know the exact place to repair this error as i said i don't know much thing about programming. the problem is when go to book return and u type the code click on boo ...Show All

  • SQL Server The index is not valid.

    I get this error in a package which was executing previously. This is in SQLServer OLEDB DATASOURCE  Error at Membership_Other_Payer [DTS.Pipeline]: The index is not valid.   ADDITIONAL INFORMATION: Exception from HRESULT: 0xC0048004 (Microsoft.SqlServer.DTSPipelineWrap )  This error occurs when I try to open my existing Oledb datasource.  I have added some columns in my database Any body has solution for this Is there any progress on this issue. I can't resolve it even by pressing the preview button. Is this a bug ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA has it's own GamePad DeadZone?

    I've been looking at the output of the thumbsticks, and it appears a value less than 24% (0.24) is ever returned. I know it's very important to implement deadzone in your programs, but why has it been done for us Someone may want to write a game that needs a smaller deadzone, but as far as I can tell it would be impossible given we don't have full access to the output right the way from 0 to 1. Is this behaviour intentional Many thanks, Adam Miles Has anyone filed this as a bug - if so, how can I find it and vote for it I would be totally stuffed if I could not roll my own... ...Show All

  • SQL Server Connect to SQL Server from ASP.Net application

    Hi I developped an ASP.Net application (with Web Dev Express ) wich attempt to connect to SQL Server Express (installed in the local machine) using Windows authentication.When i launch my application within Web Dev or from IE navigator i receive the following error message : Cannot open the database 'MyDB' login failed for user ServerName\ASPNet.I use SQL Server Management Studio Express to give the user ServerName\AspNet permission to connet to the database but i still receive the same error message.I created a user with strong password within Management Studio with connect permission and attempt to connect from my application using SQL Server authentication i receive the error message : The user 'UserName' is not associated with a tr ...Show All

  • Windows Forms Windows form components

    Hi, Is there any relation between windws form components and sharepoint server 2007 Need Information ...Show All

  • Visual Studio Team System How to rectify the problem "MarkAssembliesWithComVisible" in FxCop

    Hi, FxCop shows error " ComVisibleTypeBaseTypesShouldBeComVisible ". How could this be resolved. Thanks in advance. Hi, I receive the error " MarkAssembliesWithClsCompliant " when my project is scaned in FxCop. How to rectify this problem. Thanks in advance. ...Show All

  • .NET Development GAC references

    I thought there was a way at runtime or development that a web application could use GAC'ed assemblies without referencing them in the web.config or machine.config I have 3 developers that are adding GAC'ed references to their projects and the 2005 IDE is putting references in their web.configs automatically. I don't remember this happening with 2003. I'm telling them to remove the web.config references, but then their having problems at run time. ...Show All

  • Visual Studio Tools for Office Obtaining Host Items from Com Addin

    As I understand from the following post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=166238&SiteID=1 It is not possible to get host items such as workooks/worksheet from a COM Addin, only the underlying Office Model items from the PIA, as its not possible to get the runtimeCallback. I would really like to be able to, so that I can get a worksheet and insert a user control in the control collection. I would like to be able to do this for any workbook/worksheet and hence there would not be any code behind. Hence the reason for tyring out the Add-in option, but I dont want to display these controls in forms (either modal or not). If this is indeed possible, then any pointers would be gratefully recieved. Im also wo ...Show All

  • Architecture "Unique ID" server for multi-server app

    I'm building an ASP.NET app that I hope will scale to need multiple servers. For certain objects, I'd like to provide users with an "External ID". This would be either a user entered or randomly generated string, like "Fred's Data" or "q1g52xTK". This external ID would be associated with a GUID, and would allow the user to get at the object without having to know the GUID (such as at log-in). (They will also be able to select via more complete names, titles and descriptions.) For each new external ID, I'll have to do a lookup against all existing external ID's for that object type, to make sure it's not been used. It's like when you sign up for a Hotmail or Yahoo email, and enter a ID, and they say &q ...Show All

  • Visual C# How can I exit program

    Hello folks, I m new to C#. I dont know how to exit program at some point. I try to use "Enviroment.Exit(0)", but got "SecurityException unhandled." error at runtime. I also got that error when using File.createText(), Can anyone tell me how to avoid them as well Cheers, Elton Use the following overload function instead of void Main function: public static int Main() { try { // Your code goes here. } catch(Exception ex) { return 1; //This does not require any security permissions. } //Your code goes here. } ...Show All

  • Visual Basic Ideas on VB project?

    Hi, this is my first post and i need some help quick. i am asked to think of a project to do for my VB module. can any one give me some suggestions some of my classmates are doing (just to give u ppl an idea): 1. Tax Returns and Calculation 2. Bank Loan Calculator – Car Loan and Mortgage Loan 3. Monthly Expenditure Calculator 4. Phone List Index and Searcher 5. Personal Alarm Clock 6. Desired Password Checker 7. Quiz Generator 8. Recording Cheques and Deposits 9. Rectangular to Polar Coordinates Conversion 10. LC Oscillator 11. Tank Calculation 12. Electric Power Calculation Thank you all ...Show All

  • SQL Server Stored procedure issue. a bridge too far for me

    i have a query that i need to extend but just dont have the knowledge to do so, so hoping someone here could help me this is my current query:- SELECT ES.PatientID, DATEDIFF(day, EP.DateofBirth, GetDate())/365 AS Age, CASE EP.SexCode WHEN 'M' THEN 'MALE' ELSE 'FEMALE'END AS Gender, COUNT(H.HRDID)AS HRD, ES.FourRegularDrugs, isnull(ES.FourRegularDrugsNo,0) as NoOfDrugs, ES.ReadmissSixMonths, PCE.[Primary diagnosis] FROM tblStudyServices ES INNER JOIN tblPatient EP ON EP.PatientID = ES.PatientID INNER JOIN PAS.dbo.[PAS Patient Details] PP ON PP.[PAS key] = EP.PatientInternalNumber INNER JOIN PAS.dbo.[PAS Admission Details] [PAD] ON [PAD].[PAS key 1] = PP.[PAS key] INNER JOIN PAS.dbo.[PAS Consultant Episode] PCE ON PCE.[PAS key 1] = PA ...Show All

  • Visual Studio Express Editions How do I run a script such as calling the ipconfig.exe and place the output in a text box in a application Gui form?

    I was wondering how to run or call command line executables such ipconfig.exe and ping.exe and place them into a form. I want the output from the ipconfig.exe to redirect back into a textbox in my visual basic express edition application form. Thanks!!!!   Those are strange answers, given that if you back up for a moment that VS2005 has classes that will do what ipconfig and ping will do. Certainly activating two processes is not as efficient as using those classes. ...Show All

  • Visual Studio 2008 (Pre-release) Vertical lines in the GridView

    May be I am missing something, but I can't get the ListView with GridView to display vertical lines. -Alex LOL, I was trying to do the same thing last night- It is not supported. Adding a border around each cell kinda works, that is until you resize a col.... ...Show All

©2008 Software Development Network