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

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

gtimofte

Member List

Giber
Sicundercover
JJKusch
rhansen
Han Qiao
Libol
NeroToxic
netie
srinimg
AMITSETH1000
Zacky
BobInIndy
Grant Holliday
Stojance
WidgetWorking
Wheeldo
ThirtySix Software
DanR1
Anu Beniwal
FranklinBAH
Only Title

gtimofte's Q&A profile

  • Visual C++ COM DLL, regsvr32 and manifest - blech!

    I have a COM DLL that relies on MSVCR80.dll and when I try to register it with regsvr32.exe I get a "loadlibrary failed -2147220473" error.  If I create a regsvr32.exe.manifest file and place it with regsvr32.exe, then it works.  There has to be a better solution though.  I can't count on target PCs having regsvr32.exe.manifest installed (and I'd rather not install it if possible). Hi Keith, Went through your post at msdn blogs. I too have been working on Vista and tried to embed a manifest into a com dll using rc.exe but it dint have any effect and was not able to perform admin tasks, though i suceeded when i tried to embed a manifest into an exe i succeeded and the exe was performing ad ...Show All

  • Visual Studio Express Editions Getting the sound length in Progress bar

    Currently I'm making a media player which is using Windows Media player DLL. And I would like to get the length of the sound which is currently playing in Progress bar, How would I do that Please Help . Sorry for poor explanation. Your first suggestion was my problem. I made that the user has to choose the files which they want to play from OpenDialogBox . So that user can press Next,Previous etc. But I have to put those songs in PlayList first. My problem is that are there anyways not using PlayList Here is my codes, private void openToolStripMenuItem_Click( object sender, EventArgs e) { int i = 0; string path = axWindowsMediaPlayer1.URL; pl = axWindowsM ...Show All

  • .NET Development Help with Infopath code.

    My name is Omar Kalala, I am creating a facesheet for medical charts. I am using infopath 2003 and i need help changing the save behavior. I need to know if there is a way to change the save code so that I can have the default filename be taken from specific criteria that users will enter into the blank form. Moreover, I also need to know if there is a way to change the default directory and folder that the new forms will save to. If anyone has any answer to this question, I would greatly appericate it. Omar, Your question has very little to do with the topic of this forum -- XML and the .NET Framework. Therefore, it would be helpful to move it to a more appropriate forum. Cheers, ...Show All

  • Internet Explorer Development Input type=file IE 6.0.2900 XP SP2

    Hi We have a simple problem with IE and this simple HTML page <HTML> <body> <form name="Test" method="post" action="Me.aspx" id="Test" enctype="multipart/form-data"> <table> <tr> <input name="File1" id="File1" type="file"/> </tr> <tr> <input name="btnSubmit" id="btnSubmit" type="submit" value="GO"/> </tr> </table> </form> </body> </HTML> If we put some text in the File input ('sdjskd'), the form does not submit. If we leave blank or some text beginning with c:\ or select a valid path from the browse button, the fo ...Show All

  • Visual C# Multiple application instances

    Hi, How do I stop multiple instances of the same application running. (ie: if the user starts an application and then tries to start it again I want to prevent the second instance from starting) I must be missing something or doing something stupid. Thanks in advance Andrew Hi, if you are working in .net 2.0 you can set a flag in the project properties wether to allow multiple instances of the app running. Hope this helps, please close the thread if it does ...Show All

  • Software Development for Windows Vista Tracking Query returns null

    I have update the Workflow Foundation from the Beta 2.2 to the RC1. In the RC1 there is no "SharedConnectionWorkflowService" anymore. It is called "SharedConnectionWorkflowCommitBatchService" now. So I changed that. Since that I get an error in following code statements: SqlTrackingQuery sqlTrackingQuery = new SqlTrackingQuery (ConnectionStringWorkflowService); SqlTrackingWorkflowInstance sqlTrackingInstance; sqlTrackingQuery.TryGetWorkflow(e.WorkflowInstance.InstanceId, out sqlTrackingInstance); The method "TryGetWorkflow" doesnt populate the SqlTrackingInstance. It is being null. Before changing the Shared Connection Service it worked. Any suggestions, where the problem may be Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What's the Story with Background Music?

    Is background music something that's not supposed to be a part of XNAGSE ...or are we meant to use XacT to accomplish this It seems to me, using WAV files for BGM is like using your screwdriver as a hammer, which would suggest it wasn't part of the plan. Background music has a way of breathing life into a game. It would be a shame if it weren't feasible. Thanks, that's huge, that helps a lot. So, after playing with XACT for a while I figured most of it out. Now, if I wanted music to stream and sound FX to load into memory, I would need two separate sound banks and two sets of 'AudioEngine' objects for my XNA project, is that correct Because as I see it, either the entire soundbank streams data, or the entire soundbank is ...Show All

  • Visual Studio Team System Only Team Sytem cube is visible

    On my prodcuction server, I can only select the "Team System" cube when creating reports, while on my test server all other cubes (Code Churn, Build, etc) are also visible. Some of the default reports (Bug Rates) are returning an error: "Query execution failed for data set 'PriorityParam'. (rsErrorExecutingCommand)" Others like "Bugs By Priority" are working fine. Any ideas Thanks. If you are using SetupWarehouse.exe to rebuild the OLAP cube and/or the relational warehouse, then you do not need to stop AS. ...Show All

  • Windows Search Technologies Have an idea for a Windows Desktop Search Technical Chat? Post it here!

    Microsoft is striving to deliver an integrated community experience that responds to the needs of our customers.  We're committed to providing online communities that allow people to interact, collaborate, provide feedback, and seek help with Microsoft products and technologies.   The Windows Desktop Search Forum is one example of such a community and we're currently exploring the possibility of expanding our community offerings via a series of Windows Desktop Search Technical Chats.     So, with that in mind, we'd enjoy hearing from you if you have one or more ideas for a Technical Chat.  Just post it here as a reply.   Stay tuned for more information about sc ...Show All

  • Visual C# Data from two column of a Table in one ComboBox

    Hi, It's possible merge data from two column of a Table in one ComboBox for example I've in a Table the column Name and Surname and I want that data in one ComboBox for select Name and Surname! Thanks, bye! hi, datacolumn has a 'expression' param. , you can create a third column and in the expression you can compine 2 columns in the new one something like this datacolumn dc = new datacolumn("name", typeof(string), "column1 + column2"); then you can add it to your datatable and use it for your combobox hope this helps ...Show All

  • Smart Device Development Socket.BeginRecieve Mystery

    Hi, I am working with the sample code for Asynchronous Clients: Asynchronous Server Socket Example My Server platform is WinCE 5.0 CF2. When I connect the first time and pass a string. It works as expected. When I connect again with a second instance, The Socket.BeginRecieve call gets made, but the actual Call back never occurs. So, I see a connection occur, but a second socket and thread do not appear to get fired off. I see Waiting for connection.... Over and over again.... This appears to be a bug. Near identical code worked fine on CF1.1 DGMQS I have looked at the above code and added the client portion as well. The program seems to run fine on PPC 2003 and WM 5.0 PPC with NETCF 2.0 SP1. Below is the program: ...Show All

  • SQL Server What is Best way to Count the number of records in a table - Sql Server 2005

    I have a table with 54 million records But it take lot of time when i am using Count(*) or Count (ColumnName). What is best way to Count the records in Sql server 2005 Regards Vasanth Lets clarify a few points. count(1) and count(field) are different as count only counts non null values Secondly there is a lot more cached than just plans. Data initially resides on disk and then is read into memory when used by a query. If a subsequent query then needs the data it can be read from memory and not disk. This is one of the biggest optimisations that you get with a database engine. Finally if you want a dirty count you can use sp_spaceused or directly from sys.partitions. Note these are approximate values. ...Show All

  • SQL Server How Do I Create Table Relationships?

    I have spend days researching this and found others with the exact same problem but there are no useful replies as people don't seem to understand our problem. Please read this carefully... What is the best way to create relationships between new SQL tables For example, say I want to create a new database with tables for Customer, Orders and Details, how to I relate these tables - Edit via the Dataset designer in Visual Studio 2005 - Use the Server Explorer's Table designer in Visual Studio (not sure how to use the 'relationship' icon) - Use SQL Server Managment Studio Express (SSMSE) Database Diagram - Something else I am using Visual Studio 2005 Standard and SQL Server 2005 Express (SP1). I created a new database in Visual Studio ...Show All

  • Windows Search Technologies how to use the Foxit PDF Ifilter??? no preview

    I have downloaded the Foxitsoftware Ifilter for PDF viewing.. I have installed it, but I cannot get preview to work :( Anyone get any solutions (i have used thed .PDF; in the preview option ) to use Foxit (i need some of the features of Foxit Reader Pro - so I was verymuch hoping the Ifilter would do the trick) Adobe Acrobat Reader 8 comes with the iFilter. I don't know if there is a separate download for just the iFilter. David Peng (MSFT) ...Show All

  • Visual C# including quotations

    Hi does "\"" + "T" + "32" + "\"" is equal to "T32". If not how to include quotations Thanks! Santhosh yes this string str = "\"" + "T" + "32" + "\"" ; //string str = "\"T32\"" ; //test in debug Debug .WriteLine(str); //test in MessageWindows MessageBox .Show(str);   will  display "T32" ...Show All

©2008 Software Development Network