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

Software Development Network >> Derek Comingore's Q&A profile

Derek Comingore

Member List

Dwebs
BobH
WoFe
Keith Farmer
nbrege
Jamie Clayton
Bill Cumming
moh hassan
ShadowRayz
leclerc9
krig
jeff1024
David Pallmann
Developaine
Morten Dahl
joginaidu
guilhermecvm94558
Dietz
Paulo Braz Figueiredo
jepptje
Only Title

Derek Comingore's Q&A profile

  • Smart Device Development Navigation of pocket pc like smart phone

    I have converted a samrt phone project to pocket pc. It is working fine. But the up and down soft key are not working correctly.For example if there are some text boxes in the form then in smartphone if I press down or up keys the focus changes but in pocket pc it doesn't behave like that. What Can I do ...Show All

  • Visual Studio 2008 (Pre-release) Maximize and Fullscreen difference?

    Hey! I have set my windows windowstyle to None and then made my own titlebar etc. When i set the WindowState to "Maximized", it changes to Fullscreen-mode. The MS-Window-Start menu can not be seen anymore. I just want my window to be maximized, not fullscreened. What have i done wrong //Olle See this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=405055&SiteID=1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2 models on one game1.cs?

    Hello, I have followed the first three starter videos for game making in 3d, and they have worked. But, I now need to know how to put a second model into my game, and then a third, etc... Here is the code from my game1.cs Some of it may be untidy, but I can fix that at a later date. I have already loaded the second model into the pipeline, but I am unsure of how to draw the second model to the screen. Can anyone help me thanks Dave #region Using Statements using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Storage; #endregion name ...Show All

  • Windows Forms caller ID c#.net

    hi developers... i want to do a windows form that showing caller id.. i ha ve a external modem which support caller ID so who can show me a way or example code You might be able to look at some of the TAPI Interfaces for programming your interface code. As the above poster says you will need to find out how you modem passes the information through. You might be able to get the information using hayes commands. All in all you might also want to ask the question in the .net communications forums on this site to see if those guys know how to get it. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is there any plans to add networking to the XNA API?

    I read that XNA does not support networking in the FAQ. And I realize if it was provided there would be many security considerations to keep ill thoughts at bay. But, does microsoft plan to add limited networking to introduce online XNA gaming possibilities Maybe through a strict set of web services I know XNA is new, but XNA would be limitless if we could rent server space from microsoft or some other 3rd party. They are planning, at some point in the future, to release a professional version of XNA that would have the APIs for the XBox Live communications. Currently, you can implement your own system, but only for Window's games. ...Show All

  • Windows Forms How to get that the main form is going to be minimized

    Hi, Is there any way (like an event) to get that user is pressing MinimizeBox I totally want to know how to get that the user wants to minimize the main from. In this case i want to send my applicatin to notification tray when user minimizes application's main from. With thanks. Here's an example in VB.NET: Public Class Form1 Dim WithEvents ntfy As New NotifyIcon Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ntfy.Icon = My.Resources.Icon1 End Sub Private Sub Form1_SizeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.SizeChanged Me.ShowInTaskbar = Me.WindowState <> FormWindowState.Minimized 'Me.Visible ...Show All

  • Visual Studio Team System How do i edit or delete reports?

    good afternoon everyone i was just wondering how do you edit or delete the default reports in VSTS Thanks Hi Kardi, You can edit or delete the reports for the team projects that are already created by going to the following address http://localhost/Reports/Pages/Folder.aspx in your Application Tier. On that page you will see one folder per team project created in the server and inside each folder you have the reports. How to delete/edit report: - Click on the Team Project folder and then click on the report. - Now click on the "Properties" tab. - To delete the report simply click on the "Delete" button. - To edit the repot click on the "Edit" link and you will get the RDL ...Show All

  • SQL Server R

    How do i replace that character in a derived column Some rows have that character in one or more columns. If i just write this column == "" Unknown : column where the character is inside "" (can't write it here) the task will just succes without ever doing anything. The output says something like "the dataflow task had no tasks.....", which seems like a bug. I think thats a new line character. If you are using an OLEDB source for your data, you can just do a trim() on the column to get rid of it. ...Show All

  • Visual Basic RunAs in Visual Basic

    Hi, Is there any way to use a VB form to supply user credentials to the Runas command in command prompt I basically need something exactly the same as the GUI for RunAs but just for Internet Explorer (yes I know you can right click and go RunAs but that cant be done in this case). So the user would open this VB form, type their username and password in, hit OK and it would open Internet Explorer with their credentials (they log in under a generic account used by many people). I have researched this for a long time and not having much luck... Hi, One of my colleagues has created a script to do this now, so I don't need to persue this anymore although I may try what you suggested just for the sake of learning about it so thanks. ...Show All

  • Visual Studio Express Editions Multithreading and and "encroachments"

    Hi, I'm developing on a new vb.net-application with the Visual Basic Express Edition . Now I have to use a backgroundworker for a longer process. But I'd like to keep the user up-to-date, what the application is currently doing. So the Backgroundworker has to change some labels in the main Form. Now the Question is: How to get the backgroundworker changing the label in another thread I know, that I have to use invoke and delegate , but I don't know, how. Can someone explain this to me Thanks, Greetings from Germany and Regards, Fabian I found this one, but I cant carry this to my backgroundworker.. http://www.codeproject.com/useritems/mutithreading_for_beginer.asp ...Show All

  • SQL Server Database Integrity Check

    I have a database hosted that doesnt passes the integrity test. Here is the error it gives : Executing the query "USE [db_cs] failed with the following error: "Could not locate entry in sysdatabases for database 'db_cs'. No entry found with that name. Make sure that the name is entered correctly.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. Any idea whats wrong and how I can let the integrity test pass for this db. Thanks, Rubal Jain ...Show All

  • Visual Studio Team System Tweak work completed query to account for changing bug ownership

    ========================================== Update: Please see the post dated 9/28/2006 for a new request for help.   =========================================   I have a need to report developer hours by work item by week. I am attempting to use the warehouse filed "Current Work Item Microsoft_VSTS_Scheduling_CompletedWork" and add a "Date Week" perspective to it, but obviously that will only return the value of the "Completed Work" field at the end of the week (and is actually a sum of all Completed Work thus far.).  I need to report the change in completed work by developer by work tiem. I attempted to enter a formula in the report using Report Designer to subtract the current  value of "Completed ...Show All

  • Windows Search Technologies No Search Results with German Keyboard

    On English Language Windows XP SP2 with English WDS either 3.0 or 2.6.6, I find that some searches return no results with a German keyboard. Like many companies, we use a single English-based SOE, and only change regional settings for international locations. An example that consistently returns no results is "ipass", the name of our remote access dialer, though there other terms that also return no results. Another symptom of this problem is that if the search is run when indexing of the drive has only just started, it appears that the search returns every item that has been indexed. I'd guess that "no results" is probably what one gets when the number of matches exceeds some threshold. Because of the large numbe ...Show All

  • Internet Explorer Development Problems with Document.Write

    How do I add extra data to an HTML file using JavaScript after the document has finished loading I've tried document.write() and document.writeIn(), but they both make a new document and add the data to that. Any ideas Hi, Rather than using document.write you shoudl look at DOM methods such as innerHTML or createElement to create the HTML adn then insert it into the document where you wish. Thanks -Dave ...Show All

  • Microsoft ISV Community Center Forums Need help writting a script similar to...

    Sub CommandButton2_Click Me.Textbox7.Text = My.Computer.Filesystem.ReadAllText("C:\info.txt") End Sub I'm a newbie at VB all around, thought that the My namespace was part of the VBA build. I have no clue how to write this kind of script in VBA. Basicall, I have a file (C:\info.txt) that I need to copy all of the info in this file into a textbox (textbox7 to be exact) on the form whenever commandbutton2 is pressed. Any help would be greatly appreciated. Thanks Jdwilliams Thanks for the help bro! I'm still having a few problems as of now though :( Here's my code as it exists right now. Sub CommandButton2_Click Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile("c:\info.txt& ...Show All

©2008 Software Development Network