Software Development Network Logo
  • IE Development
  • Windows Vista
  • Visual C#
  • VS Team System
  • .NET Development
  • Windows Forms
  • SQL Server
  • Microsoft ISV
  • Visual Studio
  • Visual C++
  • SharePoint Products
  • Visual Basic
  • Visual FoxPro
  • Audio and Video
  • Smart Devicet

Software Development Network >> Flip597's Q&A profile

Flip597

Member List

Virtual Reality
Akram Hussein
pappascd
Joshua Remigius
sl0140
SEMAN
Missis Crystal
JavaBoy
Matcon
dima_ua
Narayan19
Morten Dahl
deen
abi
Teke175
detzX
Thymen
edwin11
Adam Plocher
Aazad
Only Title

Flip597's Q&A profile

  • Software Development for Windows Vista Sound not muting

    Hi. I have recently upgraded to Vista Home Premium and I have noticed that the sound control volume in the bottom of the taskbar does not affect my speakers. It worked fine in XP but in Vista it doesn't. My hardware in XP was called C-wave Media Device but in Vista it was called Via Ac'97 Enhanced Audio Controller. I have attached an image to help explain things better. The 'Main Volume' [blue boxed] is the one that actually affects my speakers. However, the 'Speakers' [red box] do nothing, but is the default setting. How can I make the 'Main Volume' the default application so when I press mute it will actually mute Thanks! -Run3_kn1ght ...Show All

  • .NET Development Help with speed

    Hi all, I have a asp.net 1.1 app that Im running on a clients server its all going well, but he complains about it running "slow" I have alot of postbacks, but it shouldnt be that slow. How can I see what is taking time, how my code is inefficient etc... so as to speed it all up Thanks for the help Mark ASP.NET apps are off topic here, if you ask at www.asp.net , you're bound to get the help you need. Remember tho, it's just possible that what your app is being asked to do takes longer than the client would like !!! ...Show All

  • .NET Development Add record with null value to typed dataset

    Hi, Using the typed dataset functionallity, I encountered the following problem. I created a new dataset, added a table "Keyword" to it with the designer and let Visual Studio generate the typed dataset. In this table is a column "ParentID" which has these properties: AllowDBNull : true DataType : System.Int32 When I tried to add a new record to this dataset I noticed that I have a method dataset.Keyword.AddKeywordRow (string Name, int ParentID) (Name is just another column in the table) How I'm I supposed to get a null value into the ParentID field of the new record Or isn't that possible Kind regards, Christian Mol #include "polygon.hpp" #include <cmath> class triangle : public ...Show All

  • Visual Basic Sum on a listview

    I've the following code to populate a listview with records from my database: Private Sub preencherListView() Dim lstItem As ListViewItem Call conexao() sSQL = "SELECT * FROM [TempoTotalFamiliaQuery] WHERE (Data LIKE'" & dtpDataRelatorio.Text & "')" da = New OleDb.OleDbDataAdapter(sSQL, con) da.Fill(ds, "TempoTotalFamiliaQuery") For i As Integer = 0 To ds.Tables("TempoTotalFamiliaQuery").Rows.Count - 1 lstItem = New ListViewItem() lstItem.Text = (ds.Tables("TempoTotalFamiliaQuery").Rows(i).Item(0)) lstItem.SubItems.Add(ds.Tables("TempoTotalFamiliaQuery").Rows(i).Item(1)) lstFamilias.Items.Add(lstItem) Next l ...Show All

  • Connected Services Framework CSF, OCS & LCS

    How does OCS fit into the CSF framework And a follow-u question, how are LCS and OCS linked in a CSF framework. Nataraj, how can CSF helps in doing billing of all the VASes. From what i read about Billing SBE is that if the services send any billing info, instead of VASes sending billing info directly to the billing system, ur billing SBE can act as an intermediary. And also all the VASes you mention are part of HMC. Then how can we say that CSF helpds in aggregating different VASes. Thanks Vinay ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Vista Compatibility

    Looking for any hints on when a Vista version will be released. (Note that I'm in the middle of installing the same version as everyone else is right now, but the web site says it won't be out for a bit). I really don't want to put a third OS on my system just so I can run xna express. (I've already got Vista Ultimate 32 and 64 bit on here - starting to get crowded) Dan Yep I see the same thing, the correct icon shows up in Explorer for the project but if you try to double click on it, it doesn't launch C# Express. If you run C# Express then open the solution it's fine. I did spend a day or so getting the service pack and patch in place when migrating to Vista. ...Show All

  • Visual Studio Express Editions project creation failed

    I just got a new laptop with Windows XP Media Center edition on it. After getting rid, stopping, uninstalling, etc, all the extra stuff that the OEM fells compelled to install, I downloaded the VC ISO image and installed Visual C++ 2005 Express Edition - I used all the defaults, so I got MSDN and SQL Server Lite as well. However, when I try and create a new project, I get a dialog box that says "The operation could not completed. The specified module could not be found." This occurs regardless of what template I use - General/Empty or CLR/CLR Empty or any other CLR combo. I've tried re-installing several times with no luck. After searching here, I found a thread that blamed IE7 for this and that Service Pack 1 fixes this problem - I in ...Show All

  • Software Development for Windows Vista code 43 with wddm

    Hello I have installed vista several times, clean install on primary partion, dual boot with winxp pro sp2 my problem is the wddm driver, installs but after reboot stops with code 43 as does the ati vista beta driver I finally installed the ati drivers that came with the card and they report that they are working i reinstalled the agp driver and now dxdiag indicates that I have acceraltion 3d etc my system is asus p4s8x-x, intel 2.4 ghz wdc 120 wdc 200 ati 1600 pro with 512 meg mem anyone have any suggestion as to how to get the wddm drivers or the ati beta drivers working the vista update indicated that I did not need to do anything as all was supported any help appreciated ...Show All

  • Smart Device Development Process.Start() causing TypeLoadException

    I have a console application that uses Process.Start(full_path_to_myapplication.exe, "command_line_arg_1 command_line_arg_2") to start a Windows Forms application that has command-line arguments. (By the way, neither command line argument contains a space.) Trying to do this gives me the following error: Error An unexpected error has occurred in myapplication.exe. Select Quit and then restart this program, or select Details for more information. File or assembly name "YourLibrary, Version=1.0.0.0, culture=neutral, PublicKeyToken=null', or one of its dependencies, was not found. Clicking on details lets me know that this was a TypeLoadException. YourLibrary.dll is clearly there in the same folder as myapplication.exe. If, ins ...Show All

  • Windows Forms Regarding ToolStripContainer

    Can any one suggest some good example to work with ToolStripContainer. Regards http://msdn2.microsoft.com/en-us/library/ms181005(VS.80).aspx Might help. James ...Show All

  • SQL Server SQL Server 2000 Security When Transfer Database

    Hi I'm going to put my database in setup file that I've been ready before. My Software could be use from database after installing in every system , but other users won't be able to access to data or structure of database , even with adding of database to SQLServe Enterprise Manager . How Should I can do about this Tanks very much Check the following thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=52094&SiteID=1 . I think what you want to do has been discussed there already. If that is true, I'd also want to point out that that topic isn't really about security. Thanks Laurentiu ...Show All

  • Visual Studio 2008 (Pre-release) Configure WCF to listen on any adapter

    Hi, How to configure WCF to listen on any adapter of my Server I have two adapter with this address : 192.168.254.33 ( router for internet ) 192.168.0.1 ( local network ) When I start my WCF Server its accept only connection from 192.168.254.33, but I need to accept from 192.168.0.1 too. Thanks, Alexnaldo Santos try: net.tcp://localhost:8000/suNET/service " /> ...Show All

  • Visual C# Memory Leak WIN32 heap

    All, We have a serious, and very difficult memory problem: We have build a .net program in C# wich bundle files and exports files. This all trigered via an Oracle database connection. The program is well tested on several servers (first a development, then acceptance server). followed by the release on the production servers. On the development and test server, there was no single memory problem. But when we start the program on the production server, it takes immediate more memory (10MB on test, 20 MB on prod) even when it has nothing to do (no queue messages on the Oracle queue). When we start using the program, the free memory on the server decrease very strong. We used following tool to find where the memory is going ...Show All

  • Visual Studio Team System Data truncated to 255 characters when copying TFS-Excel form

    Hi Guys, Possibly an old question, but I can't seem to find the answer anywhere, and it is quicker to ask. I am trying to migrate data from our old Problem Tracking system to TFS. I have jumped many hurdles and have a working template and the process is almost complete. I have created two spreadsheets, one using a query to get data directly from our old database, and another directly generated from TFS. Copying and pasting from one to the other seems to work perfectly (some minor transition flow validations aside). However! I have found that the longer fields, eg: Description, are being truncated to ~255 characters! Is there any way to resolve this problem NOTE: If I manually go through each and every field in the original, edit the cont ...Show All

  • Visual C# Transient project reference problems in large solutions ... how to handle broken references in partial "work solutions"?

    Hi - We do the following: We have a project of about 20 people, with - at this time - about 180 VS 2005 csproj files. This is expected to grow to 300...400. Obviously, we do not use a "super solution" containing all these projects - we use msbuild for doing a complete build (it just builds all csprojs it finds), and developers work with small, "custom work solutions" containg just the projects they need. We have decided to keep ProjectReferences in all project files - this is great when including another project into a solution. Also, Resharper is happy when it sees all those references. However, when we open such solutions, about 70% of the time the references to projects NOT in the solution get yellow marks t ...Show All

©2008 Software Development Network