bonnielee's Q&A profile
Visual Studio Download ISO image for VS.Net Enteprise Arch
I accessed my msdn subscription and i downloaded disc 1 of VS.Net enterprise Arch and i copied it to a folder then i wrote the files to a CD-R but it doesnt run at all...It just has the file on the CD and thats it....How do i get the cd to work Its says its an exact replica of the 1st cd but when i but it into a cd-rom nothing happens am i missing something I right click the file and go to "Send TO" then i go to D: drive and then that tooltip comes up saying "You Have files to be written to CD" and then i click that and it brings up a CD writing window and after that i click Write These files and its writes that file to the cd but it doest auto start it just has the file name which is EN_VS.NET_ENT_ARCH_CD1_ISO. ...Show All
Visual C# Converting strings to Chars and parsing file paths
I'm stuck. I've been trying to parse a file path in a variable using .Split but I can't figure out how to use "\" as a delimiter char. I can't convert it to a char, and if I try to directly create it as a char I get the error "Too many characters in character literal". Does anyone know how to do this, or even better, does anyone have an easier method that I'm missing >> I've been trying to parse a file path in a variable << Additionally, you may wish to look into the methods of the Path class (in System.IO), where you may find the exact method you are trying to write. ...Show All
Visual Basic Web Browser Popups
Hello everybody, I have created a successful webbrowser in VB Express Edition 2005, with all controls (back, forward, stop etc..). Yet when a link is clicked which opens a new window on a website, it always opens in internet explorer... how can I prevent this from happening Thankyou Ben hi, I have this problem you said: "you want the link to open within your own webbrowser control instead of in a new window" I am new to this and just making the web browser as a getting started but i am having this problem how do I use the WebBrowser.Navigate event what do i need to type and where please help! Thanks in Advance Luke ...Show All
Software Development for Windows Vista Problem running SQL Server 2005 on VISTA Ultimate
Hi, I've Vista ultimate installed on my machine. I tried to connect to Sql Server 2005 Standard Edition using windows authentication, but doesn't allow me to connect and displays error. After turning UAC off (Which is not a good idea for security purpose), I can easily connect to the server. I had the same problem and fix when I tried to connect to SQL Server through VS 2005 Tools->connect to databse. What is the problem and what is the fix for it Thanks in advance Maulik Hi Andre, Thanks for your reply, but I have already installed SQL Server 2005 SP2 CTP, still I cannot login without using Run as Administrator or turning UAC off, same with VS2005. Maulik. ...Show All
Windows Forms How to enter text into a Formview TextBox
Basically what I'm trying to do is this: When I click a pstartButton, the calendar appears and it should update PStartTextBox inside the Formview, after I select the date, but instead I get an error stating that PStartTextBox does not exists in the current context. It works fine for a simple TextBox not in the Formview of course. I can I pass the calendar info to the textbox inside the Formview protected void pstartButton_Click( object sender, EventArgs e) Calendar1.Visible = true ; PStartTextBox.Text = Calendar1.SelectedDate.ToString( "yyyy-M-d" ); Calendar1.Visible = false ; Thank you. I hadn't read about session variables until you mentioned it. I had found a solution using a cookie which I thin ...Show All
Windows Forms date and time question
I have the following controls: MonthCalendar (dateCalendar) DateTimePicker (timeFrom) DateTimePicker (timeTo) I want the user to select a date in dateCalendar and then select timeFrom and timeTo.. So if the user selected 14 Feb 2007 and From 14:00 and To 23:00 Then I want to save two values: dateCalendar with timeFrom = 14 Feb 2006 14:00 dateCalendar with timeTo = 14 Feb 2006 23:00 Hi Jassim, Be sure to set the MaxSelectionCount property of your MonthCalendar object to 1 (anything else doesn't make much sense in this case). Then just take the selection start (you know that there is only one date selected) and add the times form the DateTimePicker objects. DateTime dateFrom = dateCalendar.SelectionRange.Start ...Show All
Visual C++ Running a very simple Win32 app... / VS2005pro & MFC: Same thing?
Hi! I have installed VC++ 2005 Express and the Platform SDK according to the instructions on MSDN: http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx Compiling and running the following program on the dev computer works like a charm: http://www.winprog.org/tutorial/simple_window.html I then changed to release-mode, turned off debugging in the project properties and copied the .exe to another computer without VC++ 2005 Express on. I pretty much expected problems, so I wasn't very surprised when I got the error message saying that there was something wrong with the program configuration, like the one here: http://forums.microsoft.com/msdn/showpost.aspx postid=23371&siteid=1 I have since then combed this forum and ...Show All
Visual C# What is the logic of a bitwise XOR operator?
Hello again experts, I'm reading about BitArray's and a constant operation that is referenced is the Exclusive Or 'xor' op. I haven't been able to find an uncluttered (usually by SQL questions) explanation of what a logical xor looks like, little help Here is the truth table for XOR A B A XOR B 0 0 0 0 1 1 1 0 1 1 1 0 A XOR B = A’B + AB’ A' is the compliment of A. 0' is 1 and 1' is 0 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Loading an .FBX file
Hi, I have this file, Ferrari_Enzo.FBX that is supposed to be XNA ready, all I want to do with this is load and display this model in the blue window. My assumption is my problem was setting a camera position. I've done some searching but can't find this decent question addressed. Could I please see a basic sample for this ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to get XNA Game Studio for VS2005 Team Suite Edition????
Where to download it If you want to develope XNA games/apps for Windows, you can install XGSE to get the XNA stuff onto your system. You can then add the XNA as references in your own C# projects. You can uninstall XGSE afterwards and continue to dev XNA games for Windows. If you want to develope XNA games/apps for Xbox, you *have* to use XGSE. If you want MS to support using XNA Game Studio with other versions of Visual Studio 2005, please cast your vote here: https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=190037&SiteID=226 ...Show All
Windows Forms adding a User Control programmatically to a panel control.
'DMan1' showed me how to add a panel to a TabPage programmatically. I can find that panel in QuickWatch -->> TabControlRight.TabPages(0).Controls(0) When I had previously added the panel to the tabpage at design time, I was able to add a custom User Control of mine to the panel by just dragging it over from the toolbox. How do I do that now that I have just added this panel to the tabpage So how do I add the custom User Control onto the panel now Thanks, -Greg Each container control such as Panel, TabPag, etc. (control that can holds other control) has the Controls property. to add any control to the panel, all you need to do is: MyUserControl control = new MyUserControl(); p ...Show All
SQL Server Need Help on this SQL Statement
Hi All, sqlLstProds="Select * From PRODUCT_DEF "&_ "WHERE productID IN(Select productID From PRODUCT_DEF WHERE (IDProductCriteria = 5) AND ([Value] = '"&getSession("ModelID")&"')) "&_ " Order By IDProduct, IDProductCriteria" I have the above SQL Code in an ASP page. This queries the Product_Def table, however there is also a table called Product_sType, the primary key in that table is productID which corresponds to productID ub the Product_Def table. I need to add to the query a where clause, where active = 1 active 0 is obviously discontinued products, how would I do this So basically, it's somewhat of a join of some sort, like select * from Produc ...Show All
Visual Basic Sharing Code From Another Applicaiton
I know you can import the DLL from the app your wanting to use code from. Is there a way to use the code without importing the DLL, possible sharing Any help would be great. Thanks... jb ...Show All
Visual Studio bing handle error
heya im making a appoitnment booking system as part of my college project however i made the first version at home, then copied it to a usb key, then transferred it to the school system then back again, and now it doesnt work. i get an error stating: error while trying to run project: unable to start debugging the binging handle is invalid can anyone help ! See this post for the answer. This is also covered in the FAQ http://blogs.msdn.com/habibh/archive/2005/11/10/491572.aspx John ...Show All
Visual Basic Data Changing Alerts
Hey there Not sure if i'm posting in the right group, but here it goes... I'm currently developing a Windows Database Application using Visual Basic .Net 2003 and SQL Server 2000. It is a multi-user database that when a new record has been added by one user, it displays in a grid on another users computer instantaneously. For previous projects I have been using a timer control however this causes problems when a user selects the record. I hope someone can help me with this, and thanks in advance. We're going to need a bit more information. Are you using the timer to periodically check the database What error are you getting If it's an exception can you post the information about the ex ...Show All
