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

Software Development Network >> Ravish Subramanya's Q&A profile

Ravish Subramanya

Member List

yaakov
superhugo
Martin Cowen
PConsultant
Sonia Taneja
Aarvee
cartoon
Nokoff
Dal
adil taqi
wcpc_el
earthmaker
hberenguel
Jack2005
RRAALLVV
learningdba
VINH TRAN
wwwj
Apu
Arnold Schrijver
Only Title

Ravish Subramanya's Q&A profile

  • .NET Development VB: how to obtain info if DNS ist set by DHCP?

    Hi, I'm just writing my real first VB App. I want to gather the network infos of all adapters and change them on the fly... So far I found all needed objects except if DNS is set manually or by DHCP Does anyone know, how to obtain this info...and if so how to change it Thanx a lot in forward, Stephan You can use system.net.networkinformation namespace to gather all the details of the network. You can't set it using System.Net APIs as they are read only as of now. If you need to modify you need to use the IPHelper APIs. It gives you full control ...Show All

  • Visual Studio 2008 (Pre-release) SLOW motion when animating 56 and more ellipses...

    in my WPF prog i create 56 ellipses [no full opacity, each on its own canvas] on the fly [out of the resources of a grid] add a storyboard to each ellipse, add the storyboard then to a main storyboard and place them into a 8 x 7 Grid which occupies the whole window size [the window has a linear gradient as a background]. When i then kick off my storyboard the animations come to life BUT the whole thing lags as hell! No, don't have to make so much buzz but the cpu usage cranks up to 100% while the animations are going and during a animation pause the usage hardly comes down to a more moderate level. My opinion ...Show All

  • Visual Studio Team System ADAM & AMD 64

    Is there a AMD 64 version of the ADAM tool I need it to be able to install the Team server. Had some issues when installing teamserver on x64 windows but found solution for most of it. Now only problem i have is the ADAM tool. I can't install the team server without it and can't install the tool. If i use 32bit version of the tool, it says i need the IA64 version ... So when installing IA64 version it says it has been build for other type of processor and fails to install. Running Windows 2003 server x64 on AMD 64 processor. k, On the ms newsgroups they told me to use windows server R2 x64 to get a AMD64 com ...Show All

  • Windows Forms Data Binding

    Hi,    How should i correct the statements below, so that the ID text box will shows the ID=1 when the arrow of List View point to ID=1 Or is that any other methods to do this IdTextBox.DataBindings.Add("Text", dataset1.Tables["employee"], "ID"); Thanks. You're welcome! Glad I could help (I noticed that I left something out of the code I provided ... I forgot to add the ListViewItem to the ListView, but I see you did it correctly). ...Show All

  • Visual C++ rand() not being random!!!

    OK An other problem which I really need assistance with I'm using srand to generate random numbers out of a range BUT i always get the same sequence of numbers!! But I notice the problem come from rand() i tried to create a new project with only this : #include <ctime> #include <iostream> using namespace std; void main() { srand(time(NULL)); cout << rand() << endl; cin.get(); cin.ignore(); } rand() does give me 7880 - 7920 - 7934 - 7946 as time goes. I even tried closing VS completly and try again, i Get approximatly the same result. What's wrong !   Like i Said, i do ...Show All

  • Smart Device Development CF 1 Setting time across Daylight Saving Boundary Issue

    Hi all, I have a CF 1.0 application that needs to keep its time coordinated with that of a server. I am using a P/Invoke of SetSystemTime on the device to set the device time to that received from the server. However I have noted a peculiarity when the new time is in a different daylight savings period from the current time on the device. While, in general, the time drift between the handheld device and the server will not show this issue, it will occur about half the time after a hard reset of the handheld device. In addition, the server may not be in the same time zone as the handheld device, so I must deal with UTC time. (In fact, in ...Show All

  • Visual Studio Express Editions Installing VB 2005 Express Edition with Visual Studio.Net

    Hello, I currently have visual studio.net 2003 installed. I would like to install visual basic 2005 express edition on the same laptop and I'm wondering if this will cause a problem I need the express edition to get a jump start on a class that I need to create. Does the latest beta version expire Any advise would be greatly appreciated. Thank you. We do actually test VB 2005 side by side with VS 2003.  You should read the readme for known issues, but in general this does work.  If you encounter any problems in this scenario with setup or at run time, we would appreciate a bug report or a post. ...Show All

  • Visual Studio Tools for Office Problem setting outlook reference

    I have code that was working in Beta 2 of VB 2005 using Outlook Interop. The original development machine had Office 2000 installed. The project was transferred to a new machine that has Visual Studio 2005 Professional and Office 2003 installed. Originally, the code ran fine using the following references: Microsoft Office 11.0 Object Library - Version 2.1.0.0 Microsoft Outlook 11.0 Object Library - Version 9.0.0.0 At some point, the system suggested an upgrade to a newer library. I allowed the upgrade, and it broke the program. The Outlook reference is lost. Tried to set the references to the newer versions: Microsoft Office 11.0 Object Lib ...Show All

  • Windows Forms Help wanted with simple Databindings problem

    I have a VS2005 C# windows app that attempts to bind a value from a DataRow (in an XML doc) using the statement... this .durationTextBox.DataBindings.Add( new Binding ( "Text" , _ticketsDr, "Duration" )); At run time this throws an exception... Cannot bind to the property or column Duration on the DataSource. Parameter name: dataMember I have carefully checked that "Duration" exists and has a value in "_ticketsDr". What am I doing wrong Hi Daniel, Thanks for the response. I have done some more work and determined the cause of the the error message. I was executing the method more than on ...Show All

  • .NET Development error: oledbexception nust declare the variable '@Eff_Date'

    Here is the code in my Load event after declaring cn, da and cm cn.ConnectionString = "Provider=SQLOLEDB;Data Source=localhost;Initial Catalog=matrix;Integrated Security=SSPI;" cm = New OleDbCommand("select * from lk_Feat", cn) cm.Connection = cn da.SelectCommand = cm cm = New OleDbCommand("UPDATE Lk_Feat SET Eff_Date=@Eff_Date , Exp_Date = @Exp_Date ......etc. .., cn) cm.Parameters.Add("@Eff_Date",System.Data.OleDb.OleDbType.Date,8, ''Eff_Date'') cm.Parameters.Add("@Exp_Date",System.Data.OleDb.OleDbType.Date,8, ''Exp_Date'') ........and all other f ...Show All

  • Smart Device Development Unable to copy file "obj\Debug\MyApp.exe" to "bin\Debug\MyApp.exe". Could not find file 'obj\Debug\MyApp.exe'

    After running my project in the SmartPhone emulator, I am unable to compile my project. And I haven't changed a line of code! Thanks for your help, Joseph Geretz ------ Build started: Project: SmartGammon, Configuration: Debug Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(2274,9): error MSB3021: Unable to copy file "obj\Debug\MyApp.exe" to "bin\Debug\MyApp.exe". Could not find file 'obj\Debug\MyApp.exe'. Done building project "MyApp.csproj" -- FAILED. ========== Build: 0 succeeded or up-to-date, 1 failed, 1 skipped ========== ========== Deploy: 0 succeeded, 0 failed, 0 skipped ========== ...Show All

  • Visual Basic index was outside the bounds of the array

    index was outside the bounds of the array I added two tables to my access database.  When I try to add them to datasources through configure dataset with wizard, I get the error index was outside the bounds of the array I have a total of 31 tables in the database.  It is ultra-normalized.  I plan to upgrade it to sqlserver 2005, but it is so much easier to design it in access. I'm not any near any size limits.  It is nowhere near any size limits.  I tried closing vs2005 and reopening it; rebooting, etc., but the problem persists. dennist685 Well, it's still there (as of 2007-04 ...Show All

  • Visual Basic Folder encryption

    can any one help me out woth logic for encrypting folders using visual basic. Thanks in advance ...Show All

  • SQL Server ODBC Destination in SSIS

    Hi! I have a problem that stops me from using Integration Services as THE ETL tool. My goal is to load a data warehouse type of a database. The database is MaxDB (former SAP DB), but this is not the point. Let's take ANY ODBC compliant DB and assume all I have is ODBC driver - no OLE DB driver. I figured out how to read from ODBC source (using Data Reader and ADO.NET provider for ODBC). Now my question is how do I output/write my data into ODBC source When I try to use OLE DB Destination it does not give me an option to use .Net Provide for ODBC. I tried other "destinations" with no luck. I use this version of SQL Server 2005: (Mi ...Show All

  • Visual Studio Team System Adding Default web part fails

    Using: TFS RC on W23K SP1 with VS2005 on a Single Server Deployment, Sharepoint Services SP1 I've created a MSF for Agile Software Development and I'm trying to add a Web Part from the sites gallery. However this fails each time, irrespective of the webpart I select (e.g. Events, Contacts etc) The error I get tells me that 'An unexpected error has occurred'. I've Googled as much as I could and found one post about upgrading the web.config using stsadm - however I'm still no further to an answer. Anyone got any ideas TIA Scrat I'm having a similar problem that sounds exactly the sam ...Show All

©2008 Software Development Network