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

Software Development Network >> Seshu Palachulla's Q&A profile

Seshu Palachulla

Member List

Doyski_Te
Lawrence Fong
Hartley
jko
urbansound
Jimmyusa
LFWanennburg
Sean Bales
Rahul Singla
capyu
caligula
MarcGrushcow
TLJohnson
Cathay
erikj
Linda Chapman
han33981
Adam Tyler
Chris Chilvers
Christian Q
Only Title

Seshu Palachulla's Q&A profile

  • Visual Studio Express Editions Starting to work with Arrays - Two Questions

    I am using the random number generater to load 10 numbers to an array based upon the user selection the random number limit. I have 2 questions - After I'm done with the array(10) ... I need to clear out the values; so, the user can restart. I would like to take the random array and sort it and display it to listbox entitled lboxSorted. Any help would be appreciated. Thanks, Tom Below is my code for the portion I have working. Try ' Converts input text to numeric and assign values to variable maxInput = Integer .Parse( Me .txtInput.Text) ' generate 10 random numbers For i = 0 To 9 Step 1 g ...Show All

  • SQL Server SQL 2000 Publisher and SQL 2005 Suscriber

    Where can I found information on how its works and how to do it I tried to do it but I always received an error message Check out the following topic in SQL 2005 BOL: Using Multiple Versions of SQL Server in a Replication Topology (ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rpldata9/html/45154b65-b46f-4aad-82e4-261376a7e9d4.htm) The general rule of thumb for replication topologies involving multiple versions of SQL Server is the following (with a couple exceptions): SQL Server Version of Distributor >= SQL Server Version of Publisher >= SQL Server Version of Subscriber. If you are using a m ...Show All

  • Smart Device Development Adding certificates (trusted certificates) on the PPC/Mobile

    I'm using a webservice, and I've secured it under SSL. Now the question is, how do I get the device to trust the certificate. I can't seem to find anything in the UI to help me here. What's the recommended way to do this Does it have to be dealt with programatically Thanks! Browse to the service URL from Internet Explorer Mobile. You can also have the certificate added to the cert store as part of the cab file installation. see the following post: http://blogs.msdn.com/windowsmobile/archive/2006/01/28/making_a_root_cert_cab_file.aspx ...Show All

  • Visual Studio Express Editions I need to count by ascii characters. Seems tricky!

    Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next one over goes up one, and if another char doesn't exists, it is created. Okay, I need to do this but instead of doing it with numbers 0 - 9, I need to do it with 93 ascii characters! Ranging from chr ...Show All

  • Visual C++ referencing CEdit variable giving problems in events control

    hello everyone, Im having a strange problem, which everyone around me says its not possible but I am hung on it since few days now. I am using Visual C++ 6.0 version if that's of any help. I am creating an MFC application with document/view structure. I want to create en Edit (CEdit) box which can change it's size when the user fills up the box while filling in some data in it, and also whose contents can be extracted when the mouse reaches a particular area of the screen. I declare CEdit variable as private in CMyView Class (e.g.). Initialise and Create the box in OnDraw function. Extract the contents in OnMouseMove function. Problem ...Show All

  • Visual Basic How do I load VB 2005 Express edition?

    Hi I have been given a copy of VB 2005 Express edition and have posted it in my CD drive and it sends my processor into overdrive (100%) and refuises to load up. Is there anything I should know that might help me get this program to run. Running XP Pro with SP 2 loaded. Using Firefox as a browser. Thanks Eug ...Show All

  • Visual Studio Team System Team Build and ClickOnce

    How can I deploy an app via ClickOnce using Team Build I read somewhere about replacing SolutionToBuild with SolutionToPublish, but that doesn't seem to do anything special. I'm using the RC. Thanks Though we do not have an out of box way to do that we can do it with a simple work around. We can overload the target AfterCompile in TFSBuild.Proj to call MSBuild Task Publish and can pass the PublishDir property as desired. Here is an example of what I tried < Target Name = " AfterCompile " > < MSBuild Condition = " '@(SolutionToBuild)'!='' " Projects = " @(SolutionToBuild) &quo ...Show All

  • Smart Device Development Active Sync 4.1 Install Failure

    Hi, I have an Audiovox5600 SMT smartphone with bluetooth activesync capabilities and now im trying to install Active Sync 4.1 on my Dell XPS laptop that has bluetooth as well. Here is the problem. When I launch the setup.exe it configures for a few seconds then brings me to a setup screen saying the following with only Finish as an option. It seems I am the onyl one getting this. error: The wizard was interrupted before Microsoft Active Sync 4.1 could be completely installed. Your system has not been modified.  To complete instillation at another time, please run setup again. Click Finsih to exit the wizard. ...Show All

  • Visual Studio C# Express 2005 and Report

    Dear All,   I am using C# Express 2005 and SQL Server Express 2005 as well. I am planning to use no-touch deployment as well. At the moment, I am stuck as I cannot find any report designer to make my report work in the enviroment of C# Express. Is there any way or extension that I can include into the C# Express so that I can use to build the report Highly appreciate your advice.   Regards,   LG Install Visual Web Developer 2005 Express Edition ( http://msdn.microsoft.com/vstudio/express/vwd/download/ ). Then install the Report Designer and Report Viewer control from http ...Show All

  • Visual Studio VSS Internet with database on another server

    I have set up VSS 2005 to work with the Internet plug in. All works great if I have the database on the same pc as the web service. However, I would like the db on a separate computer. When doing this I get the error “The specified share path cannot be accessed by the SourceSafe web service” I have following the instruction in the following article http://msdn2.microsoft.com/en-us/library/ms230206.aspx If I enable anonymous access and use my username and password everything works great. However, if I disable anonymous access and they try to use the same username and password I get the error mentioned in the email below. I do ...Show All

  • Software Development for Windows Vista Compiling DirectShow samples off the Platform SDK, ATL

    I am trying to compile the DirectShow Base Classes from the Platform SDK. I have installed the PSDK and the DXSDK. However, when compiling, I get the error that atlbase.h cannot be found. As I understand, ATL/MFC are not installed with VC Express. Is there any way to compile the DS samples and Base Classes without ATL You might need to set the paths for the PSDK, this is how they're setup on mine. Executables C:\Program Files\Microsoft Platform SDK\Bin Include C:\Program Files\Microsoft Platform SDK\include\atl C:\Program Files\Microsoft Platform SDK\include Library C:\Program Files\Microsoft Platf ...Show All

  • Visual Studio Team System PInvoke portability

    FxCop has given the following resolusion message: "As it is declared in your code, the return type of PInvoke Unmanaged.BitBlt(IntPtr, Int32, Int32, Int32, Int32, IntPtr, Int32, Int32, Int32):Int64 will be 8 bytes wide on 64-bit platforms. This is not correct, as the actual native declaration of this API indicates it should be 4 bytes wide on 64-bit platforms. Consult the MSDN Platform SDK documentation for help determining what data type should be used instead of 'System.Int64'." The declaration of the PInvoke is the following code [System.Runtime.InteropServices.DllImport("gdi32.dll")] public static extern long BitBlt (IntPtr hdcDe ...Show All

  • Visual Studio Debug Crash in VS2003 after .NET 2.0 installation

    Hey, after I installed VS 2005 (final U.S. version) on my computer, i started some Tests. I tried to debug old .NET 1.1 C#-Projects in VS 2003 (german version). These Projects are embedded in C++ - Projects. In Debug-Mode all projects crashed. After deinstalling .NET Framework 2.0 everything was ok. Any idea to keap .NET 2.0 installed and not to crash in Debug-Mode VS2003 C#-Projects Regards Might be the same problem as I had that was answered in this thread: VS IDE crashes when debugging in managed or mixed mode . /Johan ...Show All

  • Visual Studio Getting Updated Documentation

    Is it possible to get updated documentation for Visual C++ Express Edition I downloaded it shortly after it was released but there are big gaps in the documentation. I regularly get the error message telling me the page is missing when I click on items in the index and most of the cryptography related topics are missing completely (they don't even appear in the index), e.g. System.Security.Cryptography.CryptoStream. Mog Thanks, that appears to have done the trick. The cryptography stuff now appears to be in my local help files. Obviously I haven't been able to perform an exhaustive test but I can no l ...Show All

  • Windows Forms Error initializing form containing button with image

    When I set the image field of a button on my form, I get the following error when my form is initializing. A first chance exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly.  Make sure "Form1.resources" was correctly embedded or linked into assembly "test2". baseName: Form1  locationInfo: test2.Form1  resource file name: Form1.resources  assembly: test2, Version=1.0.2162.17278, Culture=neutral, PublicKeyToken=null The statemen ...Show All

©2008 Software Development Network