Andrew Kidd's Q&A profile
.NET Development saving ref of remote object
i need to connect to N servers and give them tasks, and after X seconds im checking each one of them if they finished. so i tried to save the ref to the remote object in a hashTable (as the key), but when im trying to remove an item in the hashTable(after he finished his job) im getting a runtime exception ("Request for premission of type System.runtime.remoting.objref failed" ). how to get to each server thanks in advanced ...Show All
Visual C++ When I build, I get no exe
Ok when I build my project, I get no exe, but I do get a build log, and other files. Any clue Ah crud, I was checking the wrong directory for the file. Whoops... Thanks :) ...Show All
Windows Forms Datagrid for multiple tables
I have a dataset of four tables (actually more than that but for simplicity now) and let's say its table names were A,B,C,D. I put a relation between table A and B and another relation between C and D. I made two datagrids in the VS designer. The first datagrid (which has datasource=ds, datasmember=ds.A) is OK for showing plus sign in front of each row of table A and when I opened this plus sign it showed the relation and child rows f ...Show All
Smart Device Development scrolldown datagrid to see a selected row in visible area
Hi I need t o select a particulat row in a datagrid of the Pocket PC appln. datagrid1.select() works. if the row is not in visible area of datagrid, I need to do (programmatically) scrolldown and show the row in visible area. How can i achive this Plz advice me. Thank You! Hi, Thanks for ur reply. If i know the rowindex then i can select a row and show it in visible area. I don't know the r ...Show All
Visual C++ C++ calling C# Dll -> EEFileLoadException in debugger but works correctly if I just run from windows directly.
I have a C++ application usings a DLL written in <Managed C++> that connects to a web service. My code is : hAuthDll = LoadLibrary("AuthSrvClient_w32.dll"); authtx = (AuthTransactionType)GetProcAddress(hAuthDll, "AuthTransaction"); authtx("URL", "UserName", "Password", pData); MessageBox(NULL, pData->Response, "HERE", MB_OK); Theres also some error checking omitted. When I try to run the program thorugh the VS2k5 debugger it always cra ...Show All
Visual Studio Tools for Office Action Pane
I've created an Action Pane in C# VS2005 and inserted a Tab control. I'm trying to make the tab control fill the entire action pane. I can't work out how to set the control so it fills the entire Action Pane space. Thanks! It was the this .ActionsPane.StackOrder = Microsoft.Office.Tools. StackStyle .None; line I was missing. ...Show All
Visual Studio Team System TFS Source Control Remote Working
Hi, I hope I am missing the obvious, but I can't find any info on how TFS will work for remote workers. I know that it will work fine for those connected to the office network via VPN or such, but what about remote users who only have standard internet access I was under the impression that there was some kind of web access, but I can't find any details anywhere. I imagine there has to be some serious setup if this kind of external access throu ...Show All
Visual Studio Express Editions Uses of VC++
What does it mean on the download/install page where it says: "You can use Visual C++ Express to build powerful .NET Framework applications immediately after installation. In order to use Visual C++ Express to build Win32 applications, you'll need to take just a few more steps." And is there a button to compile and run your C source code without messing around in a cmd window Hi! It's advertisement :) Visual Studio have ...Show All
Visual C++ the /GS option more secure?
Can somebody tell me about the /gs option and how it makes your C++ app more secure and how to put it in your application. Take a look at http://msdn2.microsoft.com/en-us/library/8dbf701c.aspx Thanks, Ayman Shoukry VC++ Team ...Show All
Visual C# How to read a .wav file from server ?
Hi, I would like to read a SOUND file from server(written locally using C#). The file size is around 2MB. How to do so Thanks, ramakrishna. There are many ways to do what you intend. One way is using DirectSound, for that you should install DirectX SDK. Other way is to to use ActiveX of SoundRecorder(which ships with window) or other such player. You will need to read the file using ActiveX, and then sen ...Show All
Visual Studio Team System ? Check in but keep checked out ?
Is there any way to check-in a changeset, but still keep it checked out That's something I often do with VSS6, but I can't see any way with Source Code Explorer. (There's a few things like this from VSS6 that I'm missing - for example, the ability to find all files with a specific suffix, and then be able to easily check them out without having to painstakingly visit each of them in their source code folder.) Y ...Show All
Windows Forms How to display a tooltip by method rather than mouseOver
Hi All, I need to popup a control's tooltip programatically. So when a control (a button in this case) has focus, I'd like to show the tooltip when the user pushes a keyboard key. I'm trying to create a 'smart tooltip' for blind users&nb ...Show All
Windows Forms Help....! Resize Controls with size of my window
Can Anyone help me in Resizing my Controls with size of my window. For Example : mydataGridview control size must also increase when i maximize my window size during execution of my application . ...Show All
Visual C++ 3DNOW/ FPU Register Window on a x64 Build? Where are they?
What can I do see the FPU-Window/Registers in Debug Mode in a x64 build with Remote Debugger running I can see all XMM-Registers but not FPU and 3DNOW FPU and 3DNOW Register switches are greyed in the popup menu. Thanks in advance Martin The Visual Studio debugger does not show FPU and 3DNOW registers. The reason we did not invest resources in showing them is that the VC++ compiler does not generate code tha ...Show All
Software Development for Windows Vista WWF Vs Biztalk
I am doing research on workflow engines and framework available for .net applications. I came across a website ( http://blogs.ineta.org/bloesgen/archive/2005/10/09/56481.aspx ) which says that Biztalk handles transactional integrity and scalibility automatically while in windows workflow foundation(WWF) , developer has to implement it. I could not understand how scalibility and transaction has to handled manually from developer. It als ...Show All
