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

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

gmgj

Member List

Dave Gosche
jstacy
-me-
MSenthilVel
FerroFreak
RajuK
Brian.Nelson
roussec
Troy M
Darian Miller
ckm3812
PascalLeBeta
xxhax
Michael S.
fremontca
itKamaraj
Alsin
JKMax
Jeff of Commerce
gdltec
Only Title

gmgj's Q&A profile

  • Windows Live Developer Forums MSN search App Id

    Hi I'm trying to make an application using msn search api but I can't get my application id. I've read I should go to http://search.msn.com/developer but that page doesn't work. I also got a code example that had an id to test it in case you just want that, but it gave me an error. Any idea where to get a working id Thanks L Hi I don't know exactly why but I always get the same error f ...Show All

  • Windows Forms Listbox ??

    Hello Everyone, I have a listbox, dragged from toolbox to a form. No Problem...I can populate the Listbox no problem.. I'm curious is there any way to increase the height of the item in listbox, as I dont want to increase the text size... As now after every entry I add a space and thats too much of a difference and I dont want to do that...If i dont put a space its too close to find a difference.....Any best way suggestions... Thanks ...Show All

  • Smart Device Development SSL Stream

    I have a multiple layer application, that communicates with sockets I have UDP and TCP sockets, for 2 way communications, the problem is that I need to encrypt the channel and a good way is using SslStream, but it’s not supported in the compact framework, because I’m using embedded systems. The question is when the SslStream will be supported in the compact framework Hi bistok, NETCF V2 does not support SslStream. We will be considering ...Show All

  • SQL Server Database create error due to folder access right.

    I have an application which will create a SQL database(using CREATE DATABASE) and the database files are supposed to be placed in c:\program files\myApp\data\myDatabase.mdf However, when I try to do so, I get the following error: System.ApplicationException: System.Data.SqlClient.SqlException: CREATE DATABASE failed. Some file names listed could not be created. Check related errors.CREATE FILE encountered operating system error 5(Access Den ...Show All

  • SQL Server Problems with Stored Procedure Call

    I have developed an application that interfaces with SQL 2000 via stored procedure calls. The execution time of a particular stored procedure takes approximately 2 seconds on average, but we see spikes every so often up to 150 ~ 200 seconds. The timing of the spikes are erratic and do not correlate with any blocking or maintenance job runs. We have reviewed the stored procedure and optimized it to the nth degree and still no improvement. A ...Show All

  • Windows Forms Passing System.Array's to Javascript via an Hosted Control

    How can you read values from an .net array that you pass down to javascript or jscript though an event in a IE hosted .net windows form control  For example I have a UserControl and I have it hosted in IE with its events exposed  ...Show All

  • .NET Development Thread Safety of Generic Queue

    I need to use a System.Collections.Generic.Queue in a multi-threaded application and I am confused by the description in the documentation. The documentation says: Thread Safety Public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe. A Queue can support multiple readers concurrently, as long as the collection is not modified. Even so, enumerating t ...Show All

  • Visual Studio Express Editions Reference an Array using a String Variable

    I want to be able to pull an array using a string that I built. Is there any way to do this Here is my example code: dim ary1() as string dim ary2() as string private sub test() dim totalLength as integer dim i as integer totalLength = 0 for i = 1 to 2 totalLength = totalLength + getAryLength(i) next i end sub private function getAryLength(i as integer) dim ary as string ary = "ary" & cstr(i) 'This is the part wher ...Show All

  • Architecture How to use logging to Message Queuing XP feature of Enterprise Library Application Block 2.0 in C#

    Hi all, I's trying to search some details about logging which to send a message to Queing of Window XP. I've known Enterprise Application Block 2.0 supported to send a message to Message Queuing but I didn't look for any example to work. Can you have me I look forward to your relay as soon as possible. Thanks, Starfo I think we can be a little more helpful than that. Try the Enterprise Library project on GotDotNet . Tim Murphy ...Show All

  • Visual Studio Snippets - Is there a db that tells what snippets do?

    There are so many snippets provided by Microsoft that it is difficult to know whether there is a snippet already written that does what you want or not.  It has occured to me that it would be helpful if there was some sort of database or list of the snippets with a description of what each snippet does. Is there such a list or database   If so, where is it and how may I access it Thank You They are s ...Show All

  • Visual Studio 2008 (Pre-release) ListView's SelectedIndex property is not change when sort data

    Hi all, My scenario is : - First, I bind data to listview by Access Database or SQL database. - Second, I choose option to sort data when I clicks on header of ListView. - And then, ListView is sorted, but I haven't moved focus between rows on ListView at that time, that mean SelectedIndex of listview property is not change. This is my code: - Binding source to ListView string connString = string .Format( "Provider=Mi ...Show All

  • Visual Studio Express Editions Registering Express Edition on 2 Computers

    Hi. I installed the Express Editions at work.  I then went to each product's Help menu, and clicked the "Register Product..." item.  I logged in with my Passport, verified my information, and received a Product Key that I pasted into the Registration Form. Sometime later, I installed the Express Editions on my PC at home.  I also went to each product's Help menu and clicked the "Register Product..." item.  From home, I logged ...Show All

  • Visual Studio 2008 (Pre-release) Extension Methods: Static Electricity?

    As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System {     public static class Evil    {         public static vo ...Show All

  • Visual Studio 2008 (Pre-release) Treeview becomes non-selectable when a data template is used??

    I am using a TreeView to display a hierarchical set of heterogenous objects. I have a strange problem. I can't select any items. Looking at the other posts, it appear no one else has run into it, so I am probably missing something. I added some mouse event handlers to the treeview, and it appeared that no mouse events are getting through. This is the simplest template that reproduces the problem... < DataTemplate x:Key = "root ...Show All

  • Windows Forms Loading a to bitmap converted animated gif into a picturebox.

    It works like this: 1. I load a gif/jpg/bmp/png or whatever from a file location into a filestream. 2. I define a new Bitmap with the filestream as argument. 3. I assign the bitmap to the picturebox. The problem is that when my program loads an animated gif, I get an external exception. This is the error:('bij' means 'at' in Dutch) ************** Tekst van uitzondering ************** System.Runtime.InteropServices.ExternalExcep ...Show All

©2008 Software Development Network

powered by phorum