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

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

Imesh

Member List

hazz
ChitownDotNet
In-flux
WXS123
SmallRat
ron nash
vidalsasoon
LouArnold
Keyth
toben888
Shirvo
lgratkowski
Will Chapman
navrichard
hennessey
mtm81
Jarek Błaszczyk
ihechi
Alan Z
Futzy
Only Title

Imesh's Q&A profile

  • Windows Live Developer Forums Problem Signing In

    Hi, I'm having a problem signing into my Windows Live Messenger 8.0. Everytime I first log onto my file and go to sign into the Live Messenger, some error message comes up with the code:80004005. I've been doing everything that I can to fix it but nothing that I've done has worked. So if anyone knows how to fix it, please e-mail me at black_nigga_12@hotmail.com Thanks, Blacks I had the same problem. When I turned of my firewall it signed on then I turned the firewall on again. Since then the problem has gone. Also if your I.E. setting is set to work in offline mode the same problem occurs. ...Show All

  • Visual Basic How can i add/display Combobox in Datagridview in Edit mode

    Hello, Anybody can tell me how can i add/display ComboBox in DataGridView in Edit Mode Thanks, Jigar Hi There seems to be an old relevant thread here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=150034&SiteID=1 Is this what you were looking for Richard ...Show All

  • Windows Live Developer Forums Information / Error messages

    Hi there,   Is there a knowledgebase or something somewhere that holds all the informational or error messages that can tell me further details on the message ie, while signed into Live messenger, I have an information message that says "due to Connection problems changes you make might not be applied to other computers you use", and all my contacts appear offline, and I can't add new contacts.  I've deleted various regenerating dlls and cache.dat files etc and nothing's worked.  I've even shutdown my zonelabs firewall.  I can talk to people, but can't see their status.  I even reactivated my hotmail account for the first time in years, so I could see if my contacts were still attached to my passport, and ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Audio Analysis

    Hi, Is there an easy way to gain access to final sound buffers using the XNA framework What I'm aiming to achieve is an oscilloscope style wave display of the currently played audio. Is this at all possible Cheers, 71M You can read streams...and try to analyze that. But, believe me you don't wanna do this unless you are creating some "sound/music based" app. http://en.wikipedia.org/wiki/Pulse-code_modulation . ...Show All

  • Visual C# RadioButton and ApplicationSettings

    Hi, I have the following problem: A form with one groupbox containing two radiobuttons whose checked-properties are bound to settings-properties: radioButton1.checked is bound to bool Settings.Default.gwmKeep radioButton2.checked is bound to bool Settings.Default.gwmDelete When I run the Application, I have to click twice on these radiobuttons to check/uncheck them. Is this behaviour intended Do I really have to track manually if a radiobutton is clicked Please help, Andy I also faced some weired problems in past when binding properties of controls to Client Settings, I dont know how it behaves in your scenerio but if you have tested and its not working you should handle them manually as suggested by ...Show All

  • SQL Server Someone must have a solution for

    The encrypted value for the "LogonCred" configuration setting cannot be decrypted. (rsFailedToDecryptConfigInformation) (Microsoft.ReportingServices.Diagnostics) Please: a step by step solution. Try this. Open your Reporting Services Configuration (go to Start -> All Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration) Connect to your report server with the issue Navigate to the Database Setup tab (on the left navigation pane, 6th from the top) In the 'Credentials' area, ensure that the account you use has priviledges on the SQL Server You might try to retype the account and password Hit Apply Hope this helps ...Show All

  • Visual Basic New To Visual Basic 2005

    Hello I am new to Visual Basic 2005. I am looking for some tutorials, or some suggestions on where to get started. Advice would be helpful. Any links for free e books or tutorial are also welcome and most needed. Thanks in advance. if you havent already, download and register the VB express edition as you will recieve ebooks and video tutorials I believe. There is of course the huge online resource at MSDN as well as the internet. There is of course these forums so do post questions. Also try to make some side projects and experiment with them as well as downloading other projects and analyzing and playing with the code. This is the best way to learn. Perhaps even enroll at some college classe ...Show All

  • Visual Studio Express Editions Process Start problem

    I am moving files from one drive to another, running vb and moving the files back to the drive. Here is my code: ' Copy folder from wireless network drive to c: of the computer I am using My .Computer.FileSystem.MoveDirectory(SourceDirectory, DestDirectory, True ) ' Run VB NET using Process.Start Dim psi As New System.Diagnostics.ProcessStartInfo(DestDirectory & "\" & M e .cboProjects.SelectedItem & ".vbproj" ) Dim VbRun As System.Diagnostics.Process VbRun = System.Diagnostics.Process.Start(psi) VbRun.WaitForExit() VbRun.Dispose() ' Copy folder back to network drive My .Computer.FileSystem.MoveDirectory(DestDirectory, SourceDirectory, True What is hap ...Show All

  • SQL Server Get the list of variables in a package inside a custom component

    Hi I am developing custom dataflow component ,I need to get the of variables of the current package in the component , how can i get it Thanks Mani Hi Darren I am developing a oracle source component , I need to get the table or view name which are stored as variables. Iam not getting the ComponentHelper class . thanks Mani ...Show All

  • Visual Basic Need help on call fx in a do loop

    I am trying to call 4 functions together in a loop With a 2s delay in between each fx However only the last fx is called What is goin on Timer2.Start() Do While Timer2.Enabled = True Call RLeg_Up() If Timer2.Enabled = False Then Call RLeg_Down() Timer2.Start() If Timer2.Enabled = False Then Call LLeg_Up() Timer2.Start() If Timer2.Enabled = False Then Call LLeg_Down() 'Only LLeg_Down is called Timer2.Start() End If End If End If Application.DoEvents() Loop Still a noob btw This is how i think the code should be The code looks weird as it was not VB Code. The following example requires a but ...Show All

  • Visual Studio Express Editions OK...Maybe I didnt make myself clear

    Ok, I cant believe at MSDN forums there is NOBODY who can tell me how to compile and execute an ansi console C++ program which works in borland C++ builder and any other standard c++ compiler!!! Or is VC++ express 2005 incompatible with standard C++ and only a vehicle to push microsoft's bastardization of any coding standard it comes across The code below, which would be written by a first-year college undergraduate fails to link (with heaps of errors about loading CRT libs when surely none should be needed!!) in VC++ 2005 express!!!! #include <iostream> using namespace std; int main(){ cout << "Hello World" << endl; return 0; } A supposedly cutting edge IDE should compile a simple, basic, easy, trivial, m ...Show All

  • Visual Studio Team System TF80070 Error in Microsoft Project

    We are using Team Foundation Server Workgroup edition. I open up Microsoft Project and 'Choose Team Project'. Then I can 'Get Work Items' into the project, but it throws the error below before all of the work items are rendered (but they all show up after I hit OK). Also I can't 'Publish' or 'Refresh' the Work Items from Project. When I try, I get the following error: "TF80070: Team Foundation encoutered an error while performing the operation. It is recommended that you save your work and restart the application." Any help/ideas would be greatly appreciated. Also, could you please answer these questions... Does this happen no matter what work item you are trying to publish (and no ...Show All

  • SQL Server Reporting Services

    Dear All, Developed a report using Reporting services (2005)integrating Chart FX .The report is built successfully but raises an error on deployment. Error: Could not connect to the report server. To resolve the error in the properties of the project i had given the target server url= Http://localhost/webfoldername (installed webservices on the local server) but still i am getting the same error. How to resolve the error. Regards Mohd Sufian Dear AIMDBA, First go to the properties of the project. Provide the URLSource as HTTP://Computername having the webservices installed/webfolder/ Run the report . Now connect to the Management studion and connect to SSIS. Import the report u developed r ...Show All

  • Software Development for Windows Vista Function Discovery

    Where can I find a working sample of using Vista Function Discovery The sample in the latest SDK does not build. Thanks, Kevin Yeah, I know how it goes. Glad you didn’t give up. J In [Program Files]\Microsoft SDKs\Windows\v6.0\Include I see: Functiondiscovery.h Functiondiscovery.idl Functiondiscoveryapi.h Functiondiscoveryapi.idl Functiondiscoverycategories.h Functiondiscoveryconstraints.h Functiondiscoverykeys.h Functiondiscoverykeys_devpkey.h Functiondiscoverynotification.h Functiondiscoveryprovider.h Functiondiscoveryprovider.idl Functiondiscoveryserviceids.h If you don’t have all of those headers in the include directory, I recommend ...Show All

  • Visual Studio Skipped Build Problem

    I'm trying to understand what causes VS'05 to skip builds when building a solution with many projects. I am building a solution from the command line using devenv.com. I can't use MSBuild because my solution contains an installer (vdproj) project and it looks like MSBuild can't build those. Anyway I am specifying the Release configuration in the build. My command line looks like devenv.com mysolution.sln /Build Release Several projects contained in the solution are being skipped -- even if their source files have changed. The projects in question have defined the Release|AnyCPU configuration in their .csproj files. If I build the solution using MSBuild directly then all the projects are built -- except the installer, which i ...Show All

©2008 Software Development Network