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

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

polymorphicx

Member List

chendil vanan
Ori'
Billr17
Grumpy McNasty
osamaT
Thona
Toad62
Nagarajan S
Eddie Garcia
Thomas.Goddard
Mystagogue
suryany
Tammt
Peter Haik
Chris0144
Sicundercover
Dallastower
Sumit Bhatnagar
Shamdogg
AmrishDeep
Only Title

polymorphicx's Q&A profile

  • Visual Basic Problem with XPath

    Hello, I am having some problems with XPath. First off, I would really love to read some good documentation on it. I feel that the vb.net documentation on XPath usage is just terrible. If you know of any really good documentation for XPath with vb.net, please point me to it. Now on to my real problem. I have xml like this <foo> <bar>blah</bar> <bar123>test</bar123> </foo> and here is that I am using (gleaned from some site mostly). This is what it looks like after tearing my hair out and trying to fix it. Dim xpathDoc As XPathDocument Dim xmlNav As XPathNavigator Dim xmlNI As XPathNodeIterator xpathDoc = New XPathDocument(path) xmlNav = xpathDoc.CreateNav ...Show All

  • Visual Studio Team System TFS reporting

    After create a new Team Project, why always have reporting services error Reporting Services Error Hi Mauli, A collegue have found a way to solve the problem. He set the three default user tfssetup, tfsservoce amd tfsreports as administrator. it seems working. What do you think is it the right way to do it Thank you Jiajia ...Show All

  • Community Chat Creating A new OS

    Hello, I just wanted to make a question What knowledge would it take to make A operating system if you could tell me Cause I am starting to get into building program it may take A long time but dont worry one day your data will be safer then ever I am hoping to do a couple of things in here against bug/virus Encryption and hard ways to get past stuff... If someone would be willing to help me out... Danka sir! ok furby listen to make ur own os u need to create kernel read about kernel programming and better solution to start os programming is to start by c/c++ and assembly i m giving u link of very small OS code here u can get code of small os which hopefully be useful for u. Easy OS programming tutorial with OS code....... ...Show All

  • Windows Forms Using Drafts Folder in Outlook Express

    Here's a simple question I'm not about to spend $59 for: How do I edit and send messages I have saved in my Drafts folder Old Guy with a Computer wrote: Here's a simple question I'm not about to spend $59 for: How do I edit and send messages I have saved in my Drafts folder I would have to say "Double Click". Also, this is the wrong place for this question. ...Show All

  • Visual Studio Team System Power Toys for Modeling Tools

    1. I cannot load the Modeling Enhancements - I'm using Team Suite. Error is : The Add-in 'Modeling tools design enhancements' failed to load or caused an exception How can I get these tools to work Jean-Pierre Fouche The latest version of these tools has just been released to GotDotNet - http://www.gotdotnet.com/workspaces/workspace.aspx id=fe72608b-2b28-4cc1-9866-ea6f805f45f3 Phil ...Show All

  • Software Development for Windows Vista What is API to get public folder directory path?

    Hi. I want to get public folder directory path. (Public Documents, Public Downloads, Public Music.. etc) Is there API ...Show All

  • SQL Server Updating Records Instead of Insert

    Dear All, I want to use SSIS in order to synchronize data. The OLEDB and ADO.NET Destination Adapter just inserts the rows read from the source. Since I have PK Constraint on destination, the tranform fails. How can I ask to update the records in destination DB Regards, Sassan All answered in here: http://www.sqlis.com/default.aspx 311 -Jamie ...Show All

  • Windows Forms Loop capture image and generic error occured in GDI+

    I've application to capture video of image and grab the still image. It runs well untill I put loop to regrab the still images many times automatically.. and the error (generic error occured GDI+) happend. For your information, I also run different code of application that have similar function which to capture the image repeatedly that I found from internet. However, it give the same error message. I think maybe I've to setup something in the configuration but I still blur about it. I'm using C# Express edition. Could anybody help me please... Hi Shuhada, If you change the CaptureComplete event handler to the following so that it saves each image under a seperate file name, by (tick) you will be able to see how fast the ...Show All

  • Windows Forms How to make a upgrade package of my application?

    I have an application installed in a mahcine when i have any upgrade version i have to uninstall the package and install it again. Is there any way to make a upgrade installation package using available vb.net package deployment. Is this an MSI-based setup&deployment project If so, this should help: http://www.simple-talk.com/dotnet/visual-studio/updates-to-setup-projects/ ...Show All

  • Visual C# What string do I use in System.Diagnostics.Process.Start()?

    I found this method -- System.Diagnostics. Process .Start -- to log into a user's computer and in my case in order to download a file. In a command window you can say something like: net user z:\\IPaddress\SharedFolder password /user:computerName\userName I tried doing this using the System.Diagnostics.Process.Start but I get this error: Error message: System.ComponentModel.Win32Exception: The system cannot find the file specified at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(String fileName) at FTPProgramWinApp2.Form1.ListFilesOnServer(String locationOfFol ...Show All

  • Visual Basic Terminology

    I'm a little confused to what keywords i need to run a Google search, for example, to help me solve my problem. When my application is run, it should watch for a specific key, or combination of keys to before it runs a function. I shall be more specific: I want to capture the Printscreen and Alt + Printscreen keys which my application will catch and handle the image stored on the clipboard. I need the normal Windows Printscreen function to be running as usual, but for my application to catch when Printscreen is pressed. I have looked into keyboard hooks, which seems to override the key and isn't helpful to me, but I need to know what I need to happen is called, hence the subject. So please, can anyone enlighten me Thank you for ...Show All

  • Visual Studio Express Editions OpenGL unresolved tokens

    Hello, I'm trying to compile an old openGL project in Visual C++ Express edition, but I get a zillion unresolved token errors for opengl functions. I won't list them all because they all seem to be related, but here are a couple: error LNK2028: unresolved token (0A0000BA) "extern "C" void __cdecl glLoadIdentity(void)" error LNK2019: unresolved external symbol "extern "C" void __cdecl glViewport(int,int,int,int)" I have installed Platform SDK, following the instructions at http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ I have installed opengl, following the instructions at http://www.css.taylor.edu/~btoll/resources/graphics/opengl/xp/visualc.html I have glu32.lib,glut32.lib,opengl32.l ...Show All

  • Visual Basic Help << operator VB. net

    day (1-31) Month (1-12) Year(0-99) Can you help me This code is wrong but is something like this i think. Module Module1 Sub Main() Dim MyDate As Integer Console.WriteLine( "enter day!" ) MyDate = ((Console.ReadLine) << 3) Console.WriteLine( "enter month!" ) MyDate = ((Console.ReadLine) << 6) Console.WriteLine( "enter year!" ) MyDate = ((Console.ReadLine) << 0) Console.WriteLine(MyDate) End Sub End Module The OP is trying to use the C++ iostream operators in Visual Basic. Sounds like a class assignment. Can't say much more but: "Hey Dude(tte), you're using the wrong language!" ...Show All

  • Visual Studio Team System IIS constraints

    If I deploy a web application to an IIS server and I want the app to use forms authentication, I have to set the AuthFlags value to "anonymous" in the applications "Settings and Contstraints..Application Settings..Web Application" setting not in the settings and constraints for the IIS server in the LDD. This seems odd to me. I would have thought that I would need to set Anonymous on the IIS endpoint, not on the ASP appliction. What am I missing Hi Kevin, We investigated this scenario and wanted to verify our results with the product team. They have some additional information to add, which we will post as soon as we can. Thank you for your patience. ...Show All

  • Visual Basic VBEMPTY

    I was wondering, what keywork replaces "" in .Net I though that VbEmpty did that, but I was wrong. Thanks a lot for any input, Perhaps this fits the bill: String .Empty ...Show All

©2008 Software Development Network