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

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

Stealth549

Member List

banswaraboy
JoneLee
wsaunders
nitinmehta
NeTBaPb
Andreas Drake
Antfor
leonlai
moorpipe
Duncan_311
ddlam
eTape
ajay_dekavadiya
buttz73
Keith Chapman
Papadog
Lucas Pasquali
Thomas Li
gfhyang
Eric Robert
Only Title

Stealth549's Q&A profile

  • Windows Forms should i use MDi or controls

    hi all. i have to create a simple application with a main form and a grid on it. when the user dbl-click the grid rows a second form will show more detail's on that row. i want to build an mdi applicatin, but i was tald that there are bugs in the MDI property and sometimes the mdi lost it's pointer to the child forms, and this is why i sholud you a main form and controls, insted of forms, that will be docked to the main from. is it true I have done a fair bit of MDI development and have not experienced anything close to what you have described. I expect that those claiming a bug are doing so because they have done something not quite right and don't know it. (For instance, The mdiParent does not maintain a POINTER to ...Show All

  • SQL Server Merge Replication with SQL Mobile 2005

    We are using SQL 2005 (SP1) and mobile agents with SQL Mobile. We are seeing an excessive number of updates after a device's database is reinitialized. My understanding was that if I generate a new snapshot or reinitialize all subscriptions (from the server), the devices would only get what the database looks like right now (inserts only) after syncing and/or reinitializing, but they are actually getting the right number of inserts and a huge number of updates in Replication Monitor. Any ideas Thanks! Mike Thanks for th update for this issue. yes, seeing update is exact X * insert number does indicate there could be issues. so is both Log and log_history was published Please keep us updat ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem using SurfaceFormat.HalfVector2

    I've been trying to adapt the C++ DirectX motion blur sample to XNA. This sample works perfectly on my NVidia 7900GT. In my own program I successfully create a "velocity" render target with SurfaceFormat.HalfVector2. Unfortunately something goes wrong with the graphics system when I set this with SetRenderTarget() - the program doesn't hang, it just refuses to render anything after that. This is very strange because I don't even have to use the blurring pixel shader (which in turn uses the velocity render target's texture) for the problem to exist. The act of calling SetRenderTarget() with the HalfVector2 render target seems to cause the problem. If I use SurfaceFormat.Color for the render target the program renders as normal, th ...Show All

  • Visual Studio Express Editions autos pane

    Where can we find the autos pane in VB express, I use VB.net at school and just got VB express for my house. I've tried to get it the way i remeber doing it in school, but its not there. Note that it only shows up in the Debug + Windows menu when the debugger is stopped on a breakpoint. ...Show All

  • SQL Server Reg URL Report Access Path Format

    I'm trying to render a report created using SSRS to open in a web browser in windows form. This is the URL used: "http://localhost/reportserver /C:/Documents and Settings/xsbangalore/My Documents/Visual Studio 2005/Projects/prmRpt/prmRpt&rs:Command=Render&rs:Format=HTML4.0&rc:Parameters=false&StartDate='01/01/2005'&EndDate='01/01/2007'"; I'm not able to see the report. Error: Unable to link to Web page What is missing The URL must refer to a report that is in the Report Server catalog database. You cannot refer to documents on disc as reports. Upload the report to the Report Server and then use Report Manager or the reportserver url to browse to the report. From there you wi ...Show All

  • SQL Server SQL Server 2000 Max outs Memory even with 32GB RAM

    Hi I am joining the thread that initially Mike started. We have a x64 bit SQL Server with 32GB RAM. On start up sqlserver.exe starts with 15 to 20MB of RAM. After that the memory gradually increases at a step of 100MB and reaches 31.8 GB at the end. We don't see a out of memory situation so far and the memory remains the same, once the sqlserver.exe reaches that level we are facing application in stability issue. There is no other application running in this server. At present the database size is 28GB and we have employed the following, There is a database replication running A weekly maintenance plan to reindex, backup and other maintenance is running. There is a log back up job which runs once in 2hrs time. The temdb s ...Show All

  • SQL Server Dynamic lookup with periodical (Yearly) data using JOIN

    Hi, I am generating a dynamic SQL query to perform a lookup based on criterias entered by the user. The quey is generated by a C# application and the target database is Sql Server 2005. Basically I have 2 tables: --Cie-- (Over 40k companies, 1 rows per companies, total 40k rows) ( CieId int not null, Symbol varchar, CieName varchar ) Primary key(CieId) --YearlyData-- (Over 40k companies, 20 years of data per companies, total 800k rows) ( CieId int not null, Year int not null, Revenue currency, NetIncome currency, [... over 170 columns ] )Primary key(CieId, Year) //Sample Case: The user want to get the list of all the compagnies (CieId) where YearlyData.NetIncome > 25k for YearlyData.Year 2005 and YearlyData.Revenue &g ...Show All

  • SQL Server package with a custom component (log provider) runs in BIDS, but doesn't run where deployed.

    Hi, I have a package with a custom log provider, which runs in BIDS. However when I deploy the package onto SQL Server and run it on the deployed machine , if fails: "failed to decrypt protected XML node DTS:Password...key not valid for use in specified state..." Now this is definately to do with the custom log, as if I take it out & redeploy, I can run it on the deplyed server + also run it within a job. I have entered the custom log provider library (+ other required DLLs) in the GAC on the deployed machine, but I'm clearly missing something. Any ideas pls I'm really stuck. Many thanks in advance, Tamim. Please search this forum... You'll need to set the package protection level to "DontSav ...Show All

  • Windows Forms Can I generate a managed resource DLL at run time?

    Reading through the .NET 2.0 documentation, I get the feeling that the answer is yes, but I can't find the steps I need. I am developing for Windows Mobile, and have a need to provide two different types of multi-lingual support. One is typical translation from English into other languages, which I can cope with quite easily using all the design time features of VS 2005. The other kind of support I need is not so much for the language in use, but rather the terminology. The system I am developing 'plugs in' to several different packages, and we would like the screens on our mobile application to use terms that match the clients' existing back-end systems. For example, what one product calls an 'Account', another will call a 'Clien ...Show All

  • .NET Development how to add a user control dynamically ?

    Hi guys, Is there a way that i can add a user control to a page dynamically Since dotnet code has to be pre-compiled, if i add the control dynamicaly it gets rendered only after the page is rendered. Is there anyway to handle this infact im doing some study abt fusebox technology, but i think it only applies to cold fusion... regards, Abhi Hi Salva,  thanks for the reply. when i do what u mentioned, it will add the control at the end of the page. Is there a way that i can add this control in the aspx page where i want like the user control which im trying to add dynamically is the menu bar, so it has to be left aligned. How do i specify this in my aspx page thanks ...Show All

  • Visual Studio Tools for Office InsertAutotext() not working properly in VSTO 2005. (Word, C#)

    This is my problem. I have a Word-template created in Word 2000. I use this template as template to create a VSTO-enabled version of the same template for Word 2003 (basically nothing more than adding an actionpane and stripping out the old VBA-junk.) The template has several autotextentries and I thought it would be a piece of cake to just convert this into C# using the nice litte bookmark object which has both a text attribute and a InsertAutotext() method. You fill in the text and call the method. Seemed straightforward enough. Well, I was wrong. When it does work, once in about every 200 times, it indeed is straightforward enough but It just doesn't work the other 199 times and for the life of me I cant figure out why. When I ...Show All

  • Visual Studio Express Editions Access to MSSQL 2000 everymonth

    Hello All I am working a project that would take a monthly bill that is given to us in access. I am trying to create a program that would do this by just selecting the Access file and then uploading into SQL2000 so that we could do our monthly bills and look at usage. What would the easiest way of creating this app be I was thinking of doing a read of the access table then on each read do an insert. Like the following ACCESS READ SQL2000 INSERT NEXT would this be correct or is there a simpler way of doing this. Thank You for your suggestions. Read the entire dataset from the access database in one go - rather than one record at a time, database queries are expensive and you want to make this as least chat ...Show All

  • Windows Forms How to get target path when drag/drop (.NET2.0 C#)

    Hi, I want to drag an item From my listview, To local computer's filesystem. I need to get the path of the target filesystem, how to do that in C# Br, -L Lanceli wrote: Hi Andrew, Your post gives me helpful hint. But my "file" in the ListView doesn't exist in local file system. This file is binary format content in the memory. I guess I know how to accieve it. Hope ItemDrag is the correct event to use. Thanks a lot! I will close this post as soon as I solved my question! BR, -L Yeah, you're on the right path... Search google too, you will find plenty of source out there. ...Show All

  • SharePoint Products and Technologies Please someone get me out of this mess

    Hello all, I am new to Sharepoint but have spent a ton of time on this the past 3 weeks. I have gotten one W2K3 Server running with Sharepoint but even that one has issues i.e. I cannot get rid of the search service event log entries that correspond to the gatherer service Event ID: 2424. The 2 new Servers I have installed and configured just do not want to work. When I go into the admin console I immediately get a login box to which I input a domain account with admin priviliges and the login box keeps popping up many times until it finally will stop and display the page I want to see. Then when I click any other link the same scenario happens all over again Why is this happening I did not do anything different with this ins ...Show All

  • Windows Forms DataGridView Slow Changing Backgroud Color

    Hallo, in my application, I use a DataGridView view around 30 rows and 20 columns. To make editing for the user more comfortable, I want to the background of the entire row and column corresponding to the CURRENT SELECTED CELL to be painted lightgray. All other cell have a white background. I use the following code in C#. It works, however, AWFULLY SLOW. I know that changing the background color of a DataGridViewCell is especially time consuming. Anyway, does anyone have an idea how to enhance perfomance Here the code: private void dataGridViewTabPage_SelectionChanged(object sender, EventArgs e) { DataGridViewCellStyle aux = null; if (_currentselectedcell != null) { for (int i = 0; i < this.dataGridViewTabPage.Co ...Show All

©2008 Software Development Network