Sahildagar's Q&A profile
Visual Studio Express Editions sendkeys and focus
Ok i got a bit of a prob. i'm tryin to make vb type in a webbrowser thing tht i got onscreen in a vb form. my friend suggested send keys but you have to set a focus to the webbroweser or somethin like tht. i tried everything he's said but i've had no luck. can anyone out there help me if u didn't get tht, i want vb to type in a webbrowser bit which is in my form when i click a button. ok a bit of an update ...Show All
Windows Forms cleared bound textbox reverts to original value
I've got textboxes bound to number columns in a dataset that is _not_ strongly typed. When I want to clear a bound control of its value, I highlight the contents of the control and press the delete key (which doesn't seem to trigger the&nb ...Show All
Visual Studio Team System Can't connect to the tfs
hi, in our project we work (five users) with the team foundation server (RC). All is good and we haven't problems at all. In that time a colleague ask me, whether he could connect to the server. i said to him that the only thing he has to do is to install the team explorer and connect to our project server. He get the following error even though he works in the same domain. Error: TF31002: Unable to connect to this team found ...Show All
Windows Forms checkbox in gridview
hi all, how do i add a checkbox control into a gridview i read the documentation in msdn and added <asp:CheckBoxField DataField="property" /> under the <Columns> tag, but i got this error saying that the column is not a boolean type field. users are allowed to select more than 1 property in the gridview. please help. thanks! if you selected the column as a checkbox, then the co ...Show All
Visual C++ Loading BMP image through menu item(OPEN option in FILE menu)
Friends i am stuck with a problem while creating a menu interface in vc++. Problem is: Whem ever we go to FILE menu ->OPEN -> we get a browsing window and then after browsing the image when we click OPEN...the image should be loaded on the screen from the hard disk... so i need a sample code that can load the bmp image from the hard disk to the screen...and where do we write that sample code.... or if there is any other option to ...Show All
Visual Studio Express Editions C++ NO OUTPUT....??
I have started a file practice.cpp under an empty project. I just wanted to test and see if i could make my first program and display the words "hello world" to the screen here is what i wrote #include<iostream> using namespace std; int main() { cout<<"Hello World"<<endl; return 0; } now what happens is that it builds correct and when i hit F5 to run the program i get the e ...Show All
.NET Development Concurrency violation when updating twice
I have a parent row that I create, which will have a number of child rows related to it. There is a status field in the parent row that I give a value of "UnderConstruction" (which is an enum with a value of zero) so that, while I'm creating the child rows, the parent row will not be processed by another method that looks for new rows to process. After populating the rest of the parent row, I do a .Update on its SQLDataAdapter, which will ...Show All
Visual C# Access Web Form member from it’s hosted windows user control
Hi. I have a web app that uses a IE hosted windows user control. I would like that, somehow, lounch an external event from that hosted control that I could catch in my web form’s code behind or set a web form’s member value. Does anybody know how to do that I would appreciate any suggestions! Thanks in advance! First off you need to define your interface. This is a simple interface declaring the events you wi ...Show All
Visual C++ Getting Error - Regarding stdafx.h
I'm trying to fool around with the new Visual studio version (2005 Beta 2) and for some reason it keeps telling me: \Practice.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory A long time ago someone told me to go into the properties of the project and change the default to CLR support. I did this time but it doesn't seem to build. Can someone tell me what to do Here is my code: #includ ...Show All
SQL Server Is SSIS slower than DTS????!!!!!!
I am new to SSIS and probably doing some mistake while transferring data from oracle source to oracle destination. Please guide me.. In our project we need to transfer nearly 80 GB data from old system (Oracle 9i) to new system (Oracle 10 G Release 2). To do this exercise we are testing and comparing performance and cost effectiveness between different tools like SSIS, DTS and SQL * Loader (oracle built in tool). ...Show All
Visual Studio Team System Iterations, Branching Source Control and Work Items; Has there been a lack of joined up thinking?
I am not sure if this is something that I have failed to understand, but I'm struggling to map our Agile processes to TFS. On the surface, the process guidance that comes with TFS matches very closely with the way that we work, and I was expecting that TFS would match the guidance. For the most part TFS handles iterations and work items well. We can allocate work items to iterations and move work items between iterations as priorities change an ...Show All
Smart Device Development Question about eVC 4.0 and the Device-Emulator
Hi there, I have installed eVC++ 4.0 on my machine to develop a little helper-Dll for the PPC2003-Platform. I have also installed ActiveSync 4.0. Building my project causes a timeout-error during connect to the device (which in my case is the x86-Emulator). My question is: which way eVC++ communicates with the emulator eVC++ has tried to install a VirtualPC/Emulator-Driver, which XP has refused to load! I think my problem has something to ...Show All
.NET Development Error 27 Option Strict On disallows operands of type Object for operator '='. Use the 'Is' operator to test for object identity.
Hi Guys How would I best resolve this, VS 2K5 is complaing about the values in the case statements and not able to test for object Identity, I don't want to test for object identity I'm looking for values, I know I could add the ToString option after optCurrency.Value.ToString and then put both the "2" and "3" in quotes but that does't seem right either, any thoughts Select Case Me .optCurrency.Value Case 2 Me .optCurrency.Value = ...Show All
Visual C# MFC Control on c# WinForm
Hello I've got a c++ MFC 6.0 control with is panel with tree wnd view static text fields. I've puted this colntrols on WinForm as a part of winfrom interface. Now I can use this control - and it's look like rest of interface, I can choose node from tree and write text on static text control, The problem is when I'm traing use Arrows from keyboard, when I want to use arrows on tree - whole control is loosing focus and it swicht focus to the cl ...Show All
Visual Studio 2008 (Pre-release) When will the C# version of LinQ be ready for VS.NET 2005 RC0
I am very excited about LinQ and would like to use it asap. Since I have to use the VS.NET 2005 RC0 version to create demos, I would like to inquire when will the C# version of LinQ be ready for VS.NET 2005 RC0. Yes, I know that LinQ is already compatible with the VB version of the RC0 VS.NET release, but I would like to show Java programmers a flavor of what they are missing ! If the normal CLR met ...Show All
