RevZ's Q&A profile
Visual Studio LocalReport ReportViewer FireFox Overlapp Problem
Hi, I have a local report in asp.net that works fine on IE. I have read the posts about placing the textbox inside the report to combat the firefox shrinking tables of data inside reports. This has solved that problem. My current problem is that the report in firefox overlaps the border of the reportviewer and overlapps some text outside the reportviewer control. This is working fine in IE. I have tried various options of Height=100% and asyncrendering=true/false but cant seem to get it to work for both IE and Firefox. Code below: < rsweb : ReportViewer ID ="rptHealth" runat ="server" Font-Names ...Show All
Smart Device Development background services
http://www.pocketpcdn.com/articles/services.html is this still up to date somebody who has experiences withit Even better, does somebody understand it :) and knows how to use it. The sample files can you find below. I want an alltime backgroundservice that for example always on 3 o' clock do function. ...Show All
Visual Studio Team System MSF for CMMI, Beginner
Dear All, Pleased to join this forum, I am intersted in MSF, actually I was plannig to get the v 3.0 certificate but then I read that v 4.0 will be so different and it will be better to wait and see as new MSF 4.0 is for CMMI, I just downloaded "MSF for CMMI process improvement" content , is this the only avaliable material for MSF 4.0, and is there any workbench or tool to use to adhere to MSF 4.0 principles other than VSTS, please also I need to know what's the optimal route to take to master MSF 4.0, kindly advice, Thanks in Advance. I'm not sure what you mean by "optimal route" but I can answer some of your questions. VSTS is not t ...Show All
Visual Studio Different behavior between .sln and .sln.proj file
Hi I just discovered an interresting issue. I have created my own targets file that are called from my project file called Testproject.proj. I have changed the import line in the proj to look like this <Import Project="$(SolutionDir)..\MyCustomTask.targets" /> The interresting thing is that when I run my Msbuild command on the solution(Testsolution.sln) that contain the proj file it does not resolve SolutionDir correctly. But when I run MSBuild on the generated Testsolution.sln.proj SolutionDir does resolve correctly. Here is the output with the command: MSBuild Testsolution.sln Microsoft (R) Build Engine Version 2.0.5 ...Show All
SQL Server Cannot Start SQL Server Database Services - SQL Server Express April CTP
I am new to SQL Server. I tried to read as much as possible in newsgroups prior to this post. I have tried several different ways to install this without success. The last time I attempted to install as a local service and I unchecked hide advance configuration. I am running Windows XP SP2 with all the latest updates. Is there a solution to install this properly Any help would be greatly appreciated! -------------------------------------------------------------------------------- Machine : ServerName Product : ...Show All
Windows Forms DataGridView Image Columns
I have been pulling my hair out on this one and decided it was time to post it here after Googling for countless hours without finding an answer to my problem. I have a simple databound datagridview that I am trying to display an image on a cell by cell basis based on the cell value (stop, started, finished) etc.. The values are int values and so far I have been able to get it to work but I have noticed lots of flickering while using the grid and lots of mismatched images being displayed for the underlying cell value. Any help would be much appreciated... private void dataGridView1_CellFormatting( object sender, DataGridViewCellFo ...Show All
Visual Basic SmtpClient vs SmtpMail
Hi all, When i try to send an email via this little code snippet, everything works: System.Web.Mail.SmtpMail.SmtpServer.Insert(0, "mailhost.medialaan.vmma.be") System.Web.Mail.SmtpMail.Send(" somebody@company.com ", "noone@company.com ", "test", "test") Because the SmtpMail became obsolete, i try the new System.Net class as follows : Dim myMail As System.Net.Mail.MailMessage Dim client As New SmtpClient() client.Host = "mail.company.org" myMail = New MailMessage With myMail & ...Show All
Visual Basic Can VS 2003 and VS 2005 Coexist on the same computer?
Hi, I've got a major project in production on my computer that was designed in Visual Basic .NET 2003. I want to upgrade to 2005, but during the process of making sure everything works properly I still want to have 2003 available to make my changes if need be. Can I have both versions installed on the same computer Does the .NET Framework get updated in 2005 in such a way that it will mess up programs compiled in 2003 Yes, VS2003 and VS2005 can be installed on the same machine. Of course, this also applies to .NET 1.1 and 2.0. Visual Studio is even smart enough to open the correct version if you ...Show All
Visual C# Files And Folders
Ok. What I would like to know is how to search the computer for all folders, and place the location of each folder in a listview. Of course, sort them. In one listView, contains the text files, and in another, contains the pictures. Can someone help me. ...Show All
Visual Basic Possible to have multiple comboboxes databound to same table?
I've been struggling with this for some time now. It appears that when you use databinding on a combobox in VS2005 (vb.net), the combobox ends up acting like a record navigator. I have a form with about 15 comboboxes on it. I would like to have all of them use the same table for the list of "display members" and "values" that they show to the user. Currently, if I set the datasource of them all to the same table, making a selection in one will also make the selection in the rest of them. Is it possible to work around this so that they can all use the same table and still remain independent of each other Am I just g ...Show All
Software Development for Windows Vista WinFX RTC December 2005 Not working with December Vista SDK
There's a problem with the WinFx RTC download for December 2005. The links on the page http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en There's a link to download the entire WinFx RTC package instead of the "smart" installer. http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe I checked the time/date stamp in the downloaded files from the WinFX RTC and the Dll's are all from 11/18/05. this is for the WinFX RTC that is linked on the downloads page indicating it was December 2005 WinFX RTC. This happens wi ...Show All
SQL Server cannot login
Well, I've tried every suggestion by helpful people in connecting to a database I created, to no avail. I created a db, called, nodes10.mdf. Test connection works. Right now I get: Cannot open database "nodes10" requested by the login. The login failed. Login failed for user '<server>\<user>'. Before you call me on my syntax, the problem is with logging in , not my insertString. code: SqlConnection conn = new SqlConnection("Data Source=NORBY11\\SQLExpress;Integrated Security=SSPI;Initial Catalog=nodes10;Connect Timeout=30;User Instance=True"); string ndeText=numberNode.Text; string insertSt ...Show All
Visual Studio Adding a reference to a website project by automation
Just in case... The way to add a reference to a website project is different that for others projects. I wrote here how to do that. ...Show All
Visual Studio Express Editions Serial port properties NOT binding.
There seems to be some problem (bug ) with the serial port properties binding. I have : Baudrate, Databits, Handshake, Parity, Portname and StopBits set up as binding, the little binding symbol appears next to the name and also they are all listed under the Application Settings. Of all the above only the HandShake (Flow control) is properly saved on exit and restored at startup, all other values for the serial port revert to the default state rather than the state on exit. Other settings for other controls are all saved/restored ok except the above. Can anyone one shed any light on this please Perhaps someone who uses serial ports can try it ...Show All
Windows Forms Defining Common functions for inherited forms
Hi, I am trying to use inherited forms, to give my application a consistent look and feel. However, I am having some problems trying to work out exactly how to go about it. I have defined my base form as: Class BaseForm Inherits Windows.Forms.Form ... Private Sub Next_Click(...) handles Next.Click if ValidateForm() Me.Close ...Show All
