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

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

Minherz

Member List

danb708
Shiva3Al!3n
Michael_317
modtran
Nasir_khan_persistent
vipinckv
Rockoz
PsykotiK
bigRazor
JR-XNA
Blazing Hornet
zubziro
YunXu
ThugLife
Leon94
Bill Reiss
Radioedit420
ancient sord
Yodatg
Gromey
Only Title

Minherz's Q&A profile

  • Visual C# VB.NET 2.0 to C#.NET 2.0 (Help Please)

    I'm working on Converting a VB.NET 2.0 Project to C#.NET 2.0 and need a bit of help with this... Here is the VB.NET Code i'm coverting:: statz.Items.Item(2).Text = "0" For i = 0 To CInt (ClientList.Text) ClientID(i) = ListView1.Items.Item(i).SubItems(1).Text Socket(i).Close() Socket(i).Connect(ServerList.Text, 5050) If ServerList.SelectedIndex = ServerList.Items.Count + 1 Then ServerList.SelectedIndex = 1 Else ServerList.SelectedIndex = ServerList.SelectedIndex + 1 End If /****************************************************/ ListView1.Items.Item(i).SmallIcon = 2 Brendan Grant wrote: That main block would become: statz. ...Show All

  • Visual Studio Tools for Office outlook add-in 2002 vs 2003

    I have built an outlook add-in on my machine (has outlook 2003) and is running fine. But when running the same dll in another machine (has outlook 2002) it fails. Any idea why Few Questions... Where it is failing What specific error message it is giving Have you tried running that from Visual Studio and check on what line of code it is failing ...Show All

  • Gadgets xmlHttpRequest on Vista Home

    I have utilized xmlhttp on many occasions to power ajax enabled projects and have never had a problem with it until now. The following javascript code is debugged and runs flawlessly in IE7, but does not work when installed as a gadget. Is there something in here that gadgets do not support but IE7 does function GetXmlHttpObject(handler) { var objXmlHttp=null; var strName="Microsoft.XMLHTTP"; try { objXmlHttp=new ActiveXObject(strName); objXmlHttp.onreadystatechange=handler; return objXmlHttp; } catch(e) { alert("Error. Scripting for ActiveX might be disabled"); return; } } function showDisplay() { var url=" http://www.ourwebsite.com/phpscript.php variable=one"; xmlHttp=GetXmlH ...Show All

  • .NET Development extracting subtree data from XML

    If I have an XML file like this: <customerdata> <customer name = "cust1"> <column>First Name</column> <column>Last Name</column> <column>Address</column> <column>Phone</column> <column>EMail</column> </customer > <customer name = "cust2"> <column>First Name</column> <column>Last Name</column> <column>Address</column> <column>Phone</column> <column>EMail</column> </customer > </customerdata> If I want to extract information regarding only the first customer using the customer name, how do I do it XmlNode ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Compile Error

    I saved my project to d:\Code\C#\myspacewar1 once I did that it would no longer run with an error of System.IO.FileNotFoundException was unhandled Message="D:\\Code\\C" Source="System.Drawing" StackTrace: at System.Drawing.Icon.ExtractAssociatedIcon(String filePath, Int32 index) at System.Drawing.Icon.ExtractAssociatedIcon(String filePath) at Microsoft.Xna.Framework.WindowsGameWindow.GetDefaultIcon() at Microsoft.Xna.Framework.WindowsGameWindow..ctor(Boolean allowUserResizing) at Microsoft.Xna.Framework.WindowsGameHost..ctor(Game game) at Microsoft.Xna.Framework.Game.EnsureHost() at Microsoft.Xna.Framework.Game..ctor() at Spacewar.SpacewarGame..ctor() in D:\Code\C#\MySpacewar1\MySpacewar1\S ...Show All

  • Visual Studio Express Editions how some help fix my code?

    'Create a new MailMessage object and specify the"From" and "To" addresses Dim Email As New System.Net.Mail.MailMessage(" From@abc.com ", " To@abc.com ") Email.Subject = "test subject" Email.Body = "this is a test" Dim mailClient As New System.Net.Mail.SmtpClient() 'This object stores the authentication values Dim basicAuthenticationInfo As _ New System.Net.NetworkCredential("username", "password") 'Put your own, or your ISPs, mail server name onthis next line mailClient.Host = "Mail.RemoteMailServer.com" mailClient.UseDefaultCredentials = False mailClient.Credentials = basicAuthenticationInfo ...Show All

  • Visual Studio Visual Studio 2005 Remote Debugging

    I am very pleased to know that there is a mechanism in the development environment that allowing 32bits host (workstation) to build and troubleshoot 64 bits applications (remotely) using Visual Studio 2005 Remote Debugging methodology. That is going to take care of our transition. My question is, if an application is to be run on an I64 based Intel machine(remote-which is also our server), but the development machine (host/workstation) is going to be a x64 AMD based machine, in this scenario, do I need to worry about using remote debugging methodology in my development process, or are there other things I need to be prepared so that my x64 applications could be transferred, scheduled and executed in an I64 machine Thank you! Mar ...Show All

  • Visual Studio Team System VisualStudio 2003 .NET & Vista

    Hi, After executing "Windows Vista Upgrade Advisor", I got a "Task List". Among items, I saw that Visual Studio .NET 2003 is declared : This program might have minor compatibility issues after upgrading to Windows Vista .... etc. .... ! What does exactly mean This Microsoft product would begin obsolete, inoperant, poor program, inefficiency, and other names ... I found this very inacceptable, indeed !!! Is, Microsoft, saying that I have to upgrade this product to version 2005 (about 600 USD) because I would use Vista in the future In fact, between Win98 and WinXP, there was no problem to use the same product. So, I found this very incomfortable. It seems that I have to remain with XP if I want to use th ...Show All

  • Internet Explorer Development IE 7 opening to Run Once page with error on it.

    I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page until I hit the home button on the tool bar. What error is reported for the page Is there a script error Also, could you run Internet Explorer (No Add-ons) from Start->All Programs->Accessories->System Tools and see if the runonce page opens fine ...Show All

  • SQL Server Include Comments in SQL Script

    Hi, When I generate SQL Script for my database, I wish to include the comments added against each column in the script. But there is no option available where I can specify to include "COMMENTS". Please suggest. Regards, Sudhir Chawla I believe the DESCRIPTION field is actually an extended property. If you are using the Script Wizard (right click on the database, select check Tasks > Generate Scripts) to create your scripts, you can check the "Script Extended Properties" checkbox on the Script Options page to get the description scripted. If you are using the Script context menu in Object Explorer to create your script, you will have to wait until SP2 to get this ...Show All

  • SQL Server YTD, MTD etc for Current Point In Time

    I've set up time intelligence on my cube.  This works fine.  I can get to: YTD YTD Prior Year YTD Index Jun 2006 Qtr 502962 467145 107.6672125 Sep 2006 Qtr 733396 916144 80.05248083 Dec 2006 Qtr 733396 1440868 50.89959663 Mar 2007 Qtr 733396 1850595 39.63028107 with the following MDX. SELECT { [Time Calculations].[YTD], [Time Calculations].[YTD Prior Year], [Time Calculations].[YTD Index] } ON COLUMNS , { [Time].[Fiscal Hierarchy].[Fiscal Year].&[2007].CHILDREN } ON ROWS FROM [mycube] WHERE ( [Measures].[Order Quantity] ) This works fine if I have time series on rows and time calculations as colum ...Show All

  • Software Development for Windows Vista Parental Controls

    I have a 16 year old who is beating the parental controls or has found a way to obtain my login password. Please help. If there is a password file please tell me how to make it unavailable. If he is just beating the controls please tell me how to stop that from happening. Your teen could be connecting to the internet, even without the password and then using Internet Explorer to browse the web. He just opens the window to connect either through network connections or even on the window for the browser program. The connection will connect and he won't be signed in to your parental control program. Once he is connected to the internet he can browse without being signed in (say to MSN.) That way he side steps the parental control and any ...Show All

  • Windows Forms non-bound grid control in .NET? (like MSHFlexGrid)

    I'm halfway through writing a mini spreadsheet-like application in VB6 where the user can freely enter text into a table of cells, format them, get results from simple maths, etc. I would now like to rewrite in VB 2005 Express but can't find a suitable unbound grid control to replace MSHFlexGrid in .NET. I would prefer not to use a COM component if possible (and have seen quite a few worrying notes in the forums on MSHFlexGrid behaving badly in .NET). Is there a .NET based control I could use DataGridView seems to insist on being bound to data so isn't suitable (unless there's a property I can set to unbind it ). My application won't be bound to data, but lets the user type whatever data they want into the cells. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Absolute beginners questions about XNA Game Studio Express

    Could someone point me to an FAQ about system hardware requirements, and maybe a simple tutorial about modern graphics cards I'm afraid I haven't done anything with hardware in years and all this XNA terminology is new to me. ------------ My actual problem is this: I've downloaded XNA Game Studio Express. I've downloaded the latest DirectX Drivers. I've created an instance the MySpaceWarWin demo. And of course it crashes. I put that recommended test code in: GraphicsDeviceCapabilities caps = adapter.GetCapabilities( DeviceType .Hardware); if (caps.MaxPixelShaderProfile < ShaderProfile .PS_2_0) ... etc. just before game.run and apparently I do have a good enough Shader (whatever that is.) However Game.Run still ...Show All

  • Visual Studio 2008 (Pre-release) Is there a wizard framework?

    Hello, Is there a wizard framework in WPF Thanks Houman Hi Houman, TaskDialog functions and Aero wizards aren't built into WPF, and differ from PageFunctions in that these get launched in a separate (dialog) window from your app. PageFunctions provide the wizard functionality within the NavigationWindow of your application, and return to the content it was launched from once the PageFunction chain has completed. If your scenario involves using the wizard in a browser-hosted xbap, you'll find that creating a new dialog window from an xbap is not possible in this case. TaskDialog functions are closer to MessageBoxes than they are to wizards. Their primary purpose is to present the user wi ...Show All

©2008 Software Development Network