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

Software Development Network >> SKK*'s Q&A profile

SKK*

Member List

SQL2K5
a.s.viswa
John Wesley Harding
Callavin
nabeelfarid
xRuntime
David Scherf
Lenoire77
robinjam
mu2
Palvinder Singh
Ed.S.
sniwas24x7
Jassim Rahma
dakerson
nicromi
coder2k
allison_h
Robert Simard
Amit V
Only Title

SKK*'s Q&A profile

  • Internet Explorer Development IE 7 display blank page on refresh when viewing session enabled PHP pages served from IIS 6!!

    Pages using PHP sessions and external javascript in the head portion of the html document and which served from IIS 6 to IE 7 are not refreshing properly (displays blank on refresh). I have a full description of it here including the minimal source to create the error. Description, source and work arounds that may shed light on the problem: http://durge.roswellpark.org/ie7Bugs/ I think it has to do with the fact that IIS does not report content-length header on pages served as PHP. If I manually create my own content-length header it works. This problem did not happen in IE 6 and will affect all php sites served from IIS 6 to IE 7 that use sessions. Here is an example < php session_start(); ><html> <head> <script type ...Show All

  • Visual Studio Team System Unable to build VS Pro project in VSTS

    Not sure if anyone else has come across this, but i have a project that has been created using VS 2005 Pro and imported it to Team System beta 2 which uses a (ever so slightly) older .Net 2.0 framework so it wont compile. can i get around this at all i tried to install the newer framework but it wont allow the install to run without first unistalling the earlier version & Team System. Cheers from down unda You need to uninstall the beta and install the RTM version of VSTS. You can download a free trial version of VSTS from http://www.microsoft.com/downloads/details.aspx FamilyId=5677DDC4-5035-401F-95C3-CC6F46F6D8F7&displaylang=en ...Show All

  • Visual Basic Need help on call fx in a do loop

    I am trying to call 4 functions together in a loop With a 2s delay in between each fx However only the last fx is called What is goin on Timer2.Start() Do While Timer2.Enabled = True Call RLeg_Up() If Timer2.Enabled = False Then Call RLeg_Down() Timer2.Start() If Timer2.Enabled = False Then Call LLeg_Up() Timer2.Start() If Timer2.Enabled = False Then Call LLeg_Down() 'Only LLeg_Down is called Timer2.Start() End If End If End If Application.DoEvents() Loop Still a noob btw This is how i think the code should be you can do like this to wait 2 second in between two function calls. //Call f ...Show All

  • Visual Studio Express Editions Programming a button to directly open a .exe file!

    I am making a program that will open a file when you click a button. I don't need to access the open dialog, I would just like to click the button and the .exe file opens. I am burning a bunch of programs to the same cd so i have to be able to open the one specific program and only that program with that button. I am trying to open this file with the button: "IE7-WindowsXP-x86-enu.exe" So if I had a button and I clicked it and it directly opened that file that is exactly what i am looking for. If anyone could give me a hand that would be great!! ahmedilyas wrote: Dim theDriveLetter as String = Application.StartupPath.SubString(0, 3) Process.Start(theDriveLetter & " fileName.exe " ...Show All

  • Visual Studio Problem populating a Crystal report

    I have created a database(.mdf) in Visual Studio. I created the project using the instructions given in the crystal reports walk through. Below is the code I have used to try to create and populate a crystal report from the database through the ADO.NET dataset. When I preview the report at runtime, it contains no data. Can anyone see any problems with this code. I suspect the DataSetConfiguration might have some problems. The version of SQL Server and Crystal Reports I have is the one that ships with Visual Studio 2005. I am new at this. Please help DATASETCONFIGURATION Imports System.Data Imports System.Data.SqlClient Imports System.Data.Sql Imports Teacher.TeachersDataSet Imports Teacher.TeachersDataSetTab ...Show All

  • Visual Studio Express Editions Beta Sevice Packs

    Do I have to uninstall all the versions I want to get SP1 Beta, or can I just run the installation and it updates my Express Edition(s) it will update your express editions. SP1 is an "add on" or rather an SP which requires for your existing products to be installed in order to apply the update. Remember, the SP1 for VS2005 is in beta ...Show All

  • Visual C++ Deleting a node from a linked list

    hello people. i have a linked list. and i hav a address of only one node . and i want to delete that node.. to my best of my knowledge its impossible.. but still i wanted to confirm .. is there any way to do that. . one way to do that is swap the data part to the next link.. when this data comes to the last node then delete that node.. . apart from this any other way... plz help manish I don't know other way, but swapping doesn't look correct. If this is last node, you need to set "next" to NULL in previous node, which is impossible. ...Show All

  • Windows Forms ResourceReader, resource not found

    I have some resource files, set to Embedded Resource, and Custom Tool of ResXFileCodeGenerator. The ".resources" files are being created automatically into the UI project directory\obj\debug\, and the satellite dll is being generated in ""\en-US\ directory. However, when I use the code to read the resource with the ResourceReader() class, it returns an error saying it cannot find the resource in startup app shell project\bin\debug\ directory. I don't want to specify the full path to read the resource, because the click once deployment path will be different then my local development tfs path. I want the ResourceReader() class to know where to look on it's own. I thought when .net uses the custom tool to build ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Copying between textures

    Hi, I am currently working on a tile map engine and need the ability to build a texture (map) from my tile set which is a texture with all my tiles contained within it. I have been able to create a new texture but cannot see how I can copy sections of my tile set into this texture. If someone could give me some pointers, it would be much appreciated. TIA, Andy Oh, well now that I understand what you're asking for, there was a similar question asked in the forums not to long ago. I belive this is what you're looking for. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=741914&SiteID=1 It looks like the method given had some errors, but the last post seemed to indicate that it was more vi ...Show All

  • Smart Device Development HResult: 0x800A1F45 + HResult: 0x800A1F52

    Just wondering how I could fix these errors. Here's some code that I used: private void InitComPort() {      com.CommPort = 1;      try      {           if (com.PortOpen)           {                com.PortOpen = false ;           }           com.RThreshold = 1;           com.Settings = "9600, n, 8, 1";           com.DTREnable = true ; ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Setting Anisotropy level....

    Just need to check if I am doing this right. I want to set the Anisotropy levels. //initialize Anisotropy settings private void InitAnisotropy() { if (device.GraphicsDeviceCapabilities.TextureFilterCapabilities.SupportsMinifyAnisotropic) { device.SamplerStates[0].MinFilter = TextureFilter.Anisotropic; } else if (device.GraphicsDeviceCapabilities.TextureFilterCapabilities.SupportsMinifyLinear) { device.SamplerStates[0].MinFilter = TextureFilter.Linear; } if (device.GraphicsDeviceCapabilities.TextureFilterCapabilities.SupportsMagnifyAnisotropic) { device.SamplerStates[0].MagFilter = TextureFilter.Anisotropic; } else ...Show All

  • Visual Basic IsNumeric function with multiple text boxes.

    How do you use the IsNumeric function with multiple text boxes The code works great with numbers and the decimal but in only one textbox. Thanks You can just call the function seperatly on multiple text boxes. Something like this: IsNumeric(textBox1.Text) IsNumeric(textBox2.Text) etc.. -Scott Wisniewski ...Show All

  • Software Development for Windows Vista MSNETOBJLIB.RMGetLicense License storage is not working

    I work for a company that provides video content protected by Windows DRM and I am encoutering some issues with delieverying licensing to Windows Vista machines. In particular, I am able to generate a license for the machine but when I attempt to install the license I get the exception below. I thought it was odd that the exception woudl tell me to call product support. Has anyone else encountered this issue Just about everytime I resort to posting to a Forum I figure out the problem myself with a few minutes/hours. My problem was that I wasn't configuruing the license into a response. This is the correct code is below. However, we are unable to deliever the license to *any* machine that was upgraded from XP to Vista Ultimat ...Show All

  • Visual Studio Express Editions Found new report tool for dot.net ... hope this helps again :-D

    well i found one more tool of interest.. times time it seams its high quality report tool... i found it at http://www.dotnetjunkies.com/ ... here is direct link.. now i have to try it with vb express :-D ... if someone tryes befor me (i'll be in position to try it in 10 hours or so... when i get home...) pleas post it here :-D this is direct link to the tool http://www.perpetuumsoft.com/Product.aspx lang=en&pid=21&tid=express ...Show All

  • Visual Studio 2008 (Pre-release) WCF Service Times Out

    I have a WCF Service that is hosted in IIS. I have a client ASP.Net web application that is accessing this service. I was able to set up a web reference to the service, have access to the proxy in code (including the methods of the service), but when I call a method the application times out. I have no problem accessing the service and recieving a timely response when the client is an application other than a web application. Also, for web applications, there is no option to add a service reference like there is for lets say a windows forms application, is this correct. Thanks in advance. -- Garry See http://msdn2.microsoft.com/en-gb/library/ms731092.aspx for a short discussion of ...Show All

©2008 Software Development Network