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

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

ozhonetech

Member List

jasse_91
Lars E.Nes
buladbanaw
SDobie
macyp
Rob Davis38041
Gagand
Roman Nurik
Jim Cordwell
Andreas Georgsson
Dennis Lackey
zapacila89
ASP.Thinker
BobS777
VoiceOfExperience
Price Brattin
MarkEmery
Ride44
truepoint
pfh
Only Title

ozhonetech's Q&A profile

  • Smart Device Development What is the best Pocket PC

    Hi Everyone, Looking for a palm pocket pc to run a program for my computer. This what is required. 1. .NET Compact Framework capabilities 2. Networking or internet connection capabilities, we need to some how connect it to a point, so we can upload new information, and download current information.  3. A palm that does not require any program to connect to the network or internet. 4. Able to connect either a sq ...Show All

  • .NET Development xslt with mixed node

    hi, i have xml file which i want to display in a webbrowser, this file contain a mixed node(text with nodes) so how can i display it in paragraphs for example <root> <node1>some string</node1> <node2> <child1>text</child1> <child1>other text</child1> </node2> <node3> string <header1>text</header1> string <header1>other header</header1> </node3> </root> node 3 has mixed types strings with nodes, those nodes suppose to be header of paragraphs or special format so the number is not defined, i was able to style node1 and node2 but not node3 how can i do this t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Fisheye Environment Map 3D Hemisphire

    Hi, i have a question about fisheyes. I am thinking of making an application 3D application from a fisheye texture map. I would like to take the image from a camera, with a fisheye lense (a one shot process to get a good field of view). I would then like to reconstruct the fisheye such that it is as if i am behind the camera again and i can look around. So my ideas are, can i map this fisheye to the inside of a hemisphere (which is the same shape as the fisheye lense), place a camera in the middle of the hemisphere and rotate the camera around Would the fisheye texture perspective would be corrected again I have seen fisheye maps converted to cubes, which have then been used to map the environment (such as halflife 1 large backgrounds - t ...Show All

  • Visual Studio Last MSDN Library version / versions for Visual Studio 6 / .net / .net 2003

    I would like to know what were the last MSDN library versions for: Visual Studio 6 Visual Studio .net (2002) Visual Studio .net 2003 I refer to versions as in the month/year fomat e.g. January 2007. If there are more than one versions that were last for a particualr version of Visual Studio, then can you explain the reason(s) >They do still have the July, 2005 edtion available for download, but they don't have any notes on it. Perhaps this is the last version to integrate with VS 2002 That would be in line with VS 6.0 and VS 2003, which both had roughly 3-years of MSDN Library support. I was guessing that the last version of MSDN Library for a particular version of Visual ...Show All

  • Windows Forms bindingNavigator with two table.

    Hi, My application has a dataset which contain two tables, tableA and tableB. I create one form, then I add the fields from tableA and tableB into it. Then I create one bindingNavigator. When I try to navigate the field with the navigator, only fields from tableA are able to be navigate, those fields from tableB no respond. I think this is because the bindingNavigator is bind to tableA. But what I need is when I click ‘next’ at the bindingNavigator, I able to goto next record of all the fields from tableA and tableB. Can someone please do me a favor, teach me what should I do Thank you very much. p/s: tableB and one foreign key of tableA. Hi vkh75, Thanks for you answer, it works. Yet, it come out ano ...Show All

  • Visual Basic Fixture setup

    Hey.. I need some help on developing a fixture list for a school games competition. The system has 36 pupils from 6 different classes and within the classes there are students in which are belonging to different houses (Yellow and Green). which would mean 18 participants from green house and 18 from yellow. The games that are played during the day are: ? Snap ? Cribbage ? Spillikins ? Junior Scrabble. The structure of the competition is as follows: ? the Yellow and Green Houses compete against each other in a series of matches ? each match is ‘best of three’ single games of one type of game ? pupils cannot play other pupils from the same class ? pupils can only play another pupil once ...Show All

  • Windows Forms Posting search results to datagridview dynamically

    Can someone help me out with this one I would like for my datagridview to display results of a search as i am typing the search criteria in a textbox kind of like the auto expand property that is available in MS Access. For example if I type 'jo' in the textbox even before the user hit the search button I would like for the datagrid to display all first names that start with Jo (john, johnson, jolene, jon, johann, johanson, joan, joanne, jobeth, job etc) but as the user continues on typing 'joh' the datagrid will refresh itself with only names like john, johnson, johann and johanson. As the user continues on with 'johns' only johnsons will get displayed in the gridview. I have a search form working right now but it seems too static becaus ...Show All

  • Visual Studio Team System Problems with source control

    We have had recurring problems with Team Foundation Server not handling source code correctly. Changed code is being left out during the Check In process. Get Latest fails to get the latest checked-in source code. This has happened with Excel files. Some Source files have been updated and some have not been updated. Now we have a case where several days worth of work was lost after the use of: Get Specific Version, checking the "Overwrite writeable files that are not checked out" and "Force get of file versions already in workspace" Any ideas Here are some pointers :- Get Latest never work fine :) use g ...Show All

  • .NET Development Web Service must call a Console App located in the same directory (Simple)

    I have a small problem, when I am calling the Console Application from the Web Service it is not bringing it up, it is located in the same directory. Is this possible and please can you tell me how to do it. I think it is simple. This what i got so far. Process prcCompare = new Process (); prcCompare.StartInfo.FileName = HttpContext .Current.Request.PhysicalApplicationPath + "idb\\MappingProc.exe" ; prcCompare.Start(); Thank-you very much for your help ahead of time . Looks like the Console Application is running under the user and the web service is running under the ASPNET or IUSER. Is there any way I can switch the user when I call the process. Thank-You Nikhil very much f ...Show All

  • Visual Basic Accessing VB component property methods from C# application

    Hello Can someone help me for the below proble, I am working on a task of converting one vb6 application in .Net. Current vb6 application is using one vb dll provided by third party. I have written a code in C# and added the third party dll (developed in vb6) in the reference. The strange problem I am facing is that I am able to access all the properties of vb6 dll but not the methods of the property.One thing I do not know is whether the property datatype is collection or any other datatype. For example : TestClient.Client objClient = new TestClient.Client(); I am able access the "GenericBO' property of the objClient but not the "Item" method of the "GenericBO' property. In current VB6 the sam ...Show All

  • Software Development for Windows Vista Ask the question on Lab10

    (1)I have three custom Activities(Activity1/Activity2/Activity3).Activity1 return true or false result,if the result is true then run Activity2,else run Activity3.Now the question is how the result of activity1 act as the condition of ifelseActivity. (2)Also,to WhileActivity ,The question is how the result of activity1 act as loop condition. Thanks for your help! If possible could your give me a sample. Lab10 is how to get started hosting the workflow designer in your own application. You will not be able to create CodeConditions or set the DeclarativeRuleCondtion once you have completed the lab. For a more complete example of hosting the control take a look here . With Vihang's sample you should be able to set the declarative rule s ...Show All

  • SQL Server dynamically resize a chart

    I am doing a report in SQL Server Reporting Services 2k5 , the report has a chart that displays data from a query. The question is: Is possible to dynamically resize the area occupied by the chart depending on the amount of information (variations of a category) to be displayed on it well, i have some kinda same problem, well in my pie chart, we have so many grous, so what happing , the lables which shows percentages, completely overlap each other, like if a chart is showing 20 groups percentages so they all overlap with each other, i hav data like 80%, and rest are arrround 2, 3, 5, 2, 1, 3, 4, percentages what should i do plz give us any suggestion ...Show All

  • Visual C# How Do I Create A Standalone Application?

    Hi Everyone!! I've created a very simple application in Visual C# 2005 and now want to turn it into a standalone .exe file that I can send around to my friends, and then they can run and use it. I don't want it to be an application that you have to install on their PC, just something they can run. Can anyone tell me what to do... Thanks Dave If you;re using Visual C# you have to make sure the .NET framework is installed. If you've used any database functionality you'll probably need to make sure MDAC is installed too. You'll have to create an installation if you want to make sure your friends can run it. ...Show All

  • Visual Studio Express Editions file sysytem

    hi all im woundering if any one can help im trying to fil a list box with the names of al files in a folder so far i have see below which works but it fills the list box with the path and file name and file type but i just want the actual name thanks tim Dim path As String = "C:\Documents and Settings\All Users\Documents\My Pictures" For Each f As String In My.Computer.FileSystem.GetFiles(path) ListBox1.Items.Add(f.ToString) Next it returnes C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\butterfly.jpg Dim path As String = "C:\Documents and Settings\All Users\Documents\My Pictures" For Each f As String In My . Co ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. help with c#

    I am learning c++ in school however to use xna game studio it says u need c#. can anyone tell me how much of the basics i should learn of c# and maybe link me some tutiorials. thank you. Welcome! What you want to do is download Visual C# 2005 Express Edition: http://msdn.microsoft.com/vstudio/express/visualcsharp/ Then a good starting point for learning C# programming is at the following site: http://functionx.com/csharp/index.htm This should give you enough background to start playing with XNA. Some other areas of interest would be learning what Generics is and WinForms. Good luck!  ...Show All

©2008 Software Development Network