Libol's Q&A profile
Smart Device Development Compressed Cab file format
Hello Everyone, well i developed a client server applications for smart device but when i made the Cab file.. its over 1 MB in size (as it contains many bitmaps)... i want to compress that Cab file .. i know there is an option of compression but the problem is that .. when any client ask for the installer, the server will make some changes in that Cab file before giving it to client .. so its necessary for server to know the format of the Cab file .. so that it can make changes in it ... and its not easy to change anything in a compressed Cab file ... but how can i compress that Cab file in such a way that the server can understand its format and can made changes easily .. is there any way of doing this ... i really appreciate res ...Show All
Game Technologies: DirectX, XNA, XACT, etc. how to display text mesh without lights.
hi im into development of a cad system using vb.net and managed directx. and i use the vertex format - positioncolored now i have display text and im using mesh.textfromfont. after having creating the mesh object. i am not able to display it. i am just using tmesh.drawsubset(0) inside the begin.....end scene block..... i cant use lights coz all my other vertices use position colored vertex format....plz help......i moreover dont find any things to determine the x,y,z of the mesh.......how do i place it if i was able to draw it on screen. ------------------------------------------------------------- well sorry now i found that the text mesh does appear but the problem is that its too small.....even if i give more font si ...Show All
Visual C++ Programmatically change Network Property
How can I programmatically change setting in Local Area Connection property using C++ application I need to uncheck some property and then check it back. For example File and Printer Sharing for Microsoft Networks. Thank you. Ilya This question is outside of the scope of this forum (Visual C++ 2005 as a tool, not network programming). Try asking your question in one of the MSDN newsgroups like: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.networks&lang=en&cr=US ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Port asm to HLSL help please
Could someone who is more intelligent than me please convert the below asm code to HLSL. You will have a place in heaven if you do this ..... :O) Thanks, Dave PixelShader = asm { ps_1_1 tex t0 tex t1 // Specular dp3_sat r1, t1_bx2, v1_bx2 // r1 = (2.0 * (NormalMap - 0.5)) * (2.0 * (vSpecular - 0.5)) dp3_sat r0, t1_bx2, v0_bx2 mul_sat r1, r1, r0 mul_sat r1, r1, r1 mul_sat r1, r1, c2 // Diffuse + Ambient dp3_sat r0, t1, v0_bx2 mad_sat r0, r0, c1, c0 mad_sat r0, r0, t0, r1 }; PixelShaderConstant1[0] = (cAmbient); PixelShaderConstant1[1] = (cDiffuse); PixelShaderConstant1[2] = (cSpecular); I have been try ...Show All
Visual Studio Team System Nice tool but small annoyances
Almost beats Subversion but merging tool needs one small detail - when you have two upper windows with original and new source code and you scroll one of the windows left or down - Subversion automatically scrolls the another. That's very useful. If TFS team will fix this small thing - Team System will tie again vs Subversion... Thanks for the feedback. You might try a 3rd-party merge tool: http://blogs.msdn.com/jmanning/articles/535573.aspx ...Show All
Visual Studio Team System Plans for sharing project amongst team
Hello, I just tried importing my work database schema of tens of thousands of objects which went through within minutes, so well done on making the import a lot faster! I was curious as to whether a question I asked a while back has been reviewed. Basically I would really like our team to use data dude for our development, however we all have Team Developer licences (bar a couple of us who have Team Suite licences) and upgrading everyone to Team Suite or switching everyone to DBPro is not an option. All developers develop their own stored procedures, we have no 'Database Professional'. Therefore in order for us to use data dude projects, we would like to know if the scenario below is possible: 1) We have one designated 'Database Prof ...Show All
Visual Studio Tools for Office how to publish vsto word document in to sps site, as a document library's templete!
hi, i have a new problem how to publish vsto word document into sps site, as a document library's templete! i copy the dll and word docuemt into 'Forms' of sps doc library florder, and set the document templete file name, but create new docuemt throw a exception ,descript the dll can't load, i think can't down the dll i have used the vs publish, and uses the http://localhost/Document%20Library/Forms, but can't complete can u help me hi if you wan to pen smart document from share point then use following steps. 1. Publish the VSTO Document to any Share folder 2.create a virtual directory for this Share folder 3. put VSTO assembly to Global Assembly Cache 4. put VSTO document to for ...Show All
Visual Studio Class Designer
Okay mayby I lost the plot.. I have VS 2005 Standart...Where do i find the Class Designer or didn't come in Standart edition The Visual Studio 2005 Product Feature Comparison page tells us that it does come with the Standard Edition. As for using it... you've got 3 ways: Right click on a source file and select View Class Diagram. Add a new Class Diagram to your project through the Add New Item option. Open existing class diagram (.cd extension). ...Show All
SQL Server Need to change Logshipping monitor server
Hey, is there an easy to change logshipping monitor server I don't want to delete my whole configuration and recreate it from scratch just to add a monitor server. Right now, I don't have a monitor server for one db and when I go to the properties window for the db, it doesn't let me add the monitor server. I have done it in the past by dropping the configuration for Logshipping and then recreating it. Thank you. Hi Tej, Unfortunately you will need to first remove LS in order to alter the Monitor instance. Someone may suggest a dodgy workaround, but I would be very cautious following this advice... Cheers, Rob ...Show All
.NET Development useUnsafeHeaderParsing=true does not solve protocol violation error
Hi, I've been trying to use C# and .Net 2.0 to talk to a web-service that exists *outside* of our corporate network. This wasn't working due to a protocol violation so I tried a simple reproducible test case using [Http]WebRequest to access *any* page (e.g. http://www.bbc.co.uk ). In all cases I get a WebException thrown with the following message: The server committed a protocol violation. Section=ResponseStatusLine I've spent several hours searching the internet and come up with loads of results that point towards it being due to stricter HTTP header parsing as of .NET 1.1 SP1 (presumably that follows through to .NET 2.0 ) and that the proxy for my network may be returning bad data. It's worth noting that I have *NO* pro ...Show All
SQL Server SQL Server 2005 Query Designer can't find Microsoft.VisualStudio.vspSmoEnum.dll or one of its dependencies
I am running SQL Server 2005: Microsoft SQL Server Management Studio 9.00.2047.00 Microsoft Analysis Services Client Tools 2005.090.2047.00 Microsoft Data Access Components (MDAC) 2000.085.1117.00 (xpsp_sp2_rtm.040803-2158) Microsoft MSXML 2.6 3.0 4.0 5.0 6.0 Microsoft Internet Explorer 7.0.5730.11 Microsoft .NET Framework 2.0.50727.42 Operating System 5.1.2600 Everytime I try to open the query builder I get an error as follows: Could not load file or assembly 'Microsoft.VisualStudio.vspSmoEnum, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The module was expected to contain an assembly manifest. I am also running Visual Studio 2005 with SP1 applied. The version M ...Show All
Community Chat Is MS trying to throw away menu bar?
In IE7, classic menu bar is disabled by default. In Office 2007, there is not menu bar at all. Also the traditional toolbar is gone. I can't find a way to create my own custom toolbar too. What's happening I know menu bar is very classic and not pretty, but it is one single place that I am 100% sure that I can get all the features from a program. I don't want to lose it. ReneeC wrote: You didn't answer my question. When I do word processing, I'm interested in typing a document that's all. Why do I need a Gallery and Live preview We haven't had them before. I've been very happy with Word, if anyone asked me what word needed, it would never occur to me to say, "A Gallery and a Live preview. ...Show All
Smart Device Development Problem related to activesync
Hi all, I m facing a prob due to my stupidity itself. I was not getting to connect to the device that is imate SP5m, by mistake i deleted the mobile devices in the activesync option.now i cant add any mobile device. i installed again but in waste. plz help needed. Sorry, but this forum is for questions related to the Device Emulator. Please contact Microsoft Customer Support Services for help with ActiveSync. Barry ...Show All
SQL Server MDX help
Hi All, I have a calculated measure in my OLAP cube which is a distinct count of one of the keys in the Fact table. This is a semi-additive measure so I need Distinct count of the last child of this measure. How can I do this Is there a built-in function to handle this. I am using AS 2005. Any help would be greatly appreciated. Rohit Hi Rohit: I'm operating on a couple of assumptions here: (1) Calendar hirrearchy has structure: AllCalendar->Year->Quarter->Month (2) The lowest level in Calendar where MarketCount is valid is Month. (3) You want to see the MarketCount for the last month in the higher selected time period (Quarter, or Year). As an example, the MarketCount value ...Show All
Visual Studio Express Editions Load File, Change Text in File, Save File As
Okay, bear with me if I sound a little idiotic. I'm still new to this. Here is what I need to do: 1. Load file in the program (i.e.- htmlfile1.html, phpfile1.php, textfile1.txt, etc.) 2. Change some text in the file (i.e.- %my tag% ) 3. Save the file as whatever file I loaded (i.e.- htmlfile2.html, phpfile2.php, textfile2.txt, etc.) Here is an example: I have a file named "car.html". Inside "car.html" I have a line that says "Your car color is %mycolor tag%." When I load the file I don't have to see it. I can just enter some text in a textbox, press Enter (or push a button), and what I enter into the textbox will replace the %mycolortag%. I then save the file as "car-updated.html". Is this hard to do ...Show All
