Marcel Andrade's Q&A profile
Visual Basic Where to find BASIC help after downloading and installing Express with small option
I thought I remembered being asked if I wanted to download a monster help file and since I wasn't sure about Express, I said no. Now I have used it for a while and want to avoid the online help - where do I find it Other learning resources can be found here: http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx The only place I saw to download the express MSDN library was with the express pro ...Show All
Windows Forms Changing Mouse Cursor
Hello ALL, I want to change my mouse cursor when I move my mouse on a control or when the control gets the focus Plz help me regarding this Anil K Dhiman Moved to Windows Forms General Just handle the mouse move event of your control and the the Focused property, when this is true change your mouse cursor. ...Show All
.NET Development Is .net remoting faster than web services
Hi! I have a philosophical question (maybe). Would it be correct if someone said that .net remoting function responds faster than a web service equivelant function If you had to choose one of the two methods to respond to simple requests (a function which returns a small string) and instantaneous responses was the only issue, would you choose remoting or web service papadi That would be correct as long as you used TCP Channel with Binary ...Show All
SQL Server How do I insert data from a flat file or .csv file into an existing SQL database???
How do I insert data from a flat file or .csv file into an existing SQL database Here what I've come up with thus far and I but it doesn't work. Can someone please help Let me know if there is a better way to do this... Idealy I'd like to write straight to the sql database and skip the datset all together... strSvr = "vkrerftg" StrDb = "Test_DB" 'connection String strCon = "Server=" & str ...Show All
Visual Studio Team System Publishing button is disabled
I am not able to publish the test result. I have some web tests and some load tests. The solution and its project are built with no errors. After running the tests, I am able to export the results to a file, but the Publishing button is disabled. I changed the configuration from debug to release and rebuilt and it did not work. How can I publish the result Would it be possible to send the result to any form of database (SQL, Access, a ...Show All
Visual C++ C++ Error:Common Language Runtime Not Loaded
Hi anonymous! I have just installed C++ Beta Express 2005. All instructions for installation were followed, I removed all previous versions of .NET betas, SQL server, etc before installing this new beta product. Have you done the correct order of uninstall See: Uninstalling Previous Versions of Visual Studio 2005 http://lab.msdn.microsoft.com/vs2005/uninstall/ You also can use the unofficial remo ...Show All
Visual C++ Really lost guy needs help updating SDKs
Hi! I am really lost here. I have been working with very old SDKs (DirectX 5, for instance) and I've been trying to upgrade myself but I'ts been a pain in the ***. Now I'm trying to compile an old sample: "PlayFile" for Direct Show (DirectX Media 6.0)... however my IDE tells me this: ..\dxmedia\classes\base\ctlutil.h(439) : error C2504: 'IBasicVideo2' : base class undefined ..\dxmedia\classes\base\sysclock.h(23) : error C2504: 'IAMCloc ...Show All
Software Development for Windows Vista Using in live env
I am thinking about learning this new technology but it wouldn't reall ybe usefull to me right now unless I can use it in production, is this possible Cheers Wayne-o Please note that the pre-release license for Windows Workflow Foundation does not allow you to deploy the technology in a live operating environment. This morning, Go-Live information and License was published, and can be found here: http://msdn.microsoft.com/wi ...Show All
Visual Basic WriteProcessMemory() Api Help
I have a problem with WriteProcessMemory() that I am trying to use. My code looks like this: Public Declare Function WriteProcessMemory Lib "kernel32" ( ByVal hProcess As Integer , ByVal lpBaseAddress As Object , ByVal lpBuffer As Object , ByVal nSize As Integer , ByVal lpNumberOfBytesWritten As Integer ) As Integer Dim appProcess as Process *gets the process* ' I know it works ...Show All
SQL Server Fixed Width Destination fails with Column Headers
I am using a SQL Server 2000 table as the source (via an OLE DB Source), selecting three text columns, and writing them to a flat file (via a Flat File Destination). I want to have a flat file where the first row contains the row headers, and then the data follows. If I use the Delimited format along with checking the "Column names in first data row" checkbox in the Flat File Connection Manager, than this works as expected. Unfortunate ...Show All
Windows Forms Thousand separator in datagridview
how can i use Thousand seprator in datagridview when user enter data in the field. Set the CellStyle's Format property to N2 which will format the data. The column's ValueType must be of type decimal. -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All
Visual Basic Power control of windows: How to reboot and wake from hibernate/standby?
Hi everyone: I have only found system.windows.forms.application.setsuspendstate method could make system into standby or hibernate state, but I don't know how to reboot the system via .net method. Must I call API functions to reboot the system And I want to know how to wake up the system after hibernate/standby For example, if my user input "3" and hibernate, the system should enter hibernate and wake up itself after 3 minutes. Is ...Show All
Smart Device Development Unable to connect Web Services with Pocket PC 2003 Emulator in vs2005RC
The output window: A first chance exception of type ' System.IO.FileNotFoundException' occurred in Mscorlib.dll A first chance exception of type ' System.Net.WebException' occurred in System.dll A first chance exception of type ' System.Net.WebException' occurred in System.Web.Services.dll Test of the Web Services in IE is good How to resolve this problem Are you fac ...Show All
Visual Studio Team System How to put the code in a team project?
Hello. I created a team foundation proyect. I see many things there, work items, documents, reports, build. but I dont see the code. I created a website , how can I associate the website proyect to the team foundation proyect Why I cant create bugs it doesnt let me write on the title field. Hi Kevin, You will need to install a source control system. E.g. you can install Visual SourceSafe ( http://msdn.microsoft.co ...Show All
Visual Studio Tools for Office Does the VSTO package come or not with C++ ?
Does the VSTO package come or not with C++ * In the compare page it shows that there is only VB.NET and C# in the package. *In the VSTO product description page, there are many samples showing c++ in the project wizard. Could someone help me on that Thank you, Fabio Hello Fabio, VSTO only supports VB.NET and C# as the supported programming languages. VSTO project types exist in the higher end V ...Show All
