G. Mustafa's Q&A profile
Visual C# Multiple user controls
Help! I am trying to figure out how can I setup a report page. For example: 1. radiobutton (run entire report) 1. dropdownlist (run by regions) 2. textboxes (start/end date). 1. button (submit) The user can choose select the radiobutton, run the entire report, OR run the entire report by start/end date OR choose to run the report by regions. Am trying to do this all within ONE button event. I know once I see it, it's simple. Thanks.. ...Show All
Visual Basic using VB2003 to convert a text file into graphical format
hi! does anyone know how to use Visual Basic 2003 to convert a text file into graphical format tks alot for the reply!! ...Show All
Visual Basic What is the best means to FTP files?
Hello, I am wondering what the best means would be for me to FTP a file using VB. Don't suppose there is a quick easy command that I am missing. Thanks, Aludaan I hope I have some better news for you this time. I don't know whever you are using VS or an Express release but if you are using VS Beta 2 and I hope you are because it's beautful.... There is an FTP example in basic very close to you. If you look in & ...Show All
Visual Studio Tools for Office Moving text within a document without using the clipboard
Hi, I am trying to move some text within the document, but without using cut/paste. In Word it is possible to move text by selecting it and dragging it with the mouse. The same thing is achievable using the keyboard by pressing F8 to select some text and then pressing F2 to select the place to move the text to. Under the covers Word enters what is called "special mode", and the boolean property Application.SpecialMode can be quer ...Show All
Windows Forms Streams and Files
Please help Very Desparate: I must be missing something obvious: I use the following code to read a Crystal Reports file: Dim path As String = "C:\OrderDetails.rpt" Dim inFile As IO.Stream = IO.File.Open(path, ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Sound
Hello Everyone, I have a problem I want to make a program on VB.net and I want A sound ( any sound ) I want a buttion and I want sound to play when I push that buttion See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=132288&SiteID=1 for example ...Show All
Visual Studio 2008 (Pre-release) Indigo Installation Problem ( Very Urgent)
I downloaded the software from MSDN Subscritpions WinFX SDK - Community Technology Preview 1) winFx Runtime Components – September 2005 CTP(English) 2) winFx SDK for the WinFX Runtime components – September 2005 CTP( English) I downloaded these two , First One contains Setup,when I run that one iam getting setup Error. Iam getting the same error which is mentioned in this site( http://www.ureader.com/message/867599.aspx ) but they su ...Show All
Visual Studio Error: "data\rights.dat is already open"
Hi, I've just installed Visual SourceSafe 2005 on a Windows XP Professional SP2 machine. I'm not sure right off the bat if that's the problem because scouring the web, I've not found any location that lists the system requirements for this software. In fact I can't even find the official Microsoft Page for this program! Is MS downplaying its existence to get people to migrate to TFS Anyway, after creating the SS database, I tried to add a ...Show All
Visual Basic creating a text object
Is there a way to create a text object By putting [ and ] you can escape the name between them. In this case, since string is a built in keyword in Visual Basic .NET, the compiler would have treated it as the keyword string instead of the type name String. In this particular case (assuming that you are Importing the System namespace) they just happen to mean the same thing (a string in Visual Basic maps to ...Show All
Visual Studio Team System Recursive diffs
Am I missing something It seems to me that recursive diffs of a tree take an inordinantly long time. I am trying to get TFS into our shop as it seems to have a great feature set for the price point, but there are a lot of people pushing for subversion and CVS here. Here is an excerpt from a developers complaint about TFS. ... Recursive diff operations from the command line are very slow. A recursive diff on a directory tree of 60 directori ...Show All
Visual Basic When is dotnetfx.exe actually needed? / Net 2005 deployment download file
I did a Windows Explorer search for dotnetfx.exe. I changed the name(s) to something like dotnetfx_2.exe, so there is no "dotnetfx.exe" file in the computer, that I know about. Programs run OK in debug mode. Program.exe files run OK. Programs can be published OK. Programs can be installed OK. Properties for dotnetfx.net show Internal name is setup.exe. I've probably overlooked something; what is it When is the file us ...Show All
.NET Development ADODB Error
I get the following error from my App " The located assembly's manifest definition with name 'Interop.ADODB' does not match the assembly reference" I have .NET 1.1 Fwk. Any help is appreciated. Are you trying to call ADO classic (ADODB) code from a .NET application I expect that the client COM setup does not match what you coded against... or it's changed. Again, this will be frustrati ...Show All
Windows Forms Display null data as blank cell in datagrid
I have inherited a database that sometimes has a 'null' value for a no comment field and other times has blank text for a no comment field. In the datagrid the null values are displayed as (null). How can I have them displayed simply ...Show All
Visual C# C# with XML
Hi All, What you recommend my use C# with XML only or to use C# with SQL server and Why. : And What the limitation storage of XML with C#. Thank you in advance. emind Hi, I am working on a courier type database. It will at most have like: ~1000 senders ~1000 receivers ~5000 sending records It won't be bigger then this as the old record will get trimmed. I am current coding it using xml as the datab ...Show All
Visual Studio Express Editions help needed in creating Addins in MSVC++....!!!!!!
hi all, can any one help me out in creating an addin using C++ in MS VC++.... i am completely new to this and help from the scratch is needed.... the addin must execute a given command in cmd.exe ...and should be fired before the build process......... Plz get back 2 me as soon as possible..!!! regards, pardha saradhi AFAIK the Express Edition does not support add-ins. However, I think that what you describe is co ...Show All
