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

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

ultra03

Member List

Davids Learning
Eswans2000
tee_user5
yoga80
AlexBB
djchapin
GSharad1234
Mikaelm
MRDPrince
Vishal Mistry
DMAR330
GazNewt
UnKnown Nick
shimshon
rod_r
svxtc
Ashish Dwivedi
Big5824
David Ray
Douglas H. Troy
Only Title

ultra03's Q&A profile

  • Smart Device Development How to update mobile application easily

    I have a Smart Device Application (Compact framework 2.0). How can I update it easily With Click Once (Supported by compact framework ) With Web Services Others solutions Which is the best solution to update mobile application easily Thanks If you're talking about updating the mobile app with new version than you've to design your app in such a manner that parts of the app can be updated. However this might not be possible all times and in which case you've to uninstall & reinstall the app. You can use Web Service & other mechanisms to download the new version & initiate an update. Manav ...Show All

  • Visual Studio Express Editions Transfer Data from one form to another

    Hi how do you transfer data a user has typed in on one form to a label on the second form I am dabbling in Vb.Net and this seems like such a simple concept, but trying to find it written this simple is EXTREMELY APPRECIATED. Thanks for you input, it is hard to wade through the information overload sometimes. ...Show All

  • Visual Basic thumbs.db not able to delete

    i am doing codin in VB in which i am trying to delete a directory which is empty, RmDir command runs but shows path/access error, i fouind that it has a hidden system file thumbs.db . i am not getting how to delete it. is there any other command in vb which can delete such directory in anticipation of yur view, nitesh Thanks Vojko, so kind of you, but it really didn't solved my purpose, i guess i was not able to explain my problem clearly,---- i am using rmdir command in vb to delete a directory, before this command i used kill command to empty it. now rmdir command is showinf path/access error, coz there is a hidden file thumbs.db in folder, it is a system file.i don't know how to remove it through code. thanks ...Show All

  • Smart Device Development Issue with MS POOM Sampe for WM 2003 - pimstore.h

    Hi all, I have downloaded the MS POOM Sample in which I have to compile the Native DLL in MS Embedded Visual C++ (I'm using version 4.0). But when I attempt to compile/build the project to generate the pocketoutlook.dll I get an error message stating the following... fatal error C1083: Cannot open include file: 'pimstore.h': No such file or directory I have downloaded the Windows CE SDK 4.2 as I though the pimstore.h was part of that, but it seems it isn't. Does anyone know why pimstore.h can;t be located by Embedded Visual C++ Thanks This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx Pos ...Show All

  • Visual Studio Express Editions How do I send data from my application to a database?

    I am just learning how to use Visual Studio and I was wondering if someone could help me out with a problem I cannot figure out. I am working on an application, composed of drop-down boxes that are from various tables, and I can not figure out how to send the selected data from the drop-down boxes to a database. I have been playing around with the BindingSource and BindingNavigator which has not gotten me anywhere. If someone could help me out with this problem I would much appreciate it. Anthony Are you using SQL 2005 EXpress Use SQL server configuration manager > protocols to enable remote connections. ...Show All

  • Software Development for Windows Vista Sequential workflow and ASP.Net

    I am trying to create a sample for myself of using a sequential workflow and a simple asp.net page. I know how to use the manualschedulerservice, runworklow etc. I also know that I can get the input data from the webpage, then put that into a dictionary and pass that into the workflow. What I'm not sure about is how to get any kind of response back out of the workflow. For example, if all I have in the workflow is a code shape that calculates two numbers and I want to return the response, how do I return it to the asp.net host Should I just create a workflow property and then when the workflow becomes idle, read the property I believe there are also output parameters from workflow instances but I'm not sure off the top of my head on ...Show All

  • Visual Studio Express Editions ToolboxBitmap problem

    Does anyone know why the following does not leave me with a Custom ToolboxBitmap. I have included a 16 x 16 Bitmap called C_Button as an Embedded Resource in the Library. I have a set of controls in the library all with their own Custom bitmaps, but I just get the default Gear bitmap. Is this a restriction because it is an Express Version All comments gratefully received. namespace CcNet2005 { [ToolboxBitmap(typeof(C_Button))] public partial class C_Button : System.Windows.Forms.Button { // Some Code } } This problem is really bugging me! Anyone know how I can get Microsoft to answer the question Is there anyone from Microsoft checking these threads ...Show All

  • Windows Live Developer Forums Question "Disambiguate a location"

    I couldn't find much on this in SDK documentation... I'm trying to code a function that if there is a match to a searched location the map zooms to that location and a marker with appropriate text is created (this part is easy thanks to the post by CelebT) but I'm struggling to find a work around for cases where more than one match is found. Find(); returns a list of possible matches but the marker is put only on the first location on that list. Is there a way to: 1. stop drawing a marker until the user makes the selection and the map zooms to that location 2. "recycle" the information returned (ie text plus info which location from the list was selected by the user) Thanks Rusty ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2D Doom/Wolfenstein 3D Ray Casting, how can it be done in C#?

    I searched on here for anything about this and all I've come up with is information for 3D examples, now I don't want to try my hand at a 3D FPS but wanted to experiment with the old 2D Raycasting technique, are there any tutorials or information for simple raycasting math in C# Wolfenstein 3D, Doom 1 & 3, DUke Nukem 3d, as well as many other early '3D' FPSes weren't done with 3D as we think of it today, but rather were all 2D games made to look 3D. ...Show All

  • Visual Studio Team System rights for developers to lock and unlock by administrator

    hi ... can any one tell me how to give appropriate rights to developers. Like the rights should allow developers to lock the file as well as the administrator should be able to unlock the page from UI . There is a Lock permission that controls whether a user can lock a file. There is an UnlockOther permission that you can grant to control whether a user can unlock an item locked by another user. For changing these from the GUI and the command line, see the documentation at http://msdn2.microsoft.com/en-us/library/ms252587.aspx . Buck ...Show All

  • SQL Server format date

    I have filed from the sql db. I change the format to "d" the problem is that I want the format to be "dd/mm/yyyy" and now I see the format "mm/dd/yyyy" I can change the format by right, mid and left function, but I sure there is another way do it. thanks! OK thanks I find it: =format(Fields!mishmeretDate.Value,"dd/MM/yyyy") its Work ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Humorous but somewhat serious question about XNA

    Microsoft has claimed the Nintendo Wii as a "kids toy;" however, if XNA can produce graphics and push performance up to what the Wii is capable of handling (games like Half-Life, Sims 2 from most XNA performance claims), does that mean that XNA is a kids toy too I do not understand the question perhaps, but XNA can be as serious and hardcore as you want it to be or it can be simple and easy. I think that is one of the nice things about XNA; that it takes very little to get started, to get a 2D character bouncing around. So if you are asking if XNA is targeted towards kids or rather the more novice of us programmers then I would say yes, of course it is. That is not to say XNA isn't powerful though, I ...Show All

  • Visual Studio Express Editions Clipboard Help

    Hello all, good morning :) need some help with this one please: I have 6 textboxes on my form. I need to assign each textbox with a shorcut key (eg. alt + 1, atl+2 etc..) and then copy the contents to the clipboard. I take it that I would have to put the code in a timer event & would the shorcut keys still work even if the form is not displayed on the screen Thanks, Stuart Hi there. I've been thinking and thinking about what you are proposing about taking in input when the form has no focus and I think it's an awful idea. I'm not really huge on standardization but the potential problems go beyond simply standards but cross proper system functioning. The api routine you ...Show All

  • Visual Basic Web Browser project

    I am working on a very simple browser, mainly for quick web surfing without the need of menus, favorites, and other fancy features seen in other browsers. The problem is, im quite new to this programming language, and i barely got anything out of what little time i had in Introduction to Computer Programming (using Visual Basic 6.0) before being pulled out of that class to make up a required credit. Im clueless as to how to get the WebBrowser object to respond to the input in the AddressBar, and display the site the user types. Any help on this would be really greatful. Thanks Well, I'm not sitting at my main computer (the one with VB installed) so I can't be exact. But I believe it is in the project properties. (Found in the " ...Show All

  • Visual Basic How can I use bindingnavigator to update my dataset and data table into database

    hi, I am using bindingnavigator to review my datatable in dataset, I use several textbox for my fields, I use oledb class, I can review, but when I modify my value in the fields, I can't commit them into database, anybody knows how to do that Another thing, I know how to do master/detail review in bindingnavigator, if I would like to review from detail, how can I make a relation between my data tables in my dataset by the way, i am using access database. thank you why nobody can answer my question I am not sure why currently, oledb in asp.net becomes so hard to use, what hell is dataadapter, dataset, datatable, it is so complicated. it should be easy to use that! In Adodb, it is easy to operate data with record ...Show All

©2008 Software Development Network