Software Development Network Logo
  • Visual C#
  • Visual FoxPro
  • Smart Devicet
  • SharePoint Products
  • IE Development
  • Game Technologies
  • Audio and Video
  • Visual Studio
  • Windows Vista
  • SQL Server
  • .NET Development
  • Visual C++
  • Windows Forms
  • VS Team System
  • Visual Basic

Software Development Network >> cbowman's Q&A profile

cbowman

Member List

joeydj
fiaolle
Jose Osorio
Christoph Wienands
mateus_queiroz
Handra
Fahd
ahallowell
bslim
Scott Coffey
Felipe Heidrich
john_frener
Niksta
Pragmented
Joseph Moraise
fruce
Alin Constantin - MSFT
&#59;lkj&#59;lk
ReneeC
Bruce Barker
Only Title

cbowman's Q&A profile

  • SQL Server navigate to another target

    Hello, I have an html page which has a frameset with two frames named: "reportFrame" and "browserFrame". the "reportFrame" is an aspx page which contains a reportViewer opening a report which has a table. I want from this table's rows to navigate to a url, but that the new url will be opened in the "browserFrame" frame. If I use the textbox properties->Navigation->Jump to URL, the parameter which is passed there is the soure of the new url. the question is if there is any option to pass also the target, something like: target="secondFrame" Thanks a lot, Talia. talia, Would you please tell me how did you resolve it I am encounteri ...Show All

  • Visual Studio Printing CrystalReports

    I want to print a report from CrystalReportViewer directly, like in ReportDocument method PrintToPrinter, whitout showing any PrintDialog. Any suggestions I thought so.. I didn't want to use ReportDocument because I had problems with passing parameters to my report with subreports connected to DataSet . Since ReportDocument.ParameterFields is ReadOnly i tried the method ReportDocument.SetParameterValue("id", 4525) but still I was asked to pass all parameters... I used CrystalReportViewer: ParameterFields myParams = new ParameterFields(); ParameterField myParam = new ParameterField(); ParameterDiscreteValue myDiscreteValue = new ParameterDiscreteValue(); myParam.ParameterFieldName ...Show All

  • Software Development for Windows Vista Writing only selected frames in AVI?

    Greetings, I'm trying to pass to file writer filter only selected frames from a stream. I have written a transform-in-place filter that passes through only those frames that I need, but file writer writes the same frame several times (instead of writing it only once and waiting for the new frame to arrive). How can I invalidate frame once it has been written so that it won't be written again Thank you in advance, Murom Hi Michel, I have tried to specify AvgTimePerFrame in my GetMediaType() (I have a transform-in-place filter), but for some reason GetMediaType() is not being called at all... How could that be I thought that in the process of negotiations this must be called for sure. Please - any ideas ... Mur ...Show All

  • Software Development for Windows Vista What is my next step

    hey folks. I've installed VISTA RC1 5744, installed my software, tested it. What do I do next Do I just say "it works" and then put a sticker on the box for the next print run I'm only taking the steps towards getting the "Works with" vista logo for this batch of products that I am testing. All help appreciated :) Thankyou Maarten, I thought there was something wrong as the message on my page is: Beginning in August, you will be able to submit to Microsoft a standard test report that includes such information as the test conditions, success and failure information, and the list of use case scenarios that were tested. More details coming soon! which ...Show All

  • Visual Basic How to modify the Code Comment Symbol

    How do you modify the visual studio 2005 visual basic code comment symbol so that the ide will insert "continuous" apostrophes rather than 2 apostrophes and a space and 2 apostrophes and a space ...ad infinitum Visual Studio 2003 visual basic inserted consectutive apostrophes without any intermediate spaces !!!! e.g. what it does now (inserts a space after 2 apostrophes VB2005) ' ' ' 'code line 1 ' ' ' 'code line 2 e.g. what I want it to do ( does not insert spaces after any apostrophes VB2003) ' ' ' 'code line 1 ' ' ' 'code line 2 Hi, Joe, Just to set expectations, nothing regarding commenting is likely to change for the version we're currently working on (as my compiler/ed ...Show All

  • .NET Development Accented Characters

    Hi, I have a question for accented characters. For example, when I am doing regular expression match, how can I match "A" against all accented characters "AAAAaaaaaaa" I have tried all possible options in RegexOption enum, but nothing works so far. I know in SQL Server full-text search you can setup accent insensitive, so I guess I can do the same thing .NET. Could someone please tell me how. Thanks, Ning Ning wrote: This is a funny answer, but seems no way around this. I have grab an exhaustive list for accented characters and litereally match again things like this. So awkward! .Net has to treat this as a fix in their next service pack! The answer is not f ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. how do i learn to write games 4 mobile

    a basic question on how yo start writing codes 4 mobile games ...Show All

  • Smart Device Development Manipulating Excel from .NET on PDA

    How I can operate Excel from .NET Compact Framework programs ...Show All

  • Visual Studio SDK Install fails with Error Code = 2 if I have a subst drive.

    A comment about the install, in case anybody else has the same problem. I had a B: drive created by a subst command. The SDK install failed with an Eror code = 2. I had to remove the subst drive before the install would complete. Mark ...Show All

  • Visual Studio Express Editions the transaction manager has disabled its support for remotenetwork transactions.

      Hi pal's...  I had developed application in C#.Net1.1 Version1.1.4322 in windows2000. The application is executing fine when i installed and runned in same OS. But i am facing mentioned problem when running in WindowsXP-version2002-Service Pack2. the transaction manager has disabled its support for remote/network transactions. Our archetecture as follows: -MS-SQLserver2000Database running in different system of Windows2000. We are connecting to the system through LAN. -Our .Net application is also running on Windows2000 with com+ service -SetUp package is built on Windows2000. ===========following exeception Occred====== See the end of this message for details on invoking just-in-time (JIT) debugging ...Show All

  • Visual C++ Printing a string on printer without using doc/view architecture

    Hi all: For one of my applications, I need to print a line of text on default printer (usually on a dot matrix printer). I don't want to use document/view architecture for this or don't want to show std printer dialog. How can I do it using VC++ 2005 I read StartDocPrinter/StartPagePrinter/WritePrinter... methods, may be these are the functions I need for this purpose. But I have problem understanding how to open/initialize printer before using these methods. Expert help and a concrete example may help me better understand them and solve my problem. Thanks. Here is everything you need to know: http://www.codeproject.com/printing/printing_wo_docview.asp ...Show All

  • Visual Studio Help With Installing Visual Studio 2005 Professional

    Could someone please tell me step by step what I need to do in order to install Visual Studio 2005 Professional. I have downloaded the En_vs_2005_Pro_90_Trial.img file but from here I am completely lost. I am looking for some way to install this program into my computer without having to purchase the ISOBuster software or possibly any other software for that matter. I am a total newbie to any sort of file like this (.img) and just about everything I have read concerning it confuses me. I do have a CD burner but I don't even know how to use it, so when I read about burning the VS2005 file to a CD I am lost here also. If someone could explain in laymen's terms how I can install this file into my machine I would greatly appreciate it ...Show All

  • Visual Studio Express Editions Problem when using SerialPort.GetPortNames

    General Information about my hardware/software. Using a Acer Aspire 5670 laptop running XP Home (fresh install from mfg. software) with all the latest Microsoft service packs installed. Using Visual C# 2005 Express. Net Framework 1.1 and 2.0, Net Framework 2.0 SDK installed. I have uninstalled the Widcomm bluetooth stack (from laptop mfg.) and now using the Microsoft bluetooth stack. In general my laptop seems to be working OK. In other words, no problems at the moment (Knock on wood) Now my question/problem.. When using SerialPort.GetPortNames the string[ ] containing each Com port name/number is returned corrupt. //My tests for list of serial port names. //Using all of the following returns the same corrupt string during debu ...Show All

  • Visual Basic Form & Picturebox sizes

    I am trying to set the sizes for the form and the picturebox to the size of the image displayed.  The picturebox is set to a random varible from a listbox of images.  The code I know that works is below but the problem I'm having is that it sets it to size of the image before the current image and on and on.... Form2.PictureBox1.Size = Form2.PictureBox1.Image.Size Form2.Size = Form2.Picturebox1.Image.Size Here is the code I have so far for the rest of it... Static number As Integer = 1   <-- If Code is inserted here the same problem occurs Try Form2.PictureBox1.ImageLocation = ListBox1.Items(number) <--Inserted here same problem. Catch ex As Exception Timer1.Stop() MessageBox ...Show All

  • Visual Studio 2008 (Pre-release) PeerChannel PNRP LinkLocal IPv6

    That's a lot of topics for one subject line, but then I have a lot of questions. :) I notice that when I use a net.p2p address with PeerChannel that it uses the Global cloud. If I want to register a mesh as LinkLocal only, is this possible with WCF If not, then it seems a possible solution (depending on the application) would be to publish a global cloud name that only a local subnet would be likely to derive. Not being an IPv6 guru myself, is there something I can use on a given link that every member of the link would agree upon without first having communicated with each other Perhaps a custom resolver would be a better solution Finally, is it possible to use a secure PNRP name with the PeerChannel or does it always prepend &qu ...Show All

©2008 Software Development Network