Hector's Q&A profile
Windows Forms Marquee progress bar not working in VS 2005
Howdy all, In VS 2005 I put a progress bar on a form. I set the style to Marquee, but can't figure out how to make it run. The progress bar is always blank. I want it to just scroll continuously because the time it takes for the background operation cannot be determined. I'm running Windows XP Pro w/ SP2 and .NET 2.0 (I already read the thread about the Marquee style not working in Windows 2000, that's not the problem he ...Show All
Windows Forms CrystalDecidions.CrystalReports.Engine HELP
I need this namespace in order for my program to run properly but when I try to add the Imports line in the code it says this Engine doesn't exist so hopw do i get it I have recently figured out that Crystal Reports ...Show All
Visual Studio Display the current date in a report
Hello, I added a textbox in a report. The value property of this control is setted to =Now(). But it doesn't work at all. I get an error: HRESULT 0x80131418 Isimply want to insert the current date to the report....could you help a new Reporting control user Best regards, Today will do : =CDate(Today).ToString("MMMM dd , yyyy") Good Luck, Long ...Show All
Windows Forms App help
Hi, I've created help for my app: several .html pages, table of content & compiled it by HTML Help Workshop downloaded from MSDN. Everything works fine with .chm file. But how to connect my app with this .chm file I've menu with&n ...Show All
Windows Forms data binding to a photo with sql server 2000 in c#
hi all, the question as above anyone can solve the problem I appreciate your time in responding. Ok let me see if I understand. I already have a table in the database with a column datatype Image I already have a dataset derived from the table I already have a datalist derived fromt he dataset with an image lable from the table. It generated update functions and I am suppose to manually change the updater from byte[] ima ...Show All
Visual Studio FPSE Version Number question
All: Having recently installed W2K3Server SP1 (32-bit), I've have noticed that our FrontPage Extended Webs now report that they are running version 5.0.2.6738. According to the FPSE website from Microsoft, the following holds true: 5.0.2.6738 The version of FrontPage Server Extensions 2002 for Windows x64 editions only. (emphasis mine). Now, this tells me that my 32-bit version of Windows Server 2003 SP1 is runnin ...Show All
SQL Server Custom error messages
Some of our reports use a stored proc as the source for base data. The proc contains RAISEERROR statements to handle error scenarios. Is there a way in which I could display the message that is output from the RAISEERROR statements in the report Thanks ...Show All
Visual Studio Team System Project creation problem
OK I'm probably being dense here. Installation is a single server with reporting services, sharepoint, SQL all running. I can get to the relevant pages. The client can see the server and ping it over the network. Both are in a W2K3 domain and the DC is running SP1 as is the VSTF Server. tfssetup and tfsservice are both local admins and domain admins so should have all the necessary permissions. I'm logged in using the tfssetup account (tried als ...Show All
Visual Studio Team System Debugging a test doesn't recognize changed code
I'm wondering if anybody else is seeing this behavior. I have a test project consisting of 50+ unit tests for a class I wrote contained in a separate project in the same solution (for now). If I run my tests and one fails I normally end up selecting the option to rerun the failed tests with debug so I can step through the test and ultimately through the underlying class code. Here is how I normally work: 1) Run all tests 2) Pi ...Show All
Visual Studio Express Editions Where's my form?
I created a form (Called "main") in my project, saved and closed the project and now when I open the project, the only object in my Solution Explorer is "Main.vb" which of course contains all the code for the form. I cannot edit the form like I could before. Am I missing something major about the functionality of the Solution Explorer Help! Thanks! -Brian Hi, i think i know what ...Show All
Visual Studio TechEd excercise Improving Code Quality of a Code Template
Hi , I am a newbie to GAT and struggling to get "Improving Code Quality of a Code Template" section of the GAT excercise working. I have ensured that i have the latest copy of the teched example installed. I modified the code given for t3 template to t4 compatlible. I also followed the steps mentioned in the manual, but got the resultant string as ConfigurationManager.Connectionstrings[Propertis.Settings.Default.MyDatabase.Properties.M ...Show All
.NET Development Retrieving XML from SQL Server DB using DataRead
Hey howzit guys, I have a SQL Server 2005 Express table in my database with a field of data type XML which is storing my XML. I want to retrieve this XML from this field and load it into an XMLDocument. How can I achieve this using datareader, see the code below which does not work properly. public CustomCollection < LSPForm > GetAllFroms() { SqlCommand cmdRetrieveAllForms = new SqlCommand ( "Forms_SelectAllForms ...Show All
Visual Studio Express Editions reconstructing variables into memeory
Greetings, I finally have figured out how to send 8 bit chars over my serial port. Thanks to all who helped. Next battle: I am communicating with an 8bit microcontroller. My compiler for the microcontroller allows me to generate integers larger than 8 bits. ie 16, 32, float ect. Lets say I have a 16bit variable in the microcontroller. It resides in two adjacent 8bit memory locations. I can send this variable out of the microcontroller over ...Show All
SQL Server Real Time ROLAP different then ROLAP
What is the benefit of setting the proactive cache to Real Time ROLAP. Wouldn't this be the same as ROLAP. Confused on why there is such an option. Books online doesn't seem to answer it clearly. Proactive caching adds the ability to automatically detect changes in source data and update Analysis Services objects appropriately. In the case of Real-Time ROLAP (which was also an option in AS 2000), ...Show All
Visual Studio How can I catch "Add a breakpoint" event?
My add-in need to do something with the breakpoints, but I can not get the event when a user add a breakpoint to the program, both in design mode and running mode. any suggestion is welcome! Unfortunately there's no event that will tell you when a breakpoint has been added. However, it may be a workable solution for you to create a handler for OnEnterBreak and/or OnEnterRun mode. At this point you can enumerate through all the breakpoin ...Show All
