niceanimesh's Q&A profile
Visual C# Graphical Counter help, Novice Probably easy
Hi there, I have a question. I want to use picture boxes along with numbered images I made (0-9) and want to have 6 numbers displayed. I'm trying to do it with switch but since I'm ProNovice the only way I can think of to do it will take up 270 lines of if's and else's. I'll post here a (small) chunk of the code... I'm sure there's a better way of doing this but, well, being new sucks! :) private void StupidCounter( string position ...Show All
Software Development for Windows Vista render videos on a d3d texture with the VMR9
hallo, a the moment im trying to develop a program which should play videos. i want to build the menu with d3d sprites and display the videos with the vrm9. until now i've tried to do this with the allocator presenter from the ms samples. rendering the video as a sprite works fine, but theres a problem in the sample. the allocator presenter calls the draw function, when the video stops, the rendering of the sprites stops too. but a me ...Show All
Smart Device Development Problem with setup and use a GPRS RasEntry...
Hi everyone, Does anyone has already played with a PocketPC with GSM cellular I’m with a Eten P300B and I’m having some difficults to create and manage DialUp accounts (RasEntry). When I’m creating an Entry trough the Windows Mobile UI, I have to select the "Cellular Line (GPRS)" device and enter a access point name ("tim.br"). I always used the RasGetEntryProperties and RasSetEntryProperties functions to create and manage Ra ...Show All
.NET Development Error only in Release Configuration: "There was an error generating the XML document."
I am getting an error when I try to run my VSTO application in Release mode. We've attached Web Services onto an Excel spreadsheet and for some reason in Release mode I get "There was an error generating the XML document." when I try to execute the web service. Oddly enough it does not happen in Debug mode. What is different I am very new to this so I am unclear as to what is different in this aspect. ...Show All
SQL Server Render Excel Report with Gridlines Showing
How do I render an Excel report with the gridlines showing when I create a report from RS 2000 The gridlines option box is unchecked when the report is opened in Excel. Thanks! Currently grid lines will always be disabled when exporting from RS. You can use explicit solid borders in tables to get gridlines for individual rows. -- Robert ...Show All
Visual C# How do you change the file version?
I have created a C# app in VS2003. I have changed "assembly: AssemblyFileVersion" to what I need. I then right-click on the .exe file in explorer and select Properties. In the Version tab, the File Version at the top is "0.0.0.0". In the list box, the File Version shows what I changed. How do I get the File Version at the top of the dialog to reflect this I tried that and the File Version at ...Show All
Windows Forms Possible Bug of the TableLayoutPanel?
Try this to duplicate the possible bug: 1. Drag a tablelayoutpanel on a form inside the VS 2005 IDE. 2. Make it two rows and two columns. 3. Put a textbox in the seond column on the seond row 4. Set the textbox's columnspan = 2. Since the default grow behavior of the tablelayoutpanel is to add rows, our textbox will now move to the newly-added row to occupy two columns. Everything is fine, right But wait, we cannot ...Show All
Visual Studio Dependency analysis between built items
Hi, Is there a way to trace dependencies between built targets at build time and to understand why a particular target is built or not I tried to set build log ouput to "Diagnostic" but I didn't see any differences in my build ouput window or in my build log html file (C++ DLL device project). The logs are the same... I saw that in this thread a special option should have been added in the RTM but I didn't see anything in the documentati ...Show All
Visual C# default()
In going through the Workflow examples, I keep seeing this type of parameter declaration: public string ReportEmployeeId = default (System. String ); I can't find any documentation on this and haven't come across it before. Any help is appreciated. Thanks, Ned This feature of C# comes with generics. check out following link for more details. http://msdn2.microsoft.com/en-us/library/xwth ...Show All
Architecture Synergising Whitehorse, DSL's, GAT, Enterprise templates etc
Hi, This is my first post in this architecture forum. Theres some really good stuff floating around in the posts. Nice community. Hope I can contribute something useful. Anyway, heres something i've been thinking about since i attended TechEd Amsterdam last year. Beat Schwegler showed us a GAT package named Melted Cheese which created a 6 or 7 layer web service (one for the data, one for business, one for the service facade, one for an enterp ...Show All
SQL Server Stored Procedure runs but no records inserted
I have just installed a fresh copy of SQL Server 2005 on a new server. I transferred over one of my stored procs which has been working beautifully on another SQL Server 2005 server. This time though when it's run, It runs but doesn't insert anything into the destination table. I recreated the tables that were on another server on this server by using the SQL query that you produce when you do a Right-click | Script Table As ...Show All
Visual Studio Okay, how do you deploy this to an ISP
I have an ASP .Net 2.0 application that uses the report viewer control for local reports. This works perfectly on my development machine, but when deployed to an ISP, I initially get an error that the Microsoft.ReportViewer.Common assembly is not found. I can bypass this by deploying the assemblies, but then I get an error: The definition of the report 'Main Report' is invalid. There is no "Main Report" in my application, so I assume I ...Show All
Visual C++ lnk1112
In VS2005, I added a MFC DLL project. The default platform is win32 and this project does not have input lib. A very simple boiler plate project with code from Microsoft. Then I converted the project to x64 by setting the platform type to x64. I can see that the target machine type from the Linker option got changed to x64. Then I built the project from VS2005, I got the following error: \ x64\Debug\mfc2.obj : fatal error LNK1112: ...Show All
.NET Development advpack.dll and 64-bit .net installation
I'm trying to install the 64-bit .net and get an error with c:\windows\system32\advpack.dll when trying to install. Any suggestions mine is an AMD 64 machine running Windows XP 32-bit please help with this netfx64.exe which i downloaded from the microsoft website... ...Show All
Visual Studio Team System Error checking in Setup Project
We were setting up a new team project, and went to attach the solution, including the setup project, to our team project. Everything was fine, except the setup project sent several errors up on the screen, and now the references are wrong. The error that we received was: Error 1 error(s) encountered attempting to perform the undo operation on 910 item(s) First Error Encountered: No pending changes were found for C:\Program Files\Common ...Show All
