Elisabeth1111's Q&A profile
.NET Development Master page:dynamic loading of aspx pages in multiple conten place holders
hi.. i hav an issue as.. my application has one master page contains multiple contentplaceholders and buttons.on button click event i hav to load aspx page.. in my trial i tried with ascx (controls) its working..i dont get for aspx page. Reply...immd Thanks in advance ...Show All
SQL Server Making SSAS Developer Edition act like standard edition
My understanding is that the Developer Edition of SQL/SSAS contain all of the functionality of the Enterprise Edition. Is there a way to force it to act as if it were Standard Edition (and therefore subject to all of the limitations of SE) The reason I ask is that with our product we're trying to maintain compatibility with both SE and EE. I realize I can just install SE instead of DE, but if there's a way to simple toggle the behavior, that wo ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Using Multiple UV Coords per Vertex
hi, i am trying to create my own Model Format, the Engine loads the Vertex, Indexes, Normals, Materials, Textures, Effects and "UVs". The Problem is: the modeling program use per-face Mapping, so, some vertices can have more than one uv coord. How i can apply this to my FVF struct MyVertex { float x,y,z; //Pos float nx,ny,nz; //Normal float u,v // UV } #define D3DFVF_MYVERTEX (D3DFVF_XYZ|D3DFVF_NORMAL|D3D ...Show All
SQL Server DBCC CheckDB
Hi: As part of database maintenance plan, I am using the option (checkbox) for checking the integrity of the database before backing up database or transaction log. I am not sure when this database integrity check happens (DBCC CheckDB). They seem to be happening at different times not necessarily right before database backup. Does anyone have more details on this Also I am backing up my user and system databases every night wi ...Show All
Visual Studio Express Editions playing music in vb express?
How do you play a wma or mp3 file do you have to have an activexcontrol, if so i have tried the windows media player activex control and I don't understand it. does anyone know how to do either i need something like wmp.play = C://Mydocuments/Mymusic/example or something like that Yes, the Windows Media Player control is the way to go. http://www.codeproject.com/useritems/Play_sound_in_VBnet ...Show All
Windows Search Technologies Need VPN Client Software
Hi, I need best VPN Client software for Windows XP. Please send the link ASAP. Thanx Ganesan .M Hello Ganesan, This forum is for questions specifically regarding Windows Desktop Search. If you have questions regarding VPN client software you might try these resources: http://www.broadbandreports.com/forum/vpn http://www.tek-tips.com/threadminder.cfm pid=463 Paul Nystrom - MSFT ...Show All
SQL Server An easy way to reference the nth row from a table meeting a condition x, and the mth row from the same table meeting condition y
Hi I am developing a scientific application (demographic forecasting) and have a situation where I need to update a variety of rows, say the ith, jth and kth row that meets a particular condition, say, x. I also need to adjust rows, say mth and nth that meet condition , say y. My current solution is laborious and has to be coded for each condition and has been set up below (If you select this entire piece of code it will create 2 datab ...Show All
Visual Studio Team System Namespace Changed in VS 2005 RC
Hi, Why this namespace got changed in VS 2005 RC build " Microsoft.VisualStudio.QualityTools.UnitTesting .Framework" to "Microsoft.VisualStudio.TestTools.UnitTesting". I have to go and change this namespace on all my test projects. Can you someone explain the reason behind this. It was part of a namespace cleanup, and getting FxCop clean(er). E.g. remove code names, make namespaces more logical etc. Is this causing you a spe ...Show All
Windows Forms Datagrid: Photo's
I'm trying to fix up my boss's work (am not really an expert in VB but I know a bit). We already have the ability to load photo's into the database (and they work fine). However, when I click the "Load" button I get the&nbs ...Show All
Visual Studio Team System More Questions...
Hi All, More Questions: 1) How to know in a WebService that there are only WebMethods inside it 2) How to know the class some other class inherits from Regards, Marcelo. Hi 1- public override ProblemCollection Check(Member member) { Method method = member as Method; if (met ...Show All
Visual Studio Team System How are functional requirements recorded in MSF for Agile Software Development?
We're starting to use VSTS and happy to go off the bat with MSF for Agile Software Development asa process for now (tuning it to our needs as we go). A problem emerged for us today that I can't seem to resolve reading the process guidence or searching on the web. MSF for Agile has Scenario and Quality of Service Work Item types and these I understand I think and value. Quality of Service Requirements are sometimes called Nonfunctional Requ ...Show All
Visual Studio Express Editions com and microcontroler
I’m a beginner with Visual Basic. My final faculty project (assembly hardware and software) consists of driving microcontroller from PC. I have choused visual basic 2005 express edition to make graphic interface ( supervising controlling and data acquisition ) Argument: I ‘m using serial COM port for connection between devices. I my see lateral (ascii) on Hyper terminal; I ha ...Show All
Visual C# "taskbar notification"
I'd like to use a "taskbar notification" in one of my apps. What I mean is that I'd like to have one of those little message boxes that look like tooltips (yellow background) slide up from the taskbar, stay up for a few seconds, then slide back down. I've seen them referred to as taskbar notifications, but they probably have a different name in the VC#/.NET. If anyone knows what they are called and how to use them, I'd appreciate knowi ...Show All
Visual Studio Different behavior between .sln and .sln.proj file
Hi I just discovered an interresting issue. I have created my own targets file that are called from my project file called Testproject.proj. I have changed the import line in the proj to look like this <Import Project="$(SolutionDir)..\MyCustomTask.targets" /> The interresting thing is that when I run my Msbuild command on the solution(Testsolution.sln) that contain the proj file it does not resolve SolutionDir correctly. But wh ...Show All
Visual Studio Native C++ Inline Break Invokes JIT Debugger in vs8 and Fails
I'm using the standard method for stopping a C++ native program midstream (ie): ------------------------------------------------------------------------- #include <windows.h> INT WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,INT) { DebugBreak(); return 0; } ------------------------------------------------------------------------- cl -ZI -D_DEBUG -DDEBUG joe.cpp user32.lib ... ------------------------------------------------------- ...Show All
