AndySc's Q&A profile
Windows Forms Calling subs and functions from modules
I'm using visual basic 6 and I want to call a sub that I wrote in a form from a module. When I do this it says that the sub is not defined and it won't work. I can't write the sub in the module because I'm using a timer ...Show All
Visual Studio Team System Any possibility to create project from a DB, and then commit changes to Schema Objects
Hello everybody, perhaps a silly question, but there's a way to create a Database Project from an existing DB (e.g. Northwind :)), adding Schema Objects, and then "commit" them to the DB If so, IMHO it should be added to creation wizard. If not, there's a "quick" way to create a Schema Object (e.g. a stored procedure), and insert it in a target DB OK, as not said.... :) http://blogs.msdn ...Show All
.NET Development installing .net 1.0a AFTER 1.1 and 2.0 ??
for certain reasons i needed to install the .net framework 1.0a and the sdk on a winxp system that already has 1.1 runtime and sdk and 2.0 runtime and sdk. i checked the option to register environmental variables during the 1.0a sdk install. do i now need to go back and do a repair install or all the 1.1 and 2.0 runtime and sdk installs or is it ok to leave it like this You will be able to leave everything as is. If you like, you can ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Texture map to 3d head model
Hi I want to map the 2D human face image as a texture on 3d head model in managed DirectX. Can Anyone help me on this problem I have already tried TextureLoader.FromFile(...) Method but it didnt work. This method put some dark shade on 3d model and nothing else. I want to map the image from file on 3d head model. How this would be done thnx What you are looking for require ...Show All
Visual Studio Error building Basi VSIP project (Visual studio 2005 Beta2) and VS SDk August
Hi, I get the following error trying to build the basic wizard generated VSIP project. I am using Visual Studio 2005 Beta2 and VS-SDK August. The error text is regpkg : error : Could not load type 'System.Runtime.CompilerServices.RuntimeCompatibilityAttribute' from assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' My Mscrolib.dll version is 2.0.50215.44. I tried uninstalling and reinst ...Show All
SQL Server Insertion / updation problem in SSIS
“I have a scenario where i am trying to insert 200,000 lac records & update 200,000 lac record in destination table using SISS Package (SQL SERVER 2005) but I am not able to neither update nor insert the records . while executing the package its not showing any error also . what could be the problem “ We have business logic in Package creation 1) Insert New records and 2) Update Existing Records using the follow Data flow diag ...Show All
Smart Device Development Debug using Emulator and VS 2005
I installed VS 2005 machine that had VS 2003 on it, but NEVER a beta of VS 2005. At first I could not even connect to an emulator with VS 2005 (VS 2003 worked fine), but then I was told to delete all the files in the %USERPROFILE%\local settings\application data\Microsoft\CoreCon\1.0 directory and that allowed me to connect. The new problem is I still cannot debug. I select debug with VS 2005 and I can see all the files being deployed, but when ...Show All
Windows Forms Calling Child Controls
Hi, I have a problem referencing the controls in a child class and as I am fairly new to c# I am not sure whether it is actually possible to do what I want to do..phew!! Basically I have a standard dialog th ...Show All
Windows Forms Newbie Ques: Simple Line Chart
Am totally clueless with this graphics drawing thing. All i am trying to do is get a simple line chart drawn, adding new values to the chart on a timer event. Now I know how to draw a single line in a picturebox when the form&nbs ...Show All
Visual FoxPro REPORT error-invalid path
i have a button in a form and when its pressed it creates some select sqls which have into table and overwrite an existing table.then from the table i create report..from.. ,then i update the report and finnally i report form.the problem is that if i press the button->see the report->close the report->press again button->i get a message "invalid path or file name" if i close the program and reopen its the same press the button->se ...Show All
Windows Search Technologies Passing parameters to WDS Shell Namespace
I figured that the clsid for WDS shell namespace is {13E7F612-F261-4391-BEA2-39DF4F3FA311} Any idea how I can pass some parameters while opening an explorer window with this namespace ... For example, say when I open the WDS Explorer window, I would like the search string already set to something. -Vijay oh, nevermind .. I think one can accomplish the same by using the comman-line interface to windowssearch.ex ...Show All
Visual Studio Express Editions SQL / Datagrid
Hello there, i’d like to know, in general, how would the code be to fill a datagrid ("datagridview1") with all datasets from a table ("Tbl_ausgaben") which is in the DB_AusgabenDataSet I think there must be sth like SQLConnection ... Could any1 give me an exemple code or a link which could help me Thank you very much! Bye, Mike Hi, You can try this walkthrough: http://msdn2.microsoft.com/wwh8ka92.aspx Best regards, ...Show All
Microsoft ISV Community Center Forums Installing Business Scorecard Manager 2005 on a SQL Server 2005 instance.
I'm trying to install BSM 2005 into a Win/2003 Server running SQL Server 2005 (everything) and the Web Service won't install because it reports the following: Failed Microsoft OLE DB Provider for OLAP Service (MSOLAP) 2000 SP4 (8.00.2039) as well, the Alerts won't install because of the message: Failed Microsoft SQL Server 200 Notification Services 2.0 SP1 Engine Components I understood that this version was compatible with SQL 2005. Any idea ho ...Show All
Visual Basic how to send personalized alerts to another machine using vb.net
help me in sending alerts from my machine to other machine through LAN using vb.net windows application. Of course, the messenger service needs to be enabled (arrrrggghh!) for the net send to work... ...Show All
.NET Development Basic TCP/IP
I am making a two programs, a server which will be ran on my computer and a client, which will be distrubuted around so multiple people can communicate with the server. I was hoping someone could show me the code to just connect the two programs using tcp then send a simple string from the client to the server then the server to the client, nothing fancy like encryption or any sort of error checking because i want to be able to learn from it wit ...Show All
