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

Software Development Network >> ItsMe!!!'s Q&A profile

ItsMe!!!

Member List

vavtnen
narasiman_jayachandran_2b5374
alphonso
syndicate
Tufelix
Leed3
Dan Lingman
Tejas34
Hemant Kumar
Ash McConnell
barkingdog
Ronald#2
JerryP38
Samuel L. Wall
mom2blondies
jerfoo
Rory Clark
BobP - BIM
Johnny Raved
Cheiman
Only Title

ItsMe!!!'s Q&A profile

  • Windows Live Developer Forums Keyboard layout for writing Russian coursebooks

    Hello, I'am using DDK for creating altered keyboard layout. There are a lot's of examples but i still have problem with russian accent (usually in russian don't use but in textbooks is still writing accent - it's heplfull for beginners). I tried to modify section with DEAD KEYS in my source file for layout but there is a problem that I need write for example " " or " " with accent and symbol with accent what I need is not in the Unicode chart. There are only > , > . I tried this, but it isn' works: static ALLOC_SECTION_LDATA VK_TO_WCHARS2 aVkToWch2[] = { // | | Shift | // |=========|=========| {'1' ,0 ,WCH_DEAD ,WCH_DEAD }, {0xff ,0 ,0x0301 ,0x0301 }, // it's only part ...Show All

  • Visual C++ QueryPerformanceFrequency Frequency not correct

    In the System properties it shows two processor speeds. One I think is the max speed and the second is the current speed. I would like to get the current speed and I'm using QueryPerformanceFrequency. I created a simple MFC dialog app and added the following code in OnInitDialog(). It seems that I am not always getting a proper frequency value when I call QueryPerformanceFrequency. I tried two laptop computers that have an Intel Pentium Moble processor and the frequency is 3579545 for both. This is very low and does not match the System properties. I tried a desktop with a Pentium 4 and the frequency is 2.79GHz, which matches the System properties. Can someone explain why QueryPerformanceFrequency does not work for the Mobile process ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can't deploy to Xbox 360 from GSE

    All Apologies but this is a repeat post from 31-Jan buried inside another thread that appears to have died. I can't push code to my Xbox 360 from GSE.  This issue has been reported by other people and their problems boil down to either having entered the 25-digit code incorrectly or, in one case, that their router didn't properly support UPnP. I've regenerated, accepted and reconfigured the key *many* times, making sure I don't have any 0's, 1's, 5's or 8's in the generated key to avoid confusion.  I understand this is a one-time key so I'm not reusing an old key.  I am most definitely getting the key right and choosing accept, not cancel. I have downloaded and installed Windows Media Connect (I'm running Windows ...Show All

  • Visual Basic Problem communicating with HTTP

    I am trying to communicate with an RFID reader via HTTP. In an browser window, I can simply enter the following address: http://192.168.0.150/cgi-bin/dataProxy oper=queryTags The reader then returns to the browser an XML encoded message. However, when I try to do this programmatically, I get the following exception: "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF." The code that I'm trying to use is as follows: Dim R As HttpWebRequest = WebRequest.Create("http://192.168.0.150/cgi-bin/dataProxy oper=queryTags") Dim WR As HttpWebResponse = Nothing Try WR = R.GetResponse Catch ex As Exception Debug.WriteLine(ex.Message) End Try Dim sr ...Show All

  • Windows Forms master-detail form. CHILD records in DATAGRIDVIEW doesn't clear on adding new PARENT record

    Hi all, I have implemented a master-detail form in VB 2005 with: detailsview(to dsplay parent records) datagridview (to display child records) Everything works fine.......INSERT/DELETE/UPDATE, except one prb. When i ADD a new PARENT record, the DATAGRIDVIEW doesn't clear and the old CHILD records still remain in the DATGIRDVIEW . I want to clear the DATAGRID everytime a new parent record is created. How do i do this Alex Hi hrubesh, On my form, the master-detail relationships are working (INSERTING/DELETING/UPDATING) correctly. I have absolutely no prb with them. The only issue is when adding new records. When i click the ADD button from toolbar of PARENTBIND ...Show All

  • Windows Forms Use of table in Windows Form

    If I want to fill in a table defined in a database by means of the designer tool, and I want to use a windows form to do that, is there a way to avoid declaring in the form code the structure of the table specifying all the columns Let's suppose that I defined a table including "name", "surname", "components", "floor" and "garden" as columns in the data sources, what have I to do before being able to define a control such as the following: private void newCondoninoToolStripMenuItem_Click( object sender, EventArgs e) { DataSet dataSet = new DataSet ( "BuildMgmtDataSet" ); DataTable inhabitantTable = new DataTable ( "BuildMgmt" ); addIn ...Show All

  • SQL Server SQL 2005 Express New Login

    Hello all Im new to SQL 2005 express so please bare with me, I have set up wireless peer to peer network and I am trying to access an express database from one machine to another. I can transfer files no problem. When I try to create a new login, I am forced to only select logins local to the machine with the database. When I try and create a new login by typing <machinename><windows account > of the second PC, SQL can not see it. I have tried both Windows authentication and mixed mode... no success. Any ideas Thanks Does it make a difference if you attach the mdf once, assign your user as db_owner of that DB and use the DB name in "Initial Catalog=yourDBName" ...Show All

  • .NET Development Run Time Error message

    Whenevr I go to a certain Website I get an error message saying, "Running. Time." Can someone please tell me how to fix this problem Also, I have been trying to scan a photo, and I got an error message saying ,"HTTP 404 Not Found. ...Show All

  • Visual C++ pointer reference as argument of a function

    please explain to me how to send the pointer reference to a function as an argument of  another function in Visual C++ 6.0  .  a sample code would be helpful void foo(int*& ptrref) { } int* bar; foo(bar); That will feed a reference to the bar pointer to foo . Perhaps you could be a bit more specific about your problem Where are you going at with this ...Show All

  • SQL Server Newbie: Now getting return value, but need help debugging OLE DB Command Transformation

    Good morning, all, OK, I have read a ton of posting on this issue, but either they don't give enough information or they are for packages which use the Execute SQL command, whereas I am using the OLE DB Command Data Flow Transformation. I have an Excel spreadsheet that we are receiving from agencies with rows of client data which I have to load into an application that is ready to go live. I also have a stored procedure spClientsInsertRcd, which was written for the application. In the normal flow of the application, the stored procedure is called from a Coldfusion page, which does some processing prior to calling it. So, I have written a 'wrapper' stored procedure, spImportAgencyData, which does the processing and then calls the spCl ...Show All

  • Visual Studio Custom Guidance Package

    Greetings! When I create a WCF Software Factory Project, several projects are created. One of the projects, for example, WCFService1.DataContracts provides a right click menu that says: “Service Factory” on it. I’m creating a custom guidance package and would like to enable WCF in it to allow for similar functionality. After inspecting the resulting project from the WCF factory, I notice the following tag: <ProjectExtensions> <VisualStudio> <UserProperties IsWCFDataContractsProject="True" /> </VisualStudio> </ProjectExtensions> Adding that to my own project file in the guidance package solution does not enable this menu, any suggestions on how to gain access to WCF though ...Show All

  • Smart Device Development How to use PlaySound API to play sound from a Resource?

    Hi. I'm developing a Smartphone app using VB.Net 2005 and the Compact Framework v2. I want to play a sound that is in a resource of my EXE, using the PlaySound API. Declare Function PlaySound Lib "coredll.dll" ( ByVal pszSound As String , ByVal hMod As IntPtr, ByVal fdwSound As Integer ) As Integer To do so, according to the PlaySound documentation, the second parameter of the API - hMod - needs to be the "Handle to the executable file that contains the resource to be loaded." But I can't find a way to get the handle of my EXE. Any help is appreciated. Tony Ilya, If you take the time to fully read the bug report (feedback) you'll see that... ...Show All

  • Visual Studio Team System How to access project alerts for a project in TFS?

    Can anyone suggest me the way to access different project alerts, those exist in any TFS project, programmatically That's not in the object model - the UI happens to give you 4 default subscriptions, but that's just a few defaults - the subscriptions a person can do are unlimited (since it's all valid xpath expressions). You *could* do a regex for the expressions those 4 default subscriptions do (just signed up for all 4 and check with the object model), but that's the closest you can come programmatically. ...Show All

  • Windows Forms save control user to xml file

    hi, i want to know how can i save user control like textbox (i want to save the textbox as a control user not the value of the contorl ) in a xml file and when i press button named load from xml file he load the textbox on the from (ie. create the textbox) please any one help me thanks, Hi sir: I have create a demo for adding controls in form load event as follows; for ( int i = 0; i <= 3; i++) { TextBox TB = new TextBox (); TB.Location = new System.Drawing. Point (42, 20*i); TB.Name = "textBox" +i.ToString(); TB.Size = new System.Drawing. Size (80, 20); TB.TabIndex = i; this .Controls.Add(TB); } and if you want using xml , we ...Show All

  • Windows Forms Font ctor throws exception, how?

    I had a customer report an exception which seemed to be thrown by the Font ctor when the font was missing (my code tried to create a "Verdana" Font object and he had deleted his Verdana font). However, I can't repro the exception on my PC. When I try to create a Font with a nonexistent facename (I tried "notVerdana"), I get no exception, just a working default font. Does anyone know a test configuration (Windows version, .NET version, bad font installation ) which will make the Font ctor throw an exception GDI+ requires a TrueType font and will pick "Microsoft Sans Serif" if it cannot map the FontFamily name. Did your customer delete more fonts than just Verdana ...Show All

©2008 Software Development Network