asbailey's Q&A profile
Visual Basic Accessing a running program's ram
I want my program to access a program's ram (when the program is running in memory) so I can debug it explicitly. I know how to edit a file by storing it in a buffer but how would I do this when a program is running. If suggestions or code samples are given, please make sure they are for vb.net and they are explained. Thanks. Hi! Access memory Your program access it's memory. Access to other program's memory is protected for security and stability reasons. If you want to make this you need a lot of reading about virtual memory, kernel, Win32 API, etc. What do you want to read in this memory There is no list of internal object ...Show All
Visual Studio Team System CA1084 - Maybe exception to the rule
This line gives me CA1084: OracleCommandBuilder builder = new OracleCommandBuilder (da); Dont think it is a trainsmash, thought I would just report this incase a refinement is possible. Sorry I took so long to reply was out of comms for a while. Warning 91 CA1804 : Microsoft.Performance : DBLayer.Update(String, DataRow[]):Void declares a local, 'mySqlCommandBuilder', of type System.Data.SqlClient.SqlCommandBuilder, which is never used or is only assigned to. Use this local or remove it. D:\Development\DOTNET 2005\DX\DXData\DXMSDBLayer.cs 1006 DXData OracleCommandBuilder builde ...Show All
SQL Server Server 2003 x64 with SQL Server 2000 64 Bit
Hi All, We will be looking to build a new server with the above configuration. We wont be moving to SQL 2005 as yet, as we will be waiting until at least SP1. Does anyone have any links to documents, white papers, etc, as where ever I look, I find things which skirt around it, but dont deal with anything directly Had a look on MS, however I can only find info for SQL2005... Cheers, Steve. SQL Server 2000/SP4+ is supported running on x64, but does not run natively. It is an x86 installation running in WoW mode. It should work just fine for you, but if you want native 64 bit, you eithe ...Show All
Visual Studio Extending VS 2005 - Solution Explorer
I have a solution that builds 150+ dll's. Is there anyway to extend VS2005 so as the solution is being built each project will get a Green check-mark next to it if it built successfully. Thanks. Wow, I didn't remember this thread But yes in some moment I had the same problem and it was really heavy use VS or a command line in order to build so that I built BuildConsole.Net. VS very slow to load the solution and bad feedback. MSBuild Command Line very light but it is imposible to know what is going on with your build. Regards, Gaston ...Show All
Windows Forms Binding a combo box to a data set
Hi, I am trying to just list some columns in my dataset by binding it to a combo box in windows form application. I can easily do that in a web application. But really doesn't seem to work as a windows form application. Label1 and label3 lists the values in my dataset. But label2 displays it as a DataRowView object. Could any one p ...Show All
Software Development for Windows Vista How to avoid multiple Runtime Instances?
Hi there, We're building a SmartClient application. It's a Windows Forms client, that communicates with the server via webservices. When two clients communicate with the server, IIS created two threads when calling the webservice, to complete both requests. We're using a State Workflow where each instance runs for several weeks. So we persist into SQL-Server 2005. Now I want to do something in each request with WF. I create a Workflow Runtime. As I understand, both requests will create a runtime instance. Funny thing is, both request the same workflow instance, and do some actions on it. For example, one throws it into the next stat ...Show All
Windows Forms Doesn't paint
Hello together! I just created a Visual Studio C++ project created a graph and a pen and called the function drawline and drawrect. The problem is that it doesn'T paint anything. printf() works. If anybody has an idea what I could do to make it paint pls let me know. Thanks Yea that's not going to work. First of all you will need to handle the Paint event of the MyControl and add your painting code in that method. Second all of, you will need to add MyControl to the Controls collection property of a form. ...Show All
SQL Server Change Pie chart color
Hi, I am using SQL Server 2005 Reporting Services. I need to change the Pie chart data element colors depending on the value for the data element. eg: Yes should be in Green and No in RED Assuming that you have two data fields / values in the chart, one for Yes and one of No - you could just edit the data values, go to the appearance tab, click on the series styles button and set the Fill Color to Green and Red, respectively. -- Robert ...Show All
Software Development for Windows Vista Installing Visual Studio 2005 Pro on to Vista Beta2
hi I am currently trying to install Visual Studio .net 2005 Pro on to my vista beta 2 machine and its comming up saying that Windows XP SP2 is missing and its a min requirement. could this be becuase i am installing Visual studio that i got free for attending the Ready to launch tour here in the uk warmest regards Kenneth Were you able to find a solution I'm having the same problem and I'm starting to think no one else is going to post... ...Show All
Visual Studio Team System Why does MSMDSRV.EXE still take up to 20% CPU?
Even after changing the RunInternal to 2 hours as described here http://blogs.msdn.com/buckh/archive/2005/04/19/409886.aspx and restarting TFSScheduler, MSMDSRV.EXE still takes up to 20% CPU and 160MB RAM. Is this normal behavior How can I see what it's doing Thanks, Rossen 160MB is normal. 20% CPU is not if this is what is happening on average. This might be due to trashing if you are using a data tier with very little RAM. You can check that the warehouse interval has been successfully updated by changing the log setting to verbose and look ...Show All
Windows Forms Hide column if no data present in row
I have a datagrid which I am using a DataGridTableStyle to format. I'd like to hide a column completely if there is no data for that row. Is that possible For example: Col1 Col2 d d shows both columns Col1 Col2 d <NULL> only shows column 1 Thanks, Dawn Hi, You could set the width of that column&nb ...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. Does anyone have an example to create a report based on a parent-child dimensions Thx ...Show All
Visual Studio Express Editions Can Visual Basic 2005 read and write to an excel xls file?
Can Visual Basic 2005 read and write to an excel xls file Can it do it without an addin or is there an addin/snippet available thanks scott It most certainly can, has to be able to really since you script excel with VBA. Read these articles http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_xl2003_ta/html/odc_XLxmlhowto_.asp http://support.microsoft.com/default.aspx scid=kb;en-us;285891 and download the example code. ...Show All
Visual C++ How to interrupt a continuous plot?
I am using visual C++ 6.0 to program a data acquisition system. I am continously plotting data within a loop but am unable to access the file menu (or any menu) during the plot. It seems that any other inputs are blocked during plotting and it doesnt allow access to a user input to stop the acquisition. Any suggestions would be appreciated Cagla This is very difficult! Interrupting painting, or making painting reentrant. You can use another thread. But you need special techniques because you cannot pass the DC to the other thread. Also your WM_PAINT message arrives in your main ...Show All
Visual C++ Using Dr Watson for debugging with vc++6.0
Hi there, i'm kinda new to this so please help me out I've got an application which has a random crahs, problem is its occuring on a few of our customers machines but we're unable to repeat it, i'm sure i read somewhere that i can ebale somethingin the project that will allow a dr watson file to be produced whena crash occurs and this should at leats point me in the right diretion of what is actually broken Can anyone out there point me in the driection of what to switch on / setup so when this crash occurs something will dumped out about what is broken cheers andy Start DrWtsn32.exe. Select creation of a du ...Show All
