Mark Sellars's Q&A profile
.NET Development BinaryWrite problem
Hi all We have serious problem write pdf files to browser. Our development enviroment is windows 2003 std with sp1, Framework 1.1, VS2003, and we use dynamicpdf for NET components create pdf from data (Oracle 9) We write stream to browser (Response.BinaryWrite) and it's works fine with Firefox ja IE 6. Also we have test and product enviroment (windows 2000 server with sp4, Framework 1.1). Both enviroment works with Firefox but with IE6 doe ...Show All
Visual Studio Team System TFS B3R Data Folder -- What is it?
We just got done installing the Beta 3 refresh and noticed there is a folder that was created as C:\Data. No where is the install did we specify this as an install folder. The folder has several nested directories with names like 0a that contain several files like 0a00.md. What is it How big does it get Is it temp data that can safely be deleted The rest of Team Server is installed on other drives which have tons of drive s ...Show All
Windows Forms Gridview and getting current row/cell
This is a truly stupid question. I have done this a million times with 1.1 and asp.net but cannot figure out how to do this using .net 2.0 and a WINDOWS application. Basically I have a gridview control which contains some records. The first column contains the primary key for my record. When the user clicks on a row I want to extract the value held in the primarykey column so that I can get that record from my dataset and display ...Show All
Visual Studio Express Editions How to make the cd drive open.
I know this is possible, but i'm not sure how to do this. How do i make it so the cd drive opens and closes when the program is running. i need to annoy this kid at my school but i can figure out how to make the program work. http://pinvoke.net/default.aspx/winmm.mciSendString Contains the VB Code to make the CD open and close - where you put it in you program is up to you. ...Show All
Visual C++ How Design Line(or Function like Sin(x)) in Picture Box??
Hi! I don't Know that VC++ has a control for design line or... like VB please help me! I just can design line on DialogBox.I want design in Static variable (like PictureBox or StaticText). Alireza_Izadimehr wrote: Hi! I don't Know that VC++ has a control for design line or... like VB please help me! I just can design line on DialogBox.I want design in Static variable (like PictureBox or StaticText). ...Show All
Visual Studio Express Editions newbie question about data sources
What can I use as data sources I am attempting to build a stand alone data base app that will me to keep records of individuals we come into contact with. I don't have ACCESS. Can I use spredsheets as data sources Any help will be greatly appreciated! Hi, You can try downloading SQL Express edition. Below is the link. Link: http://msdn.microsoft.com/vstudio/express/sql/download/default.aspx Regards, Bhanu ...Show All
Visual Basic AnalogTVTuningSpace and MSVidCtl
I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All
Windows Forms Complex Data Binding in VS IDE
I have a dataset made of 5 Lookup tables. The dataset is filled with a stored procedure. The first table in the dataset is made sp_getInfo, the same name as my stored procedure. The second table is "Table 1", etc.   ...Show All
Visual Studio Express Editions Distributing Apps Build Using VB Express
hi, is it allowed to distribute freeware apps/components built using VB Express 2005 thanks, AB For the beta2 range there was a go-live licence . If you sign this you can distriute any application, free or otherwise. Cathal ...Show All
Visual Studio Tools for Office VSTO lab2: Doc.Saved always true
Hello all, I'm a newbie of .NET world and sorry for my english. I'm trying to do the "Lab2: Adding Functionality to Word Document Solutions in Visual Studio .NET 2003" and I have a problem about this code fragment: "Private Sub ThisApplication_DocumentBeforeClose( ByVal Doc As Microsoft.Office.Interop.Word.Document, ByRef Cancel As Boolean ) Handles ThisApplication.DocumentBeforeClose If Doc Is ThisDocument And Do ...Show All
.NET Development Problem with HttpWebRequest after Form Submit
hi, i have been trying to pass the post data from one aspx page (page1) to another (page2), get the response from page2 and display the result. But as soon as i submit the form on page1 it gives me error System.Net.WebException: The remote server returned an error: (500) Internal Server Error . my code is something like this: the page1.aspx page has few inputboxes and submit button. Codebehind ...Show All
SQL Server DataTransfer Error
I have written following lines of code, but when TransferData() method is called, it generates error "Property LoginSecure cannot be changed or read after a connection string has been set." Can anybody help me Thanks in advance.... Code: //1. Create Transfer Object Transfer transObj = new Transfer (); //transObj=new Transfer(server.Databases[fromdatabasename]); transObj.DestinationLoginSecure = false ; ...Show All
Visual Basic Video from streem of images
Please help. How can I create video from streem of images and save it Here is an article that shows how to create and edit avi files. Sorry I only know where there is a c# version of the code. http://www.codeproject.com/cs/media/avifilewrapper.asp ...Show All
.NET Development How can remove the xml name space attribute from query result in SQL 2005? Many Thanks!
How can remove the xml name space attribute from query result in SQL 2005 Many Thanks! I store a XML content into a typed XML field in SQL 2005 database, when I run the code below, I get the Result 1. I hope that the xml name space attribute isn't diplayed in query result, it mean that I hope to get the Result 2. how can I do select Bookmark.query(' declare namespace x=" http://www.hellocw.com/onlinebookmark";//x:Bookmark[@Id="f8dce8hj-846c-4e ...Show All
.NET Development Where is Data Reader?
Good day; where is data Reader in Tools as data grid why i must use data reader by CODE only Thanks; A DataReader is not something you instantiate directly. You create a DataReader by calling the ExecuteQuery method on a Command object (SqlCommand, OracleCommand, etc.). You can use a WebForms DataGrid to turn the contents of the DataReader into HTML. I hope this information proves helpful. ...Show All
