Antar's Q&A profile
.NET Development c language structure problem in .net
Hello, I am working on c project. it currently shifted from Linux to windows and compiled in .net 2003. after running code, I got problem in printing value of double member which is present in structure. at debug time , i seen that value coming in to double variable but can't print by any type specifier like %f,%g etc. it's problem with structure declaration. if change location of double from middle to end of stru ...Show All
Visual Studio Data Binding
How do I bind my report viewer to data There are different ways to bind data to your report. you can do it directly from an EXEL or XML file. also the most common way is to use ReportDocument Componnet. for that you need to create a Report first. then add that exsiting report to your project. ( YOU CAN ALSO MAKE A REPORT DIRECTLY BY VS.NET REPORT DESIGNER ). after creating report, you need to drag a ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectDraw deprecation question
From what I understand, Microsoft's definition of deprecated APIs like DirectDraw means its not being updated anymore. It doesn't mean it's removed completely from being usable. For me, I'm learning it for 2d education and the book series migrates to D3D9 later. But when I ask questions on MS's forums about DirectDraw and having a problem with an issue, I can guarantee that someone will say it's deprecated and that I shouldn't use it. ...Show All
Architecture Message vs Service.
EmailValidation message vs EmailValidation Service. SOA is mostly about services and messages. Rather than create a number of services with different names would it be recomended if we create 1 generic service and have it request/reply messages. For ex: EmailValidation service. Instead of creating a service for email validation, create a validationService and have it process all the validation messages for the application. Just wondering how ...Show All
Windows Forms Strange Errors in VS.NET
Have any of you experienced the following error while compiling a windows forms application: The application fails to compile and the errors are on lines numbered 16707566 +/- . If you click on the error in the task list it doesn't take ...Show All
Visual J# Accessing other Browser Controls from the same page
Are getApplet and getApplets methods functional Can we establish communication between JSharp Browser Controls on the same page(or on the same page but in different frames) just like we do on Microsoft Java Virtual Machine Thanks Bora Ertung ...Show All
Windows Forms Can't Kill WINWORD.EXE...
I've posted a message before, but my question wasn't really answered. I'm using VB.NET to open, print and close a Word Document. Thing is it leaves an instance of WINWORD.EXE in TaskManager - and it seems nothing will kill it. Aft ...Show All
Visual C# Form Container
How (or where) can I get a form container like I want to place one or two forms on a master form Anything that can host any other control is a container, such as: panel1.Controls tabControl.Controls form1.Controls and so on. You definitively can host any kind of controls in a MDI form that is the parent container. So you can stuff or host any control (eg. such as any of the above 3) inside any other. If I under ...Show All
Smart Device Development wldap32 on Windows CE 4.2
I tried posting on one of the other forums to try and find information on this but didn't get any response. Could anyone please let me know where I can find wldap32.lib for Windows CE 4.2. When I installed the Pocket PC SDK 2003, as well as the Standard Sdk, there is documentation about the winldap api for Arm4. However wldap32.lib which holds the implementation for this is not present in the wce420/lib directory in these SDKs. It looks to be pr ...Show All
.NET Development ThreadPool interface improvements?
For reasons related to the NGrid project (see http://ngrid.sourceforge.net), I am currently re-implementing a ThreadPool class. IMO the design of ThreadPool.QueueUserWorkItem is somewhat bizarre. The current signature is public static bool QueueUserWorkItem(WaitCallback, object); I would rather have chosen: public static void Queue(MultiCastDelegate, params object[]) First the name, I know that method names have to be precise, but frankly t ...Show All
SQL Server Could not find stored procedure "addUser" - Please help
Hi , Can someone tell me why I am getting the following error while I am trying to add users in a database.: : System.Data.SqlClient.SqlException Could not find stored procedure "addUser" where should we normally keep our stored procedures ( i am new to sql server) thank you in advance I presume that addUser is an sp that you have written If so which database was it create in and whic ...Show All
Visual Studio 2008 (Pre-release) Which Vista components will use the WPF managed API?
I need to convince the management of my company to take the risk of developing the next version of our rich client application on WPF. Our application will ship the first half of 2007. They would be convinced if they knew that some components that are being shipped in Windows Vista will rely on the WPF managed API (the .NET API, not the underlying graphics technology). Are any such components being delivered in Windows Vista Thanks, Adam ...Show All
Visual Studio Team System Convert single server installation to dual server w/hot spare
In particular, I'd like to: - Do a single-server install on machine A - Do an AT-only install on machine B, pointing at machine A for the DT. I know there's some support for having a "hot spare" AT machine - can that hot spare be on the DT machine itself (If so, it must be done as a single-server install on the DT, since the AT won't install on a machine that already contains the DT). Carl, Your stand ...Show All
Visual Studio Express Editions Function help needed...
I known that what I want to do is possible... i just dont know the commands. Here's what I want to do: ------------------------------- Find all files on the users computer Open every file and search for a text string... ------------------------------- Please help. hi, i asked the same question but about something else and i got an answer for that http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1895 ...Show All
Visual C# Why there is no snippets in c#?
Hello. Where can I find c# snippets to download. In the final version there will be more Because it doesnt have as many as visual basic. Visual basic has lots of snippets. Download the C# snippets here ...Show All
