Dvlnblk's Q&A profile
Smart Device Development Class Library for Compact and Desktop
I want to create a business class library that will be used by both WM5 applications and desktop applications. The class library contains finance functions and the code will be completely independent of the device the application calling it is running on. The applications themselves will be different (at least on WM5 application and one desktop application). What is the best practice to create and manage the development of the class library. Should I just create a compact framework class library project and us it in both applications. Or should I create a compact framework class library project and a normal class library project and in each project include the same source code files -Darrell The bes ...Show All
Visual Studio Cannot Download Visual Studio 2005
Hi, I am trying to download the visual studio 2005 trial for 90 days. The link provided by microsoft is : http://www.microsoft.com/downloads/info.aspx na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=B2C27A7F-D875-47D5-B226-E2578A116E12&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fe%2f0%2f4%2fe04de840-8f6b-4fe5-ac3d-d3ad8e4c2443%2fEn_vs_2005_Pro_90_Trial.img the Img file is download wighin milliseconds. But actual size shown was 2.4 GB. What is this image file or any tool is there to run this file.. Thanks Mohan Mohan1 wrote: Hi, Later it redirects me to the same URL which i had mensioned earlier. is it concerned with the internet speed. Mohan It works fine for m ...Show All
Visual Studio Express Editions Need to know if uploading with VB Express app is possible.
Hi I have a copy of Visual Basic Express 2005 and I am currently writing an application that has to upload images to my domain into a specified folder. The problem is that everything I have been reading a researching on this hasnt helped me. I have used "My.Computer.Network.UploadFile" and have also tried the "System.Web.UI.WebControls.FileUpload.SaveAs" and both dont seem to want to work. the latter simply tells me that UI is not a member of System.Web The first one seems to work on pretty much all the methods such as "ping,IsAvailable" etc, but doesnt seem to work for uploading or downloading. My file paths are correct, the server is up and running and I am connected to the internet when I run the debug ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Xbox 360 Development
Yes I know it's a little early but since beta 1 of the XNA Game Studio Express won't have Xbox 360 development will beta 2 include this or not Is it too early to tell -- Mike You would think that they would want to beta this feature but something in the faq said that MS does not beta this type of thing on 360. That being said I think they will have a private beta 2. ...Show All
Software Development for Windows Vista [MDX1.1 / C# / DirectShow] Fast native memcopy from SampleBufferCB to Offscreen Surface
Hello, I'm doing the following thing and I'm wondering, whether there is a faster way doing it in .Net: I have a DirectShow Graph with a SampleGrabber Callback installed, for getting the uncompressed image data of a arbitrary compressed videostream. I have a ringbuffer containing previsously created Offscreen Surfaces, to which the grabbed image data is first copied to and later (in a separated thread) is displayed on a DirectX Surface. I've chosen to do it this way: public int SampleBufferCB(double SampleTime, IntPtr cbBuffer, int Len) { try { GraphicsStream gs = sfc.LockRectangle(LockFlags.Discard); if (gs.Length > Len) MoveMemory(gs.InternalData, cbBuffer, Len); / ...Show All
Visual Studio Team System Changing dropdown list values
Hi I am having a bit problem with the ‘Priority’ dropdown list. Actually I want to edit the list into more meaningful priorities such as Stopper, Error, Shortfall, and Wish. Could some one please explain me the whole process in steps of changing the values in the dropdown list for the followings - Status dropdown list - Reason dropdown list - Triage dropdown list - Priority dropdown list I would be very grateful. Thanks in advance Thanks a lot Paul This is very useful. But does this mean that I have to repeat the process whenever I add new bugs Is there a way to make chang ...Show All
Microsoft ISV Community Center Forums Disable events in userform
Is there a way to disable Userform events within Userform code I am trying to dynamically set scrollbar.max without triggering the Scrollbar_Change event procedure. This is strange because I have just tried the same technique within my code and set breakpoints to track code incrementally and I find that dynamically setting the scrollbar.max triggers the scrollbar_change event within my form. Which version of Excel are you using I am using Excel 2003. (Incidentally, setting the scrollbar.max within the Form_Initialize procedure is also triggering the Scrollbar_change as would be consistent with dynamically changing the scrollbar.max.) Joe D ...Show All
Audio and Video Development Trying to get buffering data to wmplayer
I am building my own source filter and want to get beffering messages to apear in wmplayer. using media player 6.4 mplayer2 the buffering mesaging system works when i send an event EC_BUFFERING_DATA and it then calls by interface IAMNetworkStatus::get_BufferingProgress. and i return the percentage of the buffering state. Unfortuatly this doesn't work in wmplayer 9, running win2k so limited to this version. does anyone have any solutions to this problem. is there any other interfaces i need to implement to get the buffering messages to appear. I knw it can be done because when I open an asf file wmplayer 9 gives the buffering message. any solutions would be great. Thanks You might try asking th ...Show All
Visual Studio Javascript Debugging With IE7
Hello, I have ran across an issue debugging an ASP.Net page after installing IE7 on my development machine and I have not been able to find a solution. I am using Visual Studio 2003 and I am no longer able to access the rendered source (including embedded javascript which is emitted in the code behind) using Debug -> Windows ->Running Documents -> Page.aspx When I click on the running page in the Running Documents , all that displays is the source page and not the page that is running in the browser. Doing these same steps in IE6 worked fine. Also, note that the debugger statement does break but only shows the source page (not the running page) in Visual Studio and places the break at the end of the </html> tag. Therefor ...Show All
.NET Development Date interoperability between Java and VB.Net
Hello, first ever post on this forum. I am a beginner vb programmer who has been given the task of getting a 3rd party Java application to work with VB.Net. The WSDL we have been supplied contains date information that accepts nulls. The information passed is processed on the server side.I am trying to find a way to get VB.Net to send nulls to the wsdl. I have read on numerous sites that because in Java, dates are treated as reference values but in VB as value types that there is an issue. The company who supplied the WSDL are not willing to alter their structure and thus I am here asking if there is any way around this. Below is a snippet of one of the methods causing concern:- <operation name="retrieveIndividual" par ...Show All
Visual Studio Tools for Office Open and add method of excel application failed
Hi, We are creating an excel 2003 application using VSTO 2005. It's running perfect except we are getting 'Open method of excel application failed' or 'add method of excel application failed'. This error is not happenning always. So we are not able to debug it what's wrong within the code. Can anyone please help. Thanks and regards -Manash There has been no activity on this post for a long time, so I'm closing it now. Cindy has correctly indicated the areas you need to investigate. If the problem re-surfaces, please re-post. ...Show All
Visual Studio Express Editions files in a project
Hi All I am new to C#, I have downloaded VC#2005 EE, it's a great product! I have 3 questions: 1) If I create a simple windows forms new application I can find inside the solution explorer basically something like this: ... Properties... References... Form1.cs Form1.Designer.cs ... If I click on the Form1.Designer.cs node I open the Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> It's ok But if for example I open the following project ("Crafting a C# Forms Editor from scratch") (http://www.codeproject.com/csharp/SharpFormEditorDemo.asp) ...Show All
Visual Studio Express Editions Several simple questions from a beginner
hi there: I am a beginner in the visual c++ 2005 and in visual c++ 6.0, and i would like some help in the following questions: 1.- If in the express edition of visual c++ 2005 you don't have support for MFC,ATL. Then how do you work with databases . In the program you can connect to access and sql database. Then what about the other drivers like dBase,VisualFox,Text files etc. that in the ODBC Administrator of may machine I have . How can i use them 2.- I see that the Tool Box has the Masked Edit Control. Does anybody knows how to make this control behave like a calculator . What i mean is that in the calculator you click the numbers and display from rigth to left; until that point no problem, next in the calculator, you click th ...Show All
.NET Development Problem when accessing/enumerating MSMQ with .NET v1.1
Hello, i am working with the MessageEnumerator class. I use the MessageEnumerator.MoveNext() method to enumerate through all the messages in a message queue. Depending on the content of each message i remove it from this queue or not with the MessageEnumerator.RemoveCurrent() method. Then i (try to) dequeue a new Message from my queue again with MoveNext(). The while-loop (should) work until there are messages in the queue. My code looks something like this: ... enum.Reset(); while(enum.MoveNext()) { //check message and depending on the content of it call enum.RemoveCurrent(); ... Thread.Sleep(100); } ... The problem: If there is a new message been enqueued to the queue from another thread/progra ...Show All
.NET Development Get the IntPtr (pointer) of byte[]
Hi All, Is there any possibilities to get the pointer (IntPtr) of an array of bytes (byte[]) The array of bytes contents are constructed by reading from a stream. Please advise, Thanks & regards, Lok Thanks Matt, But, can you please show me some code example Especially on how I can create an instance of IntPtr that points to the byte[]. Regards, Lok ...Show All
