JazzGeek's Q&A profile
SQL Server Is it possible to Remove the Properties Tab from the report?
Dear Anyone, Is it possible to Remove the Properties Tab from the report in report manager I would like the users not being able to see the properties tab whenever they access a report. How does one go about this Thanks, Joseph Put it in an I-Frame in an ASP web page. If you use the parameter rc:Toolbar=False then the users cannot see the properties at the top of the report. i.e. < iframe id ="Classes" ...Show All
Visual Studio Team System Modal Web Forms
Hi, We have modal web forms within our ASP.NET web application and we are not able to record scripts for them (no script is recorded). Is there a way to make the script recorded work with modal forms Thanks, Jesudhas That's right. window.showModalDialog does not raise the NewWindow/2/3 events. I'm not aware of a way to capture them. We're solving this limitation in the Web Test Recorder a different way in ...Show All
Visual C++ Integer data types sizes for 64bit C++ compiler
I want to check compiler generated sizes in bytes for'int' and ' long' data types: for example, in 32bit compiler: - int is 32 bit - long is 32 bit The question is - what would be the sizes in 64-bit Microsoft C/C++ compiler and 64-bit Microsoft C# compiler For 64-bit C/C++ compiler, would 'int' be 32 or 64 How about 'long' Would that be 32,64, or 128 Thanks, ..Pradosh ints and ...Show All
Windows Forms Firewall/Proxy Question
Should I be able to use the .Net Terrarium in Terrarium Mode behind a firewall Yes definitely. I commonly run the Terrarium client in Terrarium mode on my laptop without even a network connection. The new version update check&nb ...Show All
Windows Forms Visual Inheritance
Dears, I created a base form containing few ToolStripButton and panels, but another (mdi)child form can't show all these controls after inheriting the base form. Is there any properties need to defined first, or Bring To Front (I can view it successfully in Designer Mode of VS2005, but not in runtime... :( Thanks, One thing you need to take into account is that your derived class needs access to the fields in th ...Show All
Software Development for Windows Vista JRTPLIB in DirectShow filter
Hello Fellow Developers, I have a simple query Trying to send data over the network using jRtplib in the directshow filter. Sender side: Source>>rtp source filter>>>null renderer rtp source filter is a transform filter, in the transform function i send the packet and all the network connectivity is done in the constructor. reciver side: rtp Client filter>>video renderer rtp client filter is a source f ...Show All
Windows Forms Creating a shape for a window
I know how to make a window a certian shape and dissable the title bar but how do you allow it to be moved in the same way as a normal window. Like lets say i make a window that is shaped like a cd and it has no&n ...Show All
Visual Studio 2008 (Pre-release) XAML & Visual Web Developer Express
i have downloaded some sample applications and some of them won't run because the XML tags have now been superseded in the latest release candidate. is there a documentation resource where I can see which nodes are available, e.g. ViewBox etc., and what attributes they accept to help me when I am coding my XAML Install VS "Orcas" preview and you will get intellisense in the VS' xml editor. If yo ...Show All
Visual C++ Beta 2 error, Project : error PRJ0003 : Error spawning 'cmd.exe'.
Hi, I've just installed the new visual c++ beta 2, and I get this weird error when compiling a project. ------ Build started: Project: FindWeights, Configuration: Debug Win32 ------ Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at " file://c:\My\Active\FindWeights\Debug\BuildLog.htm " FindWeights - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ===== ...Show All
.NET Development Socket, detect message boundaries for objects - working code?
Hi, I'm stuck with a problem that is bugging me for days. I'm custom serializing objects and sending them across async TCP sockets. However, I have a problem deserializing messages when the receive is split up in different packet sizes and I just can't figure out how to get it right. The problem is, that all works fine for a couple messages but then the header size is read incorrectly (I'm sending a header for each messages that tells the length ...Show All
Visual Basic get ip address using vb.net in aspx page
I tried the asp.net forum, the link is broken. I need a little help collecting the host ip using vb in an aspx page. I tried adding Imports System.Net at the top of the page. The error returned was DNS not declared. Here is what I had; <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title></title> <meta name="GENERATOR" content="Microsoft Visual Studio .Net 7.1"> ...Show All
Visual Studio Express Editions error help plz
howdy i am new to this and am doing the microsoft vb express tut i am on number 1 of the tut and i am following him along this is the first bit of code we write Messagebox.show("hello world") then he clicks start debugging up the top to look if it works then looks like a play button everything starts up for him then when i do it i get this error ''Error trying to run project: unable to start debugging &n ...Show All
Smart Device Development Can i use transcriber into an CF2 application ??
Hello, I have searched a lot but i dont find that.. I would be use the transcriber into my application. do you know how to use a dll or the transcriber engine. In my application i would use the transcriber but without display the toolbar. I would too use the transcriber just into a panel.. Do you think it' possible to do that (excuse me for my bad english..) Thx. Any of your applications can benefit from Transc ...Show All
.NET Development database
Hi, 1)How can I get the names of the databases in sql server 2005 2)How can I get the names of the sql server machines Thanks 1-Query the SysDatabases in master. I believe there's also a dynamic management view but I don't know it off the top of my head. 2-http://www.dotnetjunkies.com/WebLog/sandeshmeda/archive/2006/02/24/135577.aspx http://search.msn.com/results.aspx q=List+Sql+Servers+on+a+network&am ...Show All
Visual Studio 2008 (Pre-release) Scope of IQuerable<DataRow> object
I am trying to make a JOIN between an array of Objects and my DataTable, this is my array Customer [] sArray = { new Customer { CustomerName= "ABIOL" , City = "London" } , new Customer { CustomerName= "Check Customer" , City = "Dubai" } , new Customer { CustomerName= "ABIOLA ADIO" , City = "Karachi" } }; and consider the DatTable with two column ...Show All
