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

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

Galore Software

Member List

baihao
kb9agt
AustinMyers
StefanoVS2005
huseyin_
Colin Carter
LaShene Lowe
vanRepin
Adeel bin Khalid
ZAC#
rolexx
Rafer_Smith
Nick Miller
Bryan Smith
homerun1
onh1986
Warren Roscoe
Cbless
Vinod R Kumar
mik99
Only Title

Galore Software's Q&A profile

  • Visual Studio Express Editions Unable to embed manifest

    Hello, I searched the forums far and wide to solve this problem, but i've been unable to find a solution. I've also tried embedding my manifests by hand from the cmd line, but with no luck. When I create a new project in visual studio express, I am unable to fully build it (even though it is unmodified). I get build errors like this one: Build Log Build started: Project: Anew, Configuration: Debug|Win ...Show All

  • Visual Studio Tools for Office Problema with Application.OnKey

    I read the follow post: Using Application.OnKey I want that when the user (runing excel vsto) press {Ctrl}+{F9} or {F9}, call to my function. when I write the next code: thisApplication,OnKey("{F11}", "Saludar") Create a new Chart and call to my function "Saludar". BUT, I write: thisApplication,OnKey("{F9}", "Saludar") and show me message error: "The macro don't exis ...Show All

  • Smart Device Development Problem debugging simple application

    I'm having no luck getting my application to run on a Windows Mobile 5.0 device, so I thought I would try to create a simple project and test it out to narrow the error. Using the "New project" wizard, I select "Visual C++ | Smart Device | Win32 Smart Device Project". I then remove the "Pocket PC 2003" SDK and add "Windows Mobile 5.0 Pocket PC SDK". Finally, I select "Windows application" as t ...Show All

  • Windows Forms create excel headers/footers using excel Object library

    Using the excel object library - how would I add a header and footer when I dynamically create the sheet this is just partial code... in the footer, I would be putting the page number  Dim oXL As Excel.Application         Dim oWB&nb ...Show All

  • .NET Development How to send SMS?

    Hi all, I would like to know how to send SMS from my application. Does sending of SMS concept is the same as sending of email I had tried sending of email without any problem. I had reused the code from sending of email but seems that it don't work. Please help. System.Net.Mail. MailMessage message = new System.Net.Mail. MailMessage (); message.To.Add(SMStoAddress); message.From = new System.Net.Mail. MailAddress (SMSfrom ...Show All

  • Visual Studio Team System How to move the $root repository to other driver (or location)??

    Hi All, I created new project. There 2 issues I need somebody help me. 1. How could I find out the physical path of the $root 2. Can move it to other drive or to network mapping from other server Best Regards, I think you're right, he's asking about workspace mappings. Through the VS interface, you can view the workspace mappings (which area of the repository are mapped to which areas on disk) by bringing up the Manage Workspaces dial ...Show All

  • .NET Development Function For string manupulation

    Suppose this is my query select CustomerID, CompanyName, ContactName from Customers I want's to make a function like public string SelectByPage(string qryId,int pageSize,int startIndex,int sortBy) { string query = "select CustomerID, CompanyName, ContactName from Customers"; string newquery = ""; int innerTop = pageSize * --startIndex; return ""; } to return a qry to [if sortBy clause is not ...Show All

  • Visual Basic Visual Studio Is Busy?

      Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to de ...Show All

  • Visual Studio Express Editions PLz tell me how to use Split function method in VB.net

    Hi there friends i am having problem in spliting a string by the built in Split method in vb.net plz guide me and tell me the method how to use this function Thankyou plz tell me as fast as u can bye Split returns an array of strings - so you need to change the line to: dim splitstring() as String = sourceString.Split('' ") This declares splitstring as an array of strings. The following: dim sourceString as string = ...Show All

  • Visual Studio Express Editions How to drive an OCX control in Visual C++?

    I'm trying to write a little program in Visual C++ (EE), or VB for that matter. I have an existing vendor (non-gui) OCX that I'm trying to drive. It seems like this ought to be easy, but I'm not getting anywhere. I add it to the "Toolbox" and it's present there (if I hover it gives a version #, etc), but it's grayed out (as are all of the other items listed in the Toolbox pane), and there doesn't seem to be any way to make use of the f ...Show All

  • Visual Basic reading text from a document and displaying it

    I have TextBox1 (to enter what you want to search), TextBox2 (to display the results), and Button1 (when you press it, it does the whole process thing). I was given this to go by: ================================================================== Theres a couple of steps in a possible approach here. One is to be able to read the contents of a file. If your using VB Express / 2 ...Show All

  • Visual Studio MSBuild equivalent of Nant Solution task ...

    With Nant I can do the following: <solution configuration="debug" outputdir="${build.dir}">    <projects>        <includesList name="${Includes.List.Name}" />    </projects> </solution> Where includes.list.name is a text file list of .csproj files in my application. The nant solution tasks will build all the projects in correct order - most depend ...Show All

  • .NET Development Access Violation when doing BeginReceive on a UdpClient

    I'm attaching some code below which demonstrate my troubles. In short, I get an Access Violation thrown when doing BeginReceive after trying to Send() data to a port thats not listening (using UDP). My observations this far: Add a Sleep() between the Send() and BeginReceive(), and you get a SocketException thrown at BeginReceive() instead of the Access Violation Send to localhost, or a host on the same lan (or close, in terms of hops ...Show All

  • Visual FoxPro Datepicker question

    Hi, thats a very simple question. Does anyone knows how to use the datepicker activex object to get the date (or set it) apart from the eg. form1.olecontrol1.day() By using these functions I get an error on some months e.g. the December month when trying to create a date! I know it sounds strange but it happens! I remember another function that datepicker had like date() that returns by one all the date but I cannot find it. Anyone knows Thank ...Show All

  • SQL Server Get UserName of Windows Account for Report Parameter

    We would like to automatically pass the username as a parameter to reports. By username, I mean the username from the Windows account used to access the virtual directory containing the report (which uses Integrated Windows Authentication).  Sort of like the User.Identity.Name property in ASP.NET.  Is this going to be possible Thanks User!UserID has the fully qualified user name, i.e. MYDOMAIN\M ...Show All

©2008 Software Development Network

powered by phorum