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

Software Development Network >> Dominator Legend's Q&A profile

Dominator Legend

Member List

simsod
iosys
Jehan Badshah
Dietz
.net sukbir
PiGuy
Mike Brown
Jim Cordwell
Jon Royales
ashk1860
rottengeek
pyeung
Lewis Horowitz
BenSisson
bilalso
Warren LaFrance
PJFINTRAX
Jarodtweiss
JanMichiel
Tryin2Bgood
Only Title

Dominator Legend's Q&A profile

  • Visual Studio Express Editions Countdown Timer!

    Hi! I'm trying to make a countdown timer similar to that of the one in the TV Program "Lost" (Counts down each minute without displaying a change in seconds, i.e. 108 00 [1 minute later] 107 00, until it gets down to 3 minutes when it counts down like normal i.e. 03 00, 02 59, 02 58 etc, also during the normal countdown with seconds a sound is played) I'm really stuck and would appreciate any help on the matter, i know it is something to do with the Timer, but don't know how to use it. A code sample would really help Many Thanks, Jamie Better approach:   'Globally declare a timespan: Dim theStartTime as new TimeSpan(DateTime.Now.Hour, DateTime.Now.Minute, Da ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Globtrotting and Creators Club and DreamBuildPlay

    I've been working on a windows version of an XNA game for a while now. I'm to the point where I want to get a creators club membership and move it to the 360. I've also been waiting for the details of the DreamBuildPlay contest, so I can plan the rest of the project. Also depending on the contest details I've been waiting to buy tickets to Japan and Australia. To my question: If I get a creators club membership and get my game going on the 360 here (US) then go to Japan for 1 month and bring my laptop/360 can I use my creators club over there Same with Australia Also are the ethernet connections the same in all 3 countries How about the power Today is the last day I can get cheap tickets to Japan, so I'm going to get them, but if the ...Show All

  • Windows Forms MouseDown event not fired when button held

    So, I'm righting a little application in which I want a user to click down and hold the mouse button on a UserControl to view something (the information should be displayed on the MouseDown event, and removed on the MouseUp event). For some reason the MouseDown event is not being fired on the initial click (but it does get fired if the mouse is held and moved, or right after the release of the button). Any suggestions to what I might be doing wrong I'm working in VB .NET 2.0, however if you want to give a code sample, feel free to use whatever .NET language you're comfortable with. Thanks. It's a big mysterious to me, but try calling SetStyle(ControlStyles.StandardClick) in the UserControl's constru ...Show All

  • Windows Forms when a window is in maximized state, the restore button should be disabled

    when a (child) window is in maximized state, the restore button should be disabled pls its urgent requirement Not sure exactly what you are trying to accomplish, but this works for me: Private Sub Form1_Resize( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Resize If Me .WindowState = FormWindowState.Maximized Then Me .MaximizeBox = False End If End Sub ...Show All

  • Visual Basic VS 2005 Pro and remote Sql 2005 table problem

    I have created a website with Visual Studio 2005 Pro. I want to connect to a remote sql 2005 server for site developement. I can connect to the remote server using VS Server Explorer, and can edit and add rows with no problems. When I drag a table from the server explorer to my web form everything looks great, the columns show the corrent text from the server. When I build the site I get an error stating that my table name is not a valid object. Any help on this would be greatly appreciated. Dan Thanks Bruno Yu, I finaly got it to work by creating a new website, then dragging the table from the Server Explorer like normal. I don't know what the problem was with the other site. Than ...Show All

  • Smart Device Development How can I bypass some "Yes/No" pop up windows on Windows Mobile 5 device?

    I have some batch script that running on WM5 device, and it always popup a Yes/No pop up, is there any way to bypass that Thanks ...Show All

  • SQL Server How to read sql tasks and so on from a package programmatically??

    Hi everyone, Once I've accesed to package by means of LoadFromSqlServer method how to read its Sql Tasks, for example I'm trying with the Executables property but unsuccessfully results: pkg.Executables.Item(0) Thanks in advance, Enric, That's true. Something that we haven't gotten to in this thread is what you are trying to accomplish. Can you fill us in on what you're hoping to do. Maybe there's another direction we could help you with. Cheers, Patrik ...Show All

  • Smart Device Development Cannot receive incoming calls

    Hello All Cannot solve a problem for a long time. I want to intercept incoming voice/data calls on PocketPC and SmartPhone. Everything works fine except behavior of standard answering module. When application calls lineAnswer standard phone application disconnects the call. I have found some solution for PocketPC - I can kill phone process during call and run it again after call is answered, but this does not work on smartphones, because I cannot kill the Phone process. Please, give me some advice on howto resolve this. Thank you for your efforts! Please see this post - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=623934&SiteID=1 Manav ...Show All

  • Visual Studio Team System Team Foundation Install Problems

    Here is the situation I find myself today. Over the weekend some of my team members uninstalled the Team Foundation Server RC and installed the Team Foundation Server Workgroup (May 2006). I am trying to configure the foundation serve; but do not know if it was installed as local or active directory domain(they don't remember it asking this) . Is there a way to verify domain membership of the foundation server Team Foundation Server could not resolve the user or group '{0}'. The user or group might be a member of a different domain, or the server might not have access to that domain. Verify the domain membership of the server and any domain trusts. Also, since the Foundation Server was uninstalled will I have problems configur ...Show All

  • SQL Server trying to save a SQL request as a stored procedure or a view

    I am null in Transact-SQL Hello , I ve made a SQM request I would provide it result via stored  stored procedure  how can I do this this is the request SELECT DISTINCT Account.Name AS exp, Campaign.New_FormationIdName FROM         Email INNER JOIN                       CampaignActivity ON Email.RegardingObjectId = CampaignActivity.ActivityId INNER JOIN                       Account ON Email.ToRecipients = Account.EMailAddress1 INNER JOIN      &n ...Show All

  • SQL Server Subtotal in matrix with filters

    Case 1 Case 2 Case 4 Total Current Item 1 263133.6 5905 196729 6899408 Item 2 1465.28 101776.3 Item 3 263133.6 5905 196729 6899408 Group Total 526267.3 13275.28 393457.9 13900592 I could use some help with a matrix. I have a filter that removes Case 3. The total still adds this value on the report. Any advice I just want the values for the items that are displayed. I didn't see a post that addressed this topic. It sounds like you put the filter on the matrix column group. If you want the filter to also apply to the subtotal, you should ...Show All

  • Visual C++ anyone can help please?

    i have wrote the following function , maybe the function is too large that it occurs stackoverflow when i first run the program. So i have to breakdown the function into 6 small functions. But a __gc error occurs when i try to seperate the codes into small functions can anyone can help me please I really dunno how to solve that __gc error~ thanks private: System::Void searchBtn_Click(System::Object * sender, System::EventArgs * e) { Color pixelColor; int bitmapArray [640][480]; int windowSize; int checkedPixel; int greyRangeMax; int greyRangeMin; int markerCount; int centerX; int centerY; new bitmap rectangle System::Drawing::Bitmap * showBitMap = new System::Drawing::Bitmap(640, 480, System::Drawing::Imaging::Pi ...Show All

  • Windows Forms Movement between forms

    I have an application with a main form and a button in it which create a child form when it's clicked.Also creates and a button corresponding to created child form,i.e. when i click on it i want to show it's parent.In my case that is the child form.How to do that,the movement between different child forms private void button1_Click(object sender, EventArgs e) { childForm childForm = new childForm(); childForm.MdiParent = this; childForm.Text = childCounter.ToString(); childForm.Dock = DockStyle.Fill; childForm.Show(); childCounter++; locationY += label1.Height + 5; newChildButton = new Button(); newChildButton.Parent = childForm; newChildButton.Text = childCounter.ToString(); ...Show All

  • Windows Forms Creating XML from DataSet, I need null values to appear in the XML

    I'm trying to modify an old(er) webservice that returns an XML. The XML is created via: System.Data.DataSet ds System.Data.Common.DbDataAdapter da System.Xml.XmlDataDocument doc(ds) The issue I have is that some of the data in the database that is selected into the dataset(ds) contains null values, these columns do not create a node in the resulting XML. Is there a property that I can set to make sure I always get a XML node built even if the data from the database was null Example: A db contains a col. Name. There are two rows for this table, one contains a value "Dave" the other row is null I need the resulting XML to be created <Name>Dave</Name> <Name></Name> or just <Name /> ...Show All

  • Software Development for Windows Vista Error Codes

    I've been a BETA Tester for some time now, however; with the current Release of Vista that I'm experiencing. It seems that when I'm trying to do any number of things. I get error messages, and they're all related to an application process, which is related to the usage of that application or it's installation. The one that I'm most interested in is the Active Sync. I installed the newest update 4.5 and I'm still confronted with the error messages or some incompatability message. How can we utilize the software and render a decent report, honestly, if the only usage allowed by the software is "E" Mail ...Show All

©2008 Software Development Network