Kgard's Q&A profile
SQL Server How to hide a column in chart
Hi all, Is there a way to tell Reporting Service not to display a column in the chart For example, I has a bar chart report now has two bars represent column A and column B. I want to be able to display the column B value in the table below the chart. But on the chart, I don't want to display the bar that represent the column B value. Can I do that by modifying the RDL file How Can someone give me an example code in the RDL Than ...Show All
.NET Development Ignoring native dll's memory problems
Hi, I am calling some native c dlls in my .net app. Sometimes due to bugs in the c dll, I get this exception in .net code: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Since we do not have access to the code of this third party dll and it will take a long time for them to fix it, is it possible to tell .net CLR to ignore memory exceptions in native dlls T ...Show All
Visual C# Form2Form Problem in Visual c# Express
Ok gang, I have been doing research on the net and on these forums for about 3 days now and I'm still stuck with the same problem. There are tons of expanations out these but I dont understand why they dont work for me. I have 1 main form which is a MDI parent I have a second form which I call and make a child. Like this public void newProjectToolStripMenuItem_Click(object sender, EventArgs e) &nb ...Show All
Visual Studio Team System BisSubscribe vs TfsSubscribe
Will the event subscription tool continue to be called "BisSubscribe" .. I heard earlier in the forum that it was going to be changed to "TfsSubscribe" .. Thanks in advance. ...Show All
Windows Forms Close button problem...URGENT!
Anyone know how I can conrol what happens when a user presses the close button on the for ( the x int the top right corner). My problem is that the form doesnt close when the button is pressed. Please help!!!!! Fou ...Show All
Smart Device Development from pda to oracle DB
i'm passing data from hp PDA that using microsoft application to oracle DB. what supposed script/codes that i can use to solve that. Are you using any database on your PDA What kind of data you need to pass Typically you develop mobile app with SQL Server and use SQL Server's synchronization features to sync mobile database with your server db. Oracle's mobile dB is Oracle 10g Lite with sync capabilities with server dB. You may want ...Show All
Visual Basic How I can know What is the user who start certain process?
How I can know What is the user who start certain process I want to retrive the user name who started a certain process just like what appears in the windows task manager in the user name column how I can get this thank you all You need to use the wmi to get the processes and owners. There is an example on the vb-tips website . ...Show All
Windows Forms Event Publisher not Publishing
For some odd reason be it myself or Visual Studio (more so myself) for the life of me cant get my Event to raise in my custom user control. I'll post the code for any logical errors I might have over looked on my side. Here goes... public class MyUserControl : System.Windows.Forms.Control { …. private Image _labelImage = null ; & ...Show All
Visual Studio Express Editions long interval between StreamReader/StreamWriter processes
Hello, in my program I am using StreamReaders and StreamWriters, and they work, but if I use the StreamReader or StreamWriter process, it takes long before I can use them again, so now my question is: can I make the process-intervals(sorry if this name doesn't exist) shorter Or should I use an other way to read and write files, and who can be used in faster time-intervals Grtz, Tom. What do you mean by "it takes long before I can u ...Show All
Visual Studio Subversion SVN with Visual Studio 2005
Anyone know how I can use Subversion SVN source control in combination with VS .NET 2005 to have source control for a website served on IIS with Frontpage extension 2002 Thanks in advance guys! keyosuke wrote: I would also love a copy of your addin. If you have source that would be nice too. Maybe put a link to it on a web server otherwise I'm keyosuke@gmail.com to send it to me and thanks a lot. ALl I'v ...Show All
SQL Server Performing a range lookup using two tables
Hello. I have a car table, whose rows contain cars and their respective weight: Ex: (1, 1000), (2,1100), (3, 900) etx. I also have a car class table with the classes cars can fall into, based on a lower bound and an upper bound in which the car's weight must fit. Ex: (Class1, 0, 999), (Class2, 1000, 1499), (Class3, 1500, 1999), etc. I need to match each car to it's respective class. I've already search the database for post on thi ...Show All
Visual C++ Please Help Me! Please...Please...!
Hi. I want design Line in a StaticControl.(or any function.like sin(x)) Please Help me. Hi my friend! (if you Accept!!!!!) about that Question. finaly I wrote my simple control: this is my code: CClientDC dc(this); CRect DRect; GetClientRect(&DRect); int a=DRect.Width(); int b=DRect.Height(); CRect myRect; m_design.GetWindowRect(&myRect); ScreenToClient(&myRect); CBrush ibr1(RGB(10,10,10)); CPen ibr2(PS_SOLI ...Show All
SQL Server SQL Server test to production database migration
Hi, Is there any tool available to migrate the data from the SQL Server test database to SQL Server production database. Data Migration should be based on a condition which can be given as an input for a table by the user. The dependant tables also should be migrated based on the condition. i.e data subsetting based on the matching conditions. Ex : Salary > 2000 The rows of the table which matches the condition alone need t ...Show All
Visual Basic COM Interop, Property Get,Let,Set Interface Attribute?
Hello, We are in the middle of a rather large piecemeal upgrade of our VB6 system to .NET 2.0. We started in 1.1 and have sence migrated that code to 2.0. We have done a few of our libraries to this point, and are gearing up to upgrade a lot more of them in the next month or so. We ran into a problem in our first library that required a rather nasty fix and I was hoping someone could point us to a better solution. ...Show All
Visual Basic Database Connection
Hi everyone, I would like to ask whether can I put my database in different folder with my program I mean like in asp.net we can jus write a code such as "Data Source=" + Server.MapPath("Pets/Pets.mdb")); Then when the program runs, it can search for the respective database in the computer. this we do not have to specifies the whole real address of the database location. Are you writing a ASP.NET application or a ...Show All
