Software Development Network Logo
  • Visual C#
  • SQL Server
  • Visual C++
  • Game Technologies
  • Smart Device
  • Visual J#
  • .NET Development
  • VS Express Editions
  • Windows Forms
  • Visual Studio
  • Visual Basic
  • Windows Vista
  • Visual FoxPro
  • Windows Live
  • Architecture

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

Jobria

Member List

Thomas Thayil
Ultan
Raupes
InfoDOG
MajorCoder
pmanisekaran
ClaudiaN
JoeBuddha
Jobs
Alkazam
FredSaw
Chan Nyein Zaw
Mads Brink Hansen
SolidStrategies
Sarge1
Laserbeak43
devinr
Tim12345
sonofseven
db9
Only Title

Jobria's Q&A profile

  • SQL Server Code Completion of SQL Statements in 2005

    Will the new tools for SQL 2005 give us code completion of SQL Statements, e.g. if I type the following sql USE pubs GO SELECT pub. FROM   publishers AS pub When I type the "pub." will I see a list of the available columns in the publishers table.  This type of feature has been available in TOAD for years and years, will SQL Server programmer finally get this in the 2005 release. Cheers, Colin This may have been the video they saw at the PDC: http://channel9.msdn.com/Showpost.aspx postid=121794 Regard,    Damian ...Show All

  • .NET Development How to set the web controls disabled by JavaScript embed in HTML?

      I use a panel to contain some buttons,now I want to set all the buttons disabled.How should I do Can you offer some code sample Thank you! Rok Yu. I got it in javascript like control.disabled = true. ...Show All

  • Visual C# Serialize object to string

    I am trying to serialize an object(s) to an XML string. I want to do this without ever actually creating an .xml file. The way I do it works, and seems to be fine. I just want to make sure that there is not something I have overlooked. If anyone has a better way of doing it I would appreciate the help. Here is my code: String XmlizedString = null ; XmlSerializer x = new XmlSerializer (Inv.GetType()); MemoryStream memoryStream = new MemoryStream (); XmlTextWriter xmlTextWriter = new XmlTextWriter (memoryStream, Encoding .UTF8); x.Serialize(xmlTextWriter, Inv); memoryStream = ( MemoryStream )xmlTextWrite ...Show All

  • SQL Server Using calendar datepicker parameters with MDX into RS2005

    Hello,    I'm using Reporting services 2005 and I need to select date range parameters, but I would like to use datepicker to show calendar dates, the problem is, I'm accessing Cube and using MDX to do that, but I get error when I select "Report Parameters.." at the menu and change the "data type" from properties from "String" to "Datetime". Is there any other way to do that or I'm going to the correct way Thanks a lot Elvis ...Show All

  • .NET Development ASP.NET process identity does not have read permissions to the global assembly cache.

    VS2005 RC1 - XP PRO Sp2 + - App is a webservice and default.aspx. I'm seeing errors in the error log after a browser tries open the site. The browser sees an http 500. The server log shows the following: 03:04:48 127.0.0.1 GET /default.aspx 500 03:05:33 192.168.0.100 GET /test.htm 304 03:05:51 192.168.0.100 GET /default.aspx 500 03:06:39 127.0.0.1 GET /default.aspx 500 03:06:41 127.0.0.1 GET /default.aspx 500 I have opened up all the permissions root directory and the ASP user account and internet user account which has been know to be the cause of this error.  There is no usual way to set permissions in the GAC directory beca ...Show All

  • Visual Studio Team System Where is Source Control menu?

    Hi! Recently I've installed TFS Clinet on my machine to be able to work with TFS server remotely. When I first connected to server and open Source Control Explorer I saw that new workspace had been created. The problem is I cannot work with SCE 'cause there is no mapping with local folders. The easiest way to map local folders would be using Manage Workspace dialog but it is impossible: there is no menu File->Source Control! Here is screenshot (~60 Kb). Of course, I could use magic h.exe to do all I need, but it seems a bug and I'm going to submit it. P.S. Another annoying issue is lack of Visual Studio Command Prompt. Is t ...Show All

  • Windows Forms About Command Line Arguments

    Hi, I am newbie in Visual basic, and I want to know How I can read at argument, example when user execute   MyApp.exe  Par1, par2 I want to read par1, par2, etc from tha Visual basic application any ideas thanks To access command-line arguments from Sub Main: Public Sub Main(ByVal Args() as String)    For i = 0 To UBound(Args)   &nb ...Show All

  • Windows Forms Movie

    Hi everyone, If want to know if I make a program that can run movie file Like on Windows Media Player. From Simon Hi! Yes, you can do it. Easiest way is to put Windows Media Player inside your form. Open form in designer, right click in toolbox and run "Choose items" command, select "COM components" tab and find there "Windows Media Player". Check it. Click OK. Now in toolbox you have Windows Media Player icon - drop this control on form. If you write this axWindowsMediaPlayer1.URL = fileName; then player will load this file and play it. ...Show All

  • .NET Development How can I build a 3-tiers application using VC# Express Edition

    Hi everyone, I want to build a Appliction that has 3-tiers, those are Client, Server and Database Server, how can I do that Anybody can give me a sample Thanks! The sample you are requesting is very involved and requries a lot of architectural understanding of what you are intending to do.This link below might help.   http://msdn.microsoft.com/practices/GetStarted/default.aspx pull=/library/en-us/dnpag/html/scag.asp Sorry there is no simple sample I can provide. There are plenty of books and articles on how to use ASP.NET and ADO.NET to accomplish what you are trying to do.         ...Show All

  • Visual Basic best practices to support resolution changes?

    As a newcomer to VB, when I developed my application I didn't think ahead to what would happen when users had different screen resolutions. Obviously this was a major oversight and I'm wondering now what is considered the best way to handle the problem. I designed the application at a resolution of 1280x1024, utilizing most of the available horizontal space. I tried setting the AutoScaleMode for the form set to dpi, but this caused considerable distortion when changing to 800x600 resolution. If I don't allow the form to autoscale, then scroll bars appear when the resolution is decreased, a major nuisance for a user. So, what I'm looking for ...Show All

  • Visual Studio Express Editions How to get an activation key

    This is the message I am getting from the beginning when I try to register my Visual C# 2005 Express Edition Beta. "Our records indicate that you have exceeded your limit of verification e-mail messages. Check your Inbox to confirm that an e-mail message has already been sent. If you are unable to locate a verification e-mail message, please visit Contact Us to request assistance." However, I have never received a verification message. A visit to 'Contact Us' ran dead since nobody there knows how to help me. Regards,   Guido I'm sorry you weren't able to resolve the issue with Contact Us.  I'm w ...Show All

  • Visual Studio Team System Get Workflow using code

    How can I get the workflow for a Workitem. I tried this Get the WorkItemType, then get the FieldDefinition for "State" and the allowed values for this field definition. But I just get "Active" and "Closed". I ’d like to get the whole Wokflow , get  the transitions for a workitem and the initial state. Can anyone help me Thanks Hi jalekz, 1. You can download "Process templates" which your team project use. (Team ->Team Foundation Server Settings -> Process Template Manager) 2. Open t ...Show All

  • Windows Forms application-wide variable?

    Hello, Sorry for the newbie question, I'm new to windows forms programming. How can I use application-wide variables  I want to retreive the active-directory username of the user starting the program. This var I want to store application-wide, but I can't seen to find where to do it. Is it as easy as app-wide vars in ASP.NET or am I looking in the  ...Show All

  • Smart Device Development i have no clue

    Now it seems to be and i dont know anything about GPS or C#, but i am a C programmer (ansi C) um, and i just picked up the 67000 and ran across this site because i am interested in getting the gps going. but i was skimming threw it, and reading what you guys said, and looking at the API lib, could it be possible that theres a link when using EMG911, to GPS that does a IOCTL_SERVICE_START or something like that and STOP when EMG isnt active. i also noticed that its using GPD0, which i would think a new registery vaule needs to be added to use COM*: along with a driver the invokes START, that way in the GPS managing software (you would p ...Show All

  • SQL Server How to migrate data from sql server 2005 to local Pocket PC?

    Hi, I have a database on a sql server 2005, and I would like to migrate data from sql server 2005 to local Pocket PC. How can I create a database on local Pocket PC and how to migrate the data from sql server 2005 to local Pocket PC The operating system on Pocket PC is MicrosoftR Windows Mobile 2003 Second Edition. Thanks in advance. SQL Server Mobile/Everywhere is the right solution for you. REPL and RDA technologies let you maintain a replica of SQL Server database on the device. To know more about them please use the product resources listed @ http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=295034&SiteID=1 . Thanks, ...Show All

©2008 Software Development Network