Noa's Q&A profile
Visual Studio Express Editions VB and VB.net
Anybody can please tell me the difference between Vb And VB.net hi, all what i can say both are completly different languages http://msdn.microsoft.com/vbasic/learning/migrating/default.aspx hope this helps ...Show All
Visual Studio Visual Studio 2005 Beta setup error - "Setup was unable to find the Baseline data"
yes there is, 48.250 bytes. -- Maurycy Markowski Can you try copying everything in the \VS folder locally to your hard drive and then run setup.exe from there ...Show All
Visual Studio Problem Installing Visual C++
Hi, I was trying to install the Visual C++ Express Edition. A pop-up window "setup" started and a message stated as "Setup is loading installation components. This may take a minute or two.". However I have waited for about 20 mins and it just hang there. I have checked the task manager, it is still running. I find it weird and have close the application. Please advice how I can successfully install the program. Thanks Ling Do you have a virus checker running in the background (Norton Antivirus, kaspersky, etc ) Those have been known to hang the setup. ...Show All
Visual Studio Team System Does Beta3 Refresh support Workgroups?
After discovering that TFS really needs a separate PC as a domain controller I'm considering reformatting all my hard drives and installing Windows XP SP2 on my machines to give me a Workgroup development environment for a small team (5 developers) containing: 1 x Team Foundation Server (2.2 GHz + 1G RAM + Windows XP SP2) for data and application tier 1 x Build machine (1.5 GHz + 512M RAM + Windows XP - SP2) for continuous integration 5 x Developer machines (2.0 GHz + 256M [1G pref] RAM + Windows XP - SP2) - Windows XP for client tier + Visual Studio Question 1: Would you agree with the above spec What adjustmen ...Show All
Visual Studio Team System ADAM Error on Installation
Hi, I could not ever install the ctp version of foundation server. Finally on beta 2, i thought my woes would be over... Far from it Now it stops at the ADAM install itself. I did exactly as the installation guide said.. fresh machine.. it completes the step 1 starts the step 2 and then it says there has been an error.. now no info on what the error is all abt. I chkd the known issues and it mentioned abt the TMP variable spaces... I even changed it to c:\myTemp. Still no change to my luck. any idea what i might be missing here... TIA Paritosh jb_tiburon, Are you trying to get a single-server ins ...Show All
Visual C# Implementing Help Search with XML
I am creating the search view of a help pane. I have XML describing the topic content of the format: <book> <topic name="cows" Url="\cows.htm"> <topic name="Two cows" Url="\twocows.htm"> ....... etc. </book> ---------------------------------------------------------------- Search: cows Results: cows Two Cows ---------------------------------------------------------------- Im sure everyone has used help->Search panes. In C# (.NET 2.0) where would I start searching the XML I have loaded based on search criteria specified by the user. I was looking at RegE ...Show All
Windows Forms Submit a file to a printer in C#
Is there a easy way to submit a file to a, in windows installed, printer or to a UNC path There is not processing by the driver needed, just passthrough printing. Thanks, One way to add a reference to the project is to use the Solution Explorer (if it's not on, turn it on from View -> Solution Explorer or ctrl+alt+L). Right click "References", choose "Add Reference" to open the Add Reference dialog. Scroll down until you see "System.Drawing.dll" (make sure the Add Reference dialog is on the .NET tab if you can't find "System.Drawing.dll"). Double click "System.Drawing.dll" so that it appears in the list of Selecte ...Show All
Windows Forms [VB.NET] Hiding menubar of MDI parent
Anyone know how to get rid of the menubar in an mdi parent form that shows up any time a child is maximized Thanks in advance. try this one : when u call child form. in the button click event add this line menuitem(want to hide). MergeType= MenuMerge.Remove ; ...Show All
Visual C++ _strtime C3861 error
Hi guys, sorry to ask such a newbie question but when I try to build code which uses the _strtime() function I get a C3861 error. The time.h header is included and so I can't understand why the compiler would not recognise the function. What is even more confusing is that when I right on the offending function and select go to declaration it takes me straight there, so I'm thinking 'well. the IDE knows where the header is so what's the problem '. I tried working through the alphabetic function list of the common language runtime and I keep getting the same errors even though I am basically just copying and pasting the examples provided, hea ...Show All
Software Development for Windows Vista Error occurred while Loading Workflow
I have created a NEW simple StateMachineWorkflow project. Upon creation the designer view tries to render and I get the following error: Error occurred while Loading Workflow An error occurred while loading the workflow Please correct the following error and try reloading the document to view the Workflow CodeDomDesignerLoaderNoRootSerializer Non StateMachine projects seem to work fine. Any thoughts Do you see a similar behavior when you create an "Empty Workflow Project" and then add a "State Machine Workflow" project item ...Show All
Smart Device Development Wireless, ODBC database Application on MicrosoftR Windows Mobile? 2003 Second Edition
Hi, I am doing a new project on MicrosoftR Windows Mobile 2003 Second Edition. I am a new hand for developing a mobile application. This project is like: on a PC desktop, there is an ODBC database that has already existed for a long time. We are planning to develop an application for a Mobile device whose platform is MicrosoftR Windows Mobile 2003 Second Edition. In this application, I can click a button so that mobile device can be connected to the ODBC database and the data in the mobile device can be transferred to/from it on PC desktop. The connection between mobile and the PC desktop will be wireless connection. I am planning t ...Show All
Smart Device Development How to create peoject for wm 5.0 in vs2005 professional?
I installed VS 2005 Professional and Windows mobile 5.0 smart device SDK. When i open a new project i can only see VB>Smart Device>Pocket PC 2003, Smart phone 2003, Window CE 2005. But I want to make project for win mobile 5.0, its not there. I am creating my first project for smart devices, please guide me how to start it. Any tutorial will be appriciated. Please help me to create a project for windows mobile 5.0. Many thanks You should see new project types right away unless WM 5.0 SDK was not installed correctly. Some security related applications are known to cause i ...Show All
Visual Studio 2008 (Pre-release) Dlinq for VB9?
Does the LINQ preview for VB9 also includes DLinq for accessing SQL databases I couldn't find anything and wasn't sure if I had missed something. I looks like Sqlmetal.exe is only available for C# 3.0 Thanks, Peter Hi Peter, Even if sqlmetal supports only c# (I don't follow its vb9 incarnation), you might freely use code in your solution - just create a C# library and put those classes there. Or, I (or anybody) could modify my codesmith template (for DLinq classed generation) to output vb9 code. You'll find the template at http://cs.rthand.com/blogs/blog_with_righthand/archive/2005/09/18/123.aspx . ...Show All
SQL Server Random variable modeling using T-SQL
Good day. i'm a new person here and not that familiar with T-SQL... the question is: is there any buil-in functions or special libraries in T-SQL that can help to generate correlated random variables with non-normal distribution function It would be also good if someone could advice if there is any application (statistical programm or non-microsoft developed library) that can deal with MS SQL and has modeling and forecasting capabilities... thanks in advance Well, since no one else has answered yet, I will chime in with an " " answer. I am not clear with what you want, though it is ...Show All
SQL Server Cannot connect studio to my SQL Server Express Database
I am brand-new to databases and SQL Server. I have installed express on my machine. I used SQL Server Management Studio Express to create a new database (per the tutorial). Now I would like to access the database from within Visual Studio 2005. I went to the Server Explorer and selected Connect To Database. I selected Microsoft SQL Server as the Data Source and hit Continue. In the Server Name combobox, I select my computer. However, in the Connect To A Database box the Select or entre a database Name field does not show any databased. When I select "Test Connection" I get the following error. "An error has occurred whil ...Show All
