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

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

Ravidhari

Member List

ntsoo
tlc660
Madix_t
David N.4117
TaiChiMaster
yahu_Hugh
Lejing
boothwine
Alex Belik
IxxI
Gravy
Bassam72
KAlbrecht
su45937
PublicError
Kim J. Kubasek
Thibaud
SavasCilve
MrSock
cbpd86
Only Title

Ravidhari's Q&A profile

  • Visual Studio Express Editions how to create a share on the remote PC????????????

    how to create a share on the remote PC IP of remote PC = 192.168.54.106 Data Source=C:\software\software.mdb are you talking about programmatically you could use net use and make a share, or simply on the remote computer, enable sharing of folders, and right click the folder you wish to share and go to Sharing and Security then enable the sharing and specify the share name, which then any other computer on the same network would be able to access using the UNC path for example: \\computer\sharename ...Show All

  • SQL Server Logging in SSIS

    Hi: Just implemented logging on my package, and the type of logging is to a text file. Any ideas on where should i store my log folder/file, so when I do my build and deploy, I end up moving the folder as well. Do I have to manually do that How would that work What if I save the log file outside of my project folder Where is the log folder/file path specified Thanks. When you set up the logging you created a connection manager to point to the log file right Then all you need to do is to make sure that connection manager is properly configured in the new environment; meaning that the path you specified exists and the user executing the package has access to it. You could use package configuration to set up the connection man ...Show All

  • Visual Basic Help I need a real mans (or persons) Book

    Hello, I wanted to ask if anyone know of a good in depth book. One that is not for 5th graders or too basic. I found that Microsoft's VB.net step by step was not what I needed. It is not for any specific purpose just detailed learning.   Thanks http://www.amazon.com/Pro-2005-NET-Platform-Second/dp/1590595785/sr=8-3/qid=1169068301/ref=pd_bbs_3/002-5400733-4364047 ie=UTF8&s=books Why don't you ask this question on the VB.NET forum ...Show All

  • Windows Forms DataTable has more rows than being displayed on the DataGridView

    Hello, I am binding a datatable (with 36 rows) to a datagridview. I'm only getting 2 rows showing; 1 row of data, and the new item row. I don't understand why this is happening I'm testing the 2/36 values at the time I bind the source, so what could be filtering out the results I am doing this to another result set (to a different datagridview) and it shows all the results. I don't understand why this is happening this way. Thanks. ...Show All

  • .NET Development URGENT Assembly.LoadFrom(http) == "Could not load file or assembly 'X' ... or one of its dependencies."

    [Runtime Version v2.0.50727] Question regarding Assembly.LoadFrom(http). This really is URGENT; thank you for your time. Hello, I have three projects: X, Y and Z. Project X is a class library-type project full of user controls that other developers monkey with; these controls obey a set interfaces we have defined in project Z. Project Y is a winforms-type project. It does not contain a reference to Project X, but it does contain a reference to project Z - just like project X does. Project Y loads Project X dynamically from a HTTP using the following code: /// * start sample string _Url; _Url = " http://localhost/projects/ProjectX.dll "; System.Reflection.Assembly _ProjectX; _ProjectX = System. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Requirements to built your own games?

    First of all hi.. i'm new to the programming games stuff.. so i would like to know if XNA Game Studio Express is a good way to start with programming languages  What are the main languages used in XNA Game Studio Express C, C#, c++, VB Does XNA Game Studio require a medium knowledge of this programming languages or any newbie can learn how to program their own games without any knowledge of programming languages Thanks in advance!! XNA Game Studio Express is specifically targeted for people just like you. You will be able to use any of the .NET language (C#, VB, etc) to program using the XNA framework. You will need to know how to program in that language, but you don't need to be an exper ...Show All

  • Gadgets when i press Enter in my sidbar gadgets textfield

    when i press Enter in my gadgets textfield i add the code that controll key event .. below. if(event.keyCode == 13){ //do something.. } gadget is reduction to... width : 1cm height : 3cm... so. i try some add code below.. <input type=text onkeypress="btpress()" onsubmit="return false;"> add "onsubmit="return false;"" code.. result is same that my gadget's size is reduce. whats wrong ~ if you have above experiece~ feed any~ plz. thanks gentleman~. Sounds like a compilation error. You don't need the onsubmit though. How I've done it is: <INPUT type="text" id="searchText" onChange="doSearch(searchText.value)" onKeyDow ...Show All

  • .NET Development Is there a way to Redirect STDOUT/STDERR during AppDomain.ExecuteAssembly like Process.Start's redirection streams

    I'm trying to locate the ability to redirect the stdout/stderr within an AppDomain when making calls to the ExecuteAssembly method similar to the ability to do so with Process.Start's RedirectStandardError/ RedirectStandardOutput Thanks, Ty I too am looking for this ability. Or, similarly, any ability to redirect the stdout/stderr of an assembly without having to start a new process, but by running it in the same process either in a separate domain or not. ...Show All

  • Windows Forms ClickOnce Prerequisite Problem

    I have a bit of a problem with deployment of an application that I have written in .NET 2005. I have deployed using the ClickOnce feature and the user can install the app with no problems as long as he is logged in as an administrator on his machine. We have many users that are not administrators on their own pc's, so this is an undesirable situation. The application, of course, has .NET Framework as a prerequisite. It also must do some Excel manipulation, so microsoft.office.interop.excel.dll is required as well. I am trying to break up the installation of this application into two parts: One that will be a deployment project that includes the .NET Framework and the interop dll. In doing this, I can create a Setup/MSI package, giv ...Show All

  • .NET Development hi!! plz hurry up help ....i have a queue linklist data structure..

    hi!! plz hurry up help ....i have a queue linklist data structures.......now in this queue objects are being stored.....problem arises when........i use the peek() function returns the object from the begining of the queue ,,,,,means it returns the first object ,,,,,but i have to returns all the object means first object ,second object ,third object,,,,in this queue,,,,,is there any function in c# which returns all the objects of queue or is there any way to do it..plz write a code in this respect,,,,,,,,,,,, thank u... hi....well thx for reply but if i had to used an array why i should use a queue.....i am working in queue class and in a queue data structure.....i was the access all the objects of the queue ..as peek() function r ...Show All

  • Internet Explorer Development How to make a toolbar visible by programming?

    Hi, I want to make my toolbar visible after the installation(registration) process complete (after restarting IE, of course), but I don't know what is controlling a toolbar's visibility. Is it controlled by a registry key, or other things Thanks for your help. Hi, I dont understand one thing, you said its a toolbar then why you created a deskband. For tool bar in internet explorer microsoft provided method of TOOLBAND and BHO, you should first read about these or furthur clarify what you have created a toolbar or a beskband object. ...Show All

  • Visual Studio Trying to create a NEW DATABASE Project - but the word "database" doesn't show

    Hello and Thank you for you support Within Visual Studio 2005 IDE, I've been trying to create a new VB.NET "database project", but when I expand the Visual Basic node, the only items that show up are ==> Windows and the Starter Kit items. I don't see anything for Database How can I create a new "Database Project" when I cannot see the database item showing up in my "new project" list Is it a configuration setting I am using the "General Configuation Settings", and changed it to Visual Basic Configuration setting , but that didn't make any difference. Please and thank you for any advice on this. Donna ! Thanks I am using the Visual Stu ...Show All

  • Internet Explorer Development IE7 closes dropdownlist if style changed via javascript

    Hi, I already posted this question to microsoft.public.internetexplorer.general 2 weeks ago, but got no answer. I'm not sure if I'm right here, but I'll try. I have to change the backgroundColor of a dropdownlist on focus. And if you leave it (onblur), the color has to change back again. Unfortunatelly IE7 closes the DDL when you change the cssClass or style.backgroundColor You can see it easily with this html page: <script language="javascript"> function SetClass(obj, valid) { window.status = 'Gonna change backgroundColor ...'; window.setTimeout(function() { if(valid) { obj.style.backgroundColor = "green"; } else { obj.style.backgroundColor = "red"; } wind ...Show All

  • Visual Studio Team System Build number in comments

    I came across <a href="http://blogs.vertigosoftware.com/teamsystem/comments/3015.aspx">Adding the Build Number to your Team Build binaries</a> and wanted to use it. I however dont want to replace the existing comments that are put in. Is it possible to append the build number to the existing comments instead of replacing it Thanks After looking at the link, I think you can do the following: Where you want the BuildNumber in your application description put in the following tag ~BuildNumber~ Then replace the FileUpdate target with this regular expression:   <FileUpdate Files="@(AssemblyInfos)" Regex="~BuildNumber~"           ...Show All

  • Visual Studio Team System active directory restore

    In single DC domain environments, Is it possible to restore(Authoritative restore) active directory, without loosing the Object (OU,USERS..etc) that is created after the backup was performed. This forum is dedicated to questions related to the setup of the Team Foundation Server component of Visual Studio Team System. You'll probably have better luck in the Windows Newsgroups , particularly the Windows Server Active Directory forum. I did a quick search that seems to have some promising results. Best of luck- Cheers, Adam ...Show All

©2008 Software Development Network