Macktr's Q&A profile
Smart Device Development problem in deployment in emulator
Hi , i am getting an error Current VMID is in use wait for other applications to exit.due to this i am not able to deploy application. please help me Thanks wm_al Hi , Today somehow initially i was able to deploy my application but again the same problem has started with the error this time as Connection to device failed. can anyone please help me out as to how do i solve this proble. thanks ...Show All
Smart Device Development Activesync
I am trying to write an application that can make activesync start.... I downloaded pocket pc sdk 2005 and it has a c++ example, but I would like to have it done in c#.. There are other things I wish to do and c# is my language of expertise. Any idea what to do..I hae vs 2005 Bear23 wrote: I am trying to write an application that can make activesync start.... I downloaded pocket pc sdk 2 ...Show All
SQL Server Different indexes - performance analysis question
Hello I'm doing some performance analysis for my application. I'm doing 7600 SQL queries based on the following SQL query: SELECT LocationId, ProductId, BatchId, SUM(Quantity) AS Quantity FROM Logistics WHERE UserId = [number] AND ProductId IN ([productidlist]) GROUP BY LocationId, ProductId, BatchId; Data in table Logistics has LocationId = 1 and BatchId = 0 for absolute all rows in this test, UserId and ProductId may be different. ...Show All
Visual Studio Team System I don`t understand this code
Why I define the methods check in the class BaseRule /// <summary> /// <para> /// Provides the base <see langword="abstract"/> class for all introspection rules. /// </para> /// </summary> [CLSCompliant( false )] public abstract class BaseRule : BaseIntrospectionRule { /// <summary> /// <para> /// Initializes a new insta ...Show All
Windows Forms Aligning ErrorText in DataGridView
Hi, The error text for cells in datagridview is by default displayed in the right side of the cell. In our application the cell text is also right aligned, so the text and error overlap, is there any way to left align the ErrorText. Thanks, Yash ...Show All
Visual Studio Express Editions c++ to vb.net?
Would anyone want to help me out and convert some c++ code into vb.net That's sort of a step removed from a question. If the code is too big to post here, I doubt you'll find any takers. Either way, the easiest way to do this is to write a C++/CLI dll and call it from VB. otherwise, there's a good chance that you'll need to pInvoke a lot of API stuff ( depending on what the as of yet unseen code does, of course ), and you may well find tha ...Show All
Software Development for Windows Vista Why do states require an event / delay?
Hi, I would like the first state of my state machine (WaitState) to wait for an event. When it receives that event I would like to transition to another state (ApplyState). The ApplyState should just execute some sequential logic and then transition to one of two states based on the outcome of that logic. The problem is that the ApplyState is required to start with either an event or delay activity. Why Why can't it just execute some seque ...Show All
Visual Basic PROPERTY STATEMENTS WITH ARRAYS
WHAT IS THE CORRECT SYNTAX FOR CREATING A PROPERTY WITH DIMENSIONED ARRAYS. I CAN'T FIND ANYTHING LIKE THIS IN DOCUMENTATION. hello Dustin The program works fine with added code. Thanks ! The reason for the property statements in the module are to allow me to access these arrays from any form in my application. I was told this was one way to do this. ...Show All
Visual Studio Express Editions error help plz
howdy i am new to this and am doing the microsoft vb express tut i am on number 1 of the tut and i am following him along this is the first bit of code we write Messagebox.show("hello world") then he clicks start debugging up the top to look if it works then looks like a play button everything starts up for him then when i do it i get this error ''Error trying to run project: unable to start debugging &n ...Show All
Windows Forms C# and vb.net problem
am doing a winform in c# and my friend id doing othere winform in vb.net (we r both using VS2003) is there a way so my form can come out in his for (when a user clickes a buttom in his form mine comes out)(i don't want his form to only excute i want him to be able to change my form apprence (my friend in vb.net)) is there a way u can u give me a site that shows that or show me here thanks Wh ...Show All
Visual C++ Build + Compile "Hello World" Program with Visual C++ 2005 beta
I am not able to build and compile a primitive "Hello World" Program with Visual C++ 2005 beta. Although I have been searching the Internet for 2 hours, I have not found any solution, but I hope there is anybody out there who is able to create projects in Visual C++ 2005 beta My program is: #include <stdafx.h> #include <iostream.h> void main() { cout << “Hell ...Show All
SQL Server Setting Variables in SSIS Packages
I have a bunch of variables which I need to initialize from Parameters table in SQL Server database. I could think of the following two ways 1) Have one SQL Task for each variable and assign a query such as - Select ParamValue from Parameters where ParamChar = '<KeyName>' 2) Have a script task and write VB code to connect to the database and fire one query for every variable and set it accordingly. I am not totally convinced wi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX or Managed DirectX ?
Hello, it's my first post here ;) I've been developing in DirectX for several years (using c++). I am thinking if it's worth to move to the "managed world" I can do everything in c++ and directx but creating apps in c# and mdx is much faster and simpler. What is your opinion Is it huge performance penalty making 3D games in c# and mdx SirMike wrote: Hello, it's my first post here ;) Welcome SirMike wrote: ...Show All
Visual Studio Express Editions How do I search thru dataset via code?
Hi, I'm new to VB 2005 Express so.... I have a project that allows the user to select 2 items from 2 listboxes. The listboxes are populated from 2 datasets. I capture the 2 items selected as strings. So far, so good.... Here's where I'm stuck: I want to take the two strings and search (query ) a third dataset for a record that contains both strings. I then want to return a value located in this record. I do not want t ...Show All
.NET Development http://www.microsoft.com/ to PDF (looking for Component)
does any one know any component that can be manipulate to c#, in order to convert http://www.microsoft.com/ to a pdf file I've tried: Adobe Acrobat, abcPDF, ClickTo Convert, CutePdf, PDF995, PrimoPDF, Ultra Image, PDFizer, giosPDF, HTML2PDF, easyPDF, Itext, iTextSharp, pdfOnline ... etc. Many Thankz Chris Get the latest Office Word 2007 and install the Save2PDF add-in that comes free from http: ...Show All
