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

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

iljanated

Member List

Brett Shearer
bergtatt
Cisco_Systems
Ehab Fadl
sl333
fremontca
Stephan Zahariev
AndyJ_PS
Krimboss
Saishyam
Lars E.Nes
shimshon
js06
ChasAA
Paul_G
Ted Dawson
Dark Helmet
Senthil Ramadoss
salaro
Randy Galliano
Only Title

iljanated's Q&A profile

  • Smart Device Development how to make the program which run at the backgroud?

    hi because my software should do some thing at a specifical time by user setting. so it can not hand the ppc's form agelong. just like msn, it not hand the ppc's form agelong, but it is active agelong. How to do it. Thank you hi Cedric509 thank you. it run right. and I do not know that private void Form1_GotFocus( object sender, EventArgs e) { this .Visible = false ; this .Update(); //the rest of your app } do the variable 'this ' is the form1 or my application And how to place my app in \\windows\start ...Show All

  • Visual C# Get MAC address of client machine using C#

    How to get MAC address of client machine using C# Not looking for remote machine MAC Address. Hi Padam, The following hyperlink possesses a c # code snippet that reveals all details pertaining to your network interfaces on the local machine only along with it's description. Ideally if you have installed a single nic on your machine, you should get only one mac address as an output for this function, since mac addresses are associated only with nics & other hardware devices that communicate on a network. http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.physicaladdress.aspx If you are going to use this code snippet in your program, then you need to put an if -- else condition checking for the length ...Show All

  • Software Development for Windows Vista WS-AT problem: The MSDTC transaction manager's WS-AtomicTransaction protocol service is disabled

    Hello, I have a very strange problem with the WS-AT controller. I call a simple transactional WCF service once from a WCF client and once from a Java client. When called from the WCF client, everything works fine, but when called from the Java client, I get an exception with the message "The MSDTC transaction manager's WS-AtomicTransaction protocol service is disabled and cannot unmarshal incoming transactions." From the service trace log / service message log, I have the headers of the messages sent to the service both from the wcf client and the java client. Here the headers from the WCF client: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <CoordinationContext s:mustUnde ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help

    Why doesn't someone with knowledge of XNA and C# programming language start a thread to explain the language and how to use it in XNA for people like me who want to make games but cant understand the complicated tutorials that the web has to offer ...Like a programming for dummies tutorials or something... Moving the thread to the XNA Groups. Have a look at http://bluerosesystems.com/CS/blogs/xna101/ , you will find some lessons on the basics of XNA. Also if you have any questions you are more then welcome to ask them here and we will all help. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing on top of wallpaper.

    Hi guys, Does anyone know how I can run my direct x app on top of the wallpaper but behind the icons on the windows desktop I have seen several apps out there that do it, but I have not been able to figure it out. Maybe I can draw to the wallpaper window, or maybe i can sort my app window in front of the wallpaper but behind the icons Any help would be great. Thanks A quick search for " Desktop Direct3D " revealed this thread . Read through it - it pretty much sums up everything I've seen or heard on the topic. Jack ...Show All

  • .NET Development Class derived from CollectionBase serialization problem

    Hello, I have a class that is derived from System.Collections.CollectionBase It holds an array of a specific class. I am able to serialize the class no problem with XMLTextWriter. Now for the problem. I have added a property to the class that I want serialized. The problem is that when I serialize it out, it will not serialize that property. All of the elements in the array get serialized but not the additional property. I have tried adding the XMLElement and the XMLArrayItem atributes to the property in attempts to get it to go out with no luck. The class itself has no XML attributes only [Serializable] What am I missing Thanks Ken Here is a code sample of a c ...Show All

  • SQL Server How can I create a DTS package to update a table with data from an Excel spreadsheet?

    Every month a client sends a spreadsheet with data which we use to update matching rows in a table in the database. I want to automate this using a DTS package but am having quite a bit of trouble accomplishing what I think should be trivial task. I've been attempting to use a Transform Data Task with a modification lookup but I just keep inserting the rows from the source excel spreadsheet in to the existing destination table without ever modifying the existing data. Any guidance would be greatly appreciated as to a best practice approach. How do you tell the DTS package how to find the records to update How do you tell it the connection between the spreadsheet columns and the table columns Basicall ...Show All

  • .NET Development HttpWebRequest upload zip file problem!

    hi, I think we are on the same boat. I can send the file but dont know what to handle the report sent later by the ITS. It comes as stream (zipped file). I am using windows forms and C# .... and need help to decompress the stream and retrieve individual files. Can you help me on this Thanks Looks like a misplaced post. FWIW, SharpZipLib is the oft quoted freeware solution to handling .zip archives in .NET. ...Show All

  • .NET Development How to Identify .NET (CLR) Based Apps?

    @Everybody, Hello, -Sorry for asking question like this, but is there any way for us to know whether a specific app using CLR or not (native) Yes, we can review their System Requirements; but as time goes on, many Windows setups will have .NET Framework installed by default (especially Vista), so, more app will not bundle nor states the requirement for .NET anymore. Can Dependency Walker do this -BTW, are MS Office 2007 are .NET apps I thought like that because Accounting Expresss 2007 requires it. Is the same goes for Vista apps binary I tried to run some from RC2 on WinXP SP2, but got error ".... is not a valid Win32 app..." (even Notepad.exe!). -Hope for detailed replies, thanks. Regards, -Musafir_86. ...Show All

  • SQL Server DB index performance

    I'm not an index expert, but I think I need help from one. I have a table with 4.9 million rows. Its PK is a composite key on 2 unique FLOAT columns. The floats are actually long ints; there are no decimals. The 2 fields are a LOW and a HIGH, and together they define a unique numeric range. Given a number input, I need to retrieve THE row where the input number falls within that row's LOW & HIGH range. Here's essentially what I'm doing: SELECT * FROM theTable WHERE @inputNumber BETWEEN RangeLow AND RangeHigh My question is on the best way to do the indexes -- right now I'm getting results, but the query takes a good 15 seconds. Isn't there a way to make such a search faster, even though there are tons of rows ...Show All

  • SQL Server Business Intelligence Projects

    how can i make Business Intelligence Projects available in vs 2005 Thanks When you did the install for SQL Server 2005 client tools, did you drill into the options and specifically select "Business Intelligence Development Studio"" If not, I don't think it will be installed. HTH ...Show All

  • Visual Studio Team System Must projects be added under binding root of solution?

    If you don't you get: " The project that you are attempting to add to source control may cause other source control users to have difficulty opening this solution or getting newer versions of it. To avoid this problem, add the project from a location below the binding root of the other source controlled projects in the solution." Is there a way to allow a project in the solution to be at a higher level parent than the solution itself Are you having difficulty when other users open such a solution from source control Are projects appearing as unloaded Are you running RTM or RTM + SP1 Thanks, Ben Ryan ...Show All

  • Visual C# Dyamic HTML Page Creation

    I want to create web page based on a string that's actually HTML code. How can I have this automatically done For example, so I can base my code off of this example, how would have an html file created (in the user's Temp directory) that contains the code from a textbox As I wrote this, I was thinking about creating a textfile and writing to the textfile and renaming the textfile to a .html, but can someone give an example of code to do this, because I'm not sure about the whole process. I think I would use a writealltext method to do that, is that correct Hello, I didn't understand your problem to well but here goes. So, you want to save text from a text box into a HTML file Create a new form, insert a text box, insert ...Show All

  • Smart Device Development skipping among controls of form

    when navigate through controls that placed on Form (or panel), the ‘next’ of the last placed control is the first control that placed on the form (with the assumption that we keep the tab order..), my question how can I change the form behaviors that when last control is focused, this skipping will not take place (the only way to move will be up), like all the native menus of the WM OS. thanks, Oren I would suggest rearranging controls so control on the top can get focus. E.g. replace label with LinkLabel or put another text box on top. ...Show All

  • Windows Forms Rowvalidating event e.Cancel Hangs

    I am using Rowvalidating event to validate and prevent user from moving out of the row unless the validation succeeds. The code looks like below if (dgdTelephones.Rows.Count > 0 && e.RowIndex < dgdTelephones.Rows.Count - 1) { if (dgdTelephones.IsCellNullOrEmpty( "TelephoneType" ) || dgdTelephones.IsCellValueExists( "TelephoneType" ) || dgdTelephones.IsCellNullOrEmpty( "TelephoneNumber" )) { e.Cancel = true ; } } I have 2 gridviews on the screen. This is one of them and has this event. When I move from this grid to any other control no issues, but when i move to the other grid, the system hangs. The processor is 100% used. Any idea whats happening. If I use the cell validating event it ...Show All

©2008 Software Development Network