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

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

Vishnuprasadh

Member List

mattdawg
Bandile
RoobyDoo
IgorP
Heng-yi Liu
Tarkan G.
AllenShi
Marius F
TaYeB
Gazuga
Silent.Killer
TELII
Corres
Gil Strauss
Nightman28
Angry Coder
Jayender .v s
Thelostcircuit
DC Ross
XPSUser
Only Title

Vishnuprasadh's Q&A profile

  • Visual C# How to open a web browser from a Windows App?

    Could someone please tell me how to open a web browser by pressing a button on a Windows App that goes to a specific website Many thanks Peter Ritchie wrote: Ken, there's all sorts of reasons why you may want to simply open IE (or the default browser) for a URL. For example, you may want to maintain a global history, or want to use global cookies, you want to use an IE toolbar, or you may be deploying to an environment where most applications are blocked from accessing the Internet. Actually, I'm wrong with the global history, it turns out if you visit a site in a WebBrowser control that site appears in the history list in IE... But, cookies are not shared between IE and a WebBrowser control. I ...Show All

  • SQL Server T-SQL to Find Differences Between Two Tables

    Hello, I have got two tables 05FS and 06FS. I came up with a pretty straightforward query that is going to look at two tables and figure out which students changed their academic programs in 06FS semester. A query looks like something like that: SELECT * FROM 06FS a INNER JOIN 05FS b ON a.Studentid = b.Studentid WHERE a.AcadProgram <> b.AcadProgram . The problem with this query is that I also get students who have more than one academic program such as studentid: 1, and 3 and didn't change their academic program(s). Is there a way to weed out those students whose academic program didn't change and they have more than one academic program Any ideas are greatly appreciated! Data: Table 06FS ...Show All

  • Visual Studio Express Editions how do we update our program?

    how do we update our program for example i have a finish product and i install it to user's computer...in form1 i have datagridview and a button!!! i want to update my program and put some search button and textbox... how do we do that i saw some option when i publish my work to update... it require's a server... can we do that in shared computer how can i update my software install it again Essentially, that is what we are talking about. You would create the original installer on a installation disc, then set the update location to a sever (in your case \\pc01\update. Now, in your application properties, find the publish -> updates... button and set the program to check for updates. Depending on what you select here, is how t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Heightmap-line intersection

    I am making a little FPS game in directx. I am using a heightmap with clipmap DLOD (i think), and perlin noise-based heightmap generating. So. this is an FPS, and I need to determine, if I shoot, where does the bullet hit the ground. The gun is a machinegun, so 10 shoots per seconds and the shoot have to be evaluated in 1 frame. Now, I dont really know how to program this, because I cant test the bullet height 1000 times, because perlin is really slow. I have some generated heightmaps, updating on-the fly, so I could use them but I dont know how. Make the same triangles, and do a ray-test, or there is a better solution Mi heightmap is kind of like this: (maybe image is not visible) I can extract the data, but the density you ...Show All

  • Windows Forms OTP: hi

    i have problem with datagrid i am not able to show data records in columns using vb6 ,i know how to loop data but i dont know how to show data in all coulmns and rows in data grid , please somebody help me or give me the best link to know thanks Hi. I suggest where-ever you post this in future, you consider using a meaningful subject line. VB6 is completely unsupported, orphaned technology. As such, the question is off topic here, you need to ask somewhere like www.vbcity.com . Good luck. ...Show All

  • Visual C++ This application has failed to start because the application configuration is incorrect

    Re: This application has failed to start because the application configuration is incorrect I have built a small console application (the .exe is 17k) that I created in Visual C++ 2005 Express. I want to share it with 10-20 users working on XP platforms. It processes data using file i/o, thats all. However, I have found that on some machines it does not execute. I get the error message in the subject above. I figured out using Dependency Walker ( www.dependencywalker.com ) that my application requires the following: KERNEL32.DLL MSVCP80.DLL MSVCR80.DLL MSVCRT.DLL NTDLL.DLL The machine that my application did not execute on was missing MSVCP80.DLL and MSVCR ...Show All

  • Visual C++ question about dlls

    hey all i am using visual studio express and i was wondering if it was possible to creat dll files. i am putting a hook procedure in it. if it is please tell me thanx. Yes it is. The best avenue is to create a new DLL project to see how it is set up. New Project->Win32->Win32 Project, Application Settings->type=DLL. MSDN can also be used to understand how DLL's are used. Brian ...Show All

  • Visual Studio Express Editions VB6 -> vb 2005 express problem

    Ok so I've have an old VB6 program which I wanted to update to vb.NET. Which btw went very smoothly... My problem is the "Design" part of the form doesn't show properly :S And I dont know why... I've also converted the same vb6 project to vb 2003 and it displays fine... So basicly I want to know is there something wrong that I'm doing in 2005 Heres a ss... I'd really perfer NOT to have to use vb 2003 because I like 2005 much better lol. One last thing to add, I did try rebuilding the project and I still get the same error. Thanks in advance! Sorry I feel really stupid now lol... I fixed the problem.. I forgot I had upgraded my vb6 project to 2003, then from 2003 to 2005 and thats what the prob ...Show All

  • Windows Forms Prerequesties dialog

    Hi, I need for my installation to create the Prerequesties dialog. I am working with visual studio 2003 and my application wrote in C# and VB.Net. In the dialog it must check: 1. if .NET framework 1.1 is installed (if not setup installs it) 2. if the MDAC is installed and what the version (if old version or not exist must be installed on the system) 3. if the MSDE/SQL is installed (if not setup installs it) 4. if the some scripts isn't runned yet (if not setup installs it) Some steps may be in disable if it is allright for this step. It must be something like the dialog when I have installed VS2003. Is somebody have any sugesstion Thank's Alexei Hi, I have tested this solution but found that it's doesn't work perfectly. I ...Show All

  • Visual Studio Express Editions Read Serialnumber of Harddrive

    Hi, i want to read the serialnumer of hardrive. In 6.0 the it was working with this code Declare Function GetVolumeInformation Lib "kernel32" Alias "GetVolumeInformationA" _ (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, _ ByVal nVolumeNameSize As Long, lpVolumeSerialNumber As Long, _ lpMaximumComponentLength As Long, lpFileSystemFlags As Long, _ ByVal lpFileSystemNameBuffer As String, ByVal nFileSystemNameSize As Long) As Long : Dim strRootPath As String Dim strVolName As String Dim lngVolSerialNumber As Long Dim lngMaxComp As Long Dim lngFSFlags As Long Dim strFSName As String Dim lngDummy as long strRootPath = "C:\" strVolName = S ...Show All

  • Visual C++ WinApp() issue.

    Hello! The issue is: As we know, only one instance of 'WinApp() ' can be created in a project. for eg , name of my project is 'Universal Loader', and hence the class 'CUniversalLoaderApp' is created by default. An instance of this class is also created. This instance used in program to access the dialog class' members. I have created a reference of the 'CUniversalLoaderDlg' class , so that the Dialog class can be accessed by other classes. This is how i have done it: *********************************************************** CUniversalLoaderApp theApp; InitInstance() { CUniversalLoaderDlg dlg; m_pMainWnd = &dlg; } ******************************************************************* And this piece of ...Show All

  • Gadgets Local cache of web images

    I am writing a gadget to view daily comics. I would like to save the images to a local folder. Does anybody have any suggestions My gadget will display the comics I just need advice on how to save the images. Thanks. I'd forgotten about REGASM! Been a few years since I've touched .NET. Ah, the problems I had trying to distribute assemblies through MSI packages - it's all flooding back! You can use it to get the registry keys: regasm.exe <file.dll> /regfile:myreg.reg I wouldn't use it in your Gadget though, as it requires privilages that a "User" doesn't have. ...Show All

  • SharePoint Products and Technologies MySite masterpage

    Hi All, On MOSS2007: I'm trying to change the default masterpage for mySites. I tried to edit the default.aspx in the 12/templates/sitetemplates/spspers folder, but I can't seem to let it point to another master ... as soon as I change the masterfile path, the page breaks. Any ideas on what's the best approach to link up my mySites with a custom masterpage Fred Hi Alan Im trying to massively edit the master page of all the existing MySites in my organisation. I've tried to follow your instructions: I remotely accessed my server and: Changed the default.aspx in the SPSPERS to Custom.master, edited the onet.xml, then did IIS reset. Then I go back to edit the MyMaster.master located in the master ...Show All

  • Windows Live Developer Forums map.GetRoute flags and numbers

    Hello everyone, I found map.DeleteAllPushpins(); removes the flags and numbers on the route path, is there any way I can prevent it Yuki Thanks John , I call map.DeleteAllPushpins(); on the attach event onendzoom, as map.GetRoute zoom to the route, the pins on the route are deleted when map is zooming to the route. And I have a lot of other pins, I cant keeptrack of each of them and delete them one by one .. because it'll slow down a lot. And I also found that with map.DeleteAllPushpins(); onendzoom, if the view needs to zoom to show the route .. then the turning points are removed .. but if the view is good to show route .. then the pins are looking good .. but when you do map.DeleteRoute();, the turnin ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. d3d9.h error

    I'm trying to compile my 3d engine but I get compiler errors in d3d9.h. What's wrong d3d9.h(369) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d3d9.h(369) : error C2143: syntax error : missing ',' before '*' d3d9.h(805) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d3d9.h(805) : error C2143: syntax error : missing ',' before '*' I'm using Visual Studio 8 Pro, DirectX SDK June 2006 (I also tried other). Platform SDK installed correctly. All work fine except my engine. I decided to use precompiled header file and after changes I got the errors. They occurred while compiling precompiled header file. ...Show All

©2008 Software Development Network