Stalwart team member's Q&A profile
SQL Server Is this possible? How
hello guys, I want to create a report using a bar chart data region from a cube. The cube contains Date and Time dimentions. Here is my question: The catagory field (x-axis) value of the bar chart is dependent on the paramaters value(i.e.StartDate and EndDate). For instance if the difference between StartDate and EndDate is greater than 1 year, the x-axis value for the bar chart should come from the Date dimention and display the year value. ...Show All
Visual FoxPro Parameter Query
I have a date field that has the hire date for an employee. I have built a search form & I would like to be able to have users search for the hire date within a time frame. (i.e. 04/01/04 and 04/30/04). How would I do this In Access I would be able to put the "between" clause in the criteria field in the query designer. I am a newbie to VFP & have NO CLUE how to do this. Thank you!!! Got it to w ...Show All
Game Technologies: DirectX, XNA, XACT, etc. fill indexbuffer with vertex-adjacencies
I've created a mesh using the face-centres of another mesh. This works fine, but i don't know how to fill the new indexbuffer to render the new mesh (trianglelist) correctly. I think the new indices could be computed with the adjacency-information of the old mesh, because the new vertices have the same adjacencies as the old triangles and that should be enough to define the trianlges. I already tried something like this... f ...Show All
Visual Studio adding submenus
i'm trying to add the same command to two different menus (a custom submenu on the menu bar and into the solution explorer context menu). the first add goes through just fine. the second call to Command.AddControl(CommandBar, int) crashes with a "Catastrophic Failure". as usefull as that error message is, can anyone give me a bit more info Catastrophic Failure is the error message returned when a crash is found, usually because a N ...Show All
Windows Forms ListView sorting
hi there, i have a ListView on my form. Its 'View' property is set to 'Details' and it has several Column items in its Column Item Collection. I want the user to be able to click on one of the Column headings and see a little arrow facing down (Sort by ascending order) or an up arrow (Sort by decending) similar to Windows Explorer. How does one make this little 'arrow' visable to the user regards, there is good article on CodeP ...Show All
Windows Live Developer Forums media player
salut je suis rachid je veut c'ils vous plais dans mon espace un media player This is not the appropriate forum for support questions about the MSN Spaces website. This forum is meant for discussion about the MetaWeblog API provided by MSN Spaces. ...Show All
Smart Device Development Playing sounds
HI im writting a new program and i need to be able to play sound files. Mp3 files prefered but i can use wave files or anything else that works. Forgetting to post probably ill put it in my sig. I use vb.net 2005 for smartphone 2003 Thanks all I simply lost the dogbark.wav file on my smartphone when I did the reset. Can anyone please tell me where I can download it or a way I can retrieve it again. I searched the device and for some re ...Show All
Visual Studio Express Editions Namespaces
Could some one point me to a tutorial on how and more importantly when to use a namespace. My background is VB 6 so I am not familar with the concept. Thanks. cgraus wrote: They are seperate chunks in the sense that if one namespace contains a class, another namespace cannot use that class without first referencing it explicitly by namespace. The .NET framework is the most obvious example of this.& ...Show All
.NET Development Remoting-v-webservices - the prescriptive guidance is nuts ?
Web-services excel for cross-platform/cross-language communication. However, what about communication for the internal tiers of an app, where it is .NET on both sides It's the endless debate of remoting-v-webservices. Remoting - faster performance and richer type system, versus the lower-performance, lowest common denominator of web-services. The message that I perceive from MS is "use web-services for everything - remoting is only for in- ...Show All
Visual C# Windows-Service StartUP
Hi folks, it is possible to change the Startup Option of a windows service for example from automatic to manuell like in the managment console I don't think there is a standard fuction for that in the .net framework, but you can always use interop to access a service. You need to call the following Win32Api methods (use dllimport): 1. OpenScManager 2. OpenService 3. ChangeServiceConfig 4. CloseServiceHandle (for the service ...Show All
Visual Studio Team System Typed DataSets
CA1034 - NestedTypesShouldNotBeVisible error on a Typed DataSet CA2237 - MarkISerializableTypesWithSerializable on a Typed DataSet Should I not use FxCop on Typed DataSets as they are generated code Hi Schenz, What version of FxCop are you using We have done a lot of work in the last half year to reduce noise on generated code like typed datasets. So if you see any violations like these with recent versions of FxCop, I'd like to know ho ...Show All
SQL Server Having a drilldown report "go back" to original report
Hi, I have a main/summary report which returns a list of records. Each record on this main report contains a link to a detailed report for more information on that particular record. That all works just fine. But on my detailed report, I want to provide a button to allow the user to easily "go back" to the original report. I noticed that at the top of my detailed report is a toolbar, with icons to print, search, etc., so this s ...Show All
Windows Forms Returning value to mother form
I open new form simply by Form2 frm = new Form2(); frm.ShowDialog(); in this new form are just two textboxes and buttom. I need to get values of those textboxes back to form which is opening new form after buttom click. I tryed some stuff about ...Show All
.NET Development Can I Limit rows returned in native data grid in VS05 and SQL Server?
I don't know if this is the right place to post this, since it is a tooling question, but I am pulling back rows in a native data grid from SQL Server - I don't see an option where I can define how many rows to return (or limit rather). It looks like it is fetching it in blocks, which is good - -but I just want to return the first 100 rows let's say -- can I do this One way would be to add "TOP N" to your SQL: ...Show All
Visual Studio Team System TFS Group Security Client Tool (GSSUTIL.EXE) not installed?
After installing the App Tier I wanted to use the tool mentioned, but I can't find it anywhere. Not installed as supposed to Regards, Carsten ------------------------------------------- From the Team Foundation Installation Guide: To add a user to the Team Foundation Administrators security group using the TFS Group Security Client Tool (GSSUTIL.EXE) Log on to the application tier computer using the credentials of a user account that is ...Show All
