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

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

Krop

Member List

chipjollyroger
RMeier0388
tdanley
GTH
okidoki
Tim Rupe
JLesch
crondog
Gerrit L
balasaravanan_v
Nicolas S.
shmulik_segal
Joe H.
KevinBurton
vsvinodvinodkumar
Robin Debreuil
JKountouroglou
Timo81
Igor_MR
Rabtok
Only Title

Krop's Q&A profile

  • Smart Device Development Management of phone calls

    Hi, I would want to be able to control incoming and outgoing calls. I know I can detect them with an object of SystemState. Now, there are several problems: - Can I detect them if the events occurs out from my application - Can I finish a phone call If it it possible: - I don't know if I can close an incoming phone call or if only the OS is able to do it. - I don't also know if it is possible to finish an outgoing phone call that I haven't initialized into my programme. Anyone can help me Thanks a lot. Alvaro Penarrubia Thanks, but... I think I don't know how to use the example to which you refer. The project is in a previous version (than VS2005) and doesn't work well. In addition, the reference to tapi.dll f ...Show All

  • Visual J# Dragging between list views

    I'm using 2 listView objects (zone1 and zone2) on a form and I'd like to drag an item from zone1 and be able to drop it into zone2. I do not want to remove the object from zone1, just copy it. I have a picture HERE . I've never messed with drag n' drop and have no clue where to start on this. package DragNDrop; import System.Collections.Generic.*; import System.Data.*; import System.Drawing.*; import System.ComponentModel.*; import System.Windows.Forms.*; /** * Summary description for Form1. */ public class Form1 extends System.Windows.Forms.Form { private ListView listView1; private ListView listView2; /** * Required designer variable. */ private System.ComponentModel.IContain ...Show All

  • Visual Studio 2008 (Pre-release) WPF is Gold

    Runtime: http://www.microsoft.com/downloads/details.aspx FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en SDK: http://www.microsoft.com/downloads/details.aspx FamilyID=7614FE22-8A64-4DFB-AA0C-DB53035F40A0&displaylang=en VS Extensions November CTP: http://www.microsoft.com/downloads/details.aspx FamilyID=F54F5537-CC86-4BF5-AE44-F5A1E805680D&displaylang=en - Doug In the description for the November CTP is the following: "This is the last release of this technology that will be in the form of a set of extensions for Visual Studio 2005. Any new technology in this space will be included in CTPs of the next full version of Visual Studio which is currently code named “Orcas ...Show All

  • .NET Development VB6 and C# user control

    Hi, In my application I have to make a user control in C# which will be used in vb6 forms. now there are couple of questions: 1. How we can have the handle of vb6 main form. In C# if I write a code like mycontrol.parent, I am able to get the access the mail form, but when I will be using that conrol in vb6 it gives an exception like "Object reference not set" 2. How we can change the icon of that component. Though I am able to change the icon within the .net, but this does not reflect in VB6. If anyone has used the user controls of C# sucessfully in VB6 , kindly help me out. Any help will be appriciated. You'll have a lot of trouble making this work, the VB6 ActiveX cont ...Show All

  • Visual Basic automating File Server Management

    hello, I'm trying to write a program that will open File Server Management on server 2003, look at all of the open files, and close any instance of a certain file. I have written this so far... Dim objApp As MMC20.Application objApp = New MMC20.Application objApp.Show() objApp.Load( "C:\windows\system32\fsmgmt.msc" ) 'objApp = Nothing I need to use the MMC object, but I am not familiar with the MMC object, and I am not very experienced with Visual Basic, so I am not sure how to proceed from here... from here it needs to look at the file name of all items listed in the"open files" area, and close any instance of any open file called "D:\Data\shop 2000.mdb" your help here would be m ...Show All

  • Windows Forms error messsage when configure path for message queue

    hi i have installed message queueing from control panel and then goto visual studio and add message queue component and then when configuring path gives me error message says "can't access messagequeue network please make sure that message queue service is in your system" when i goto servies i see that the service is already running !!! thanks in advance. Hi, Could you please look into the following link. Hope this helps. http://msdn2.microsoft.com/en-us/library/fzc40kc8.aspx Thank you, Bhanu. ...Show All

  • Windows Forms want to minimize application from another application

    Hi, I want to minimize application from another application. I have one applicaiton named app1. and other appplication named app2. When user performs minimize on app1, app2 should also get minimized. Please tell me how to do it Can I used SendMessage API. Please provide samples if possible... Hi, You need to use Win32 API for that, On minimize of first application, ShowWindow(ipHandle,WindowShowStyle.Minimize); to minimize and ShowWindow(ipHandle,WindowShowStyle.Restore); to restore it again Where, Declared method and enum, [DllImport("user32.dll")] internal static extern bool ShowWindow(IntPtr hWnd, WindowShowStyle nCmdShow); internal enum WindowShowStyle : uint { Minimize = ...Show All

  • Visual Studio Express Editions Registration Problem

    Okay, so I've downloaded Visual Basic 2005 Express Edition and I tried to register. I got the "thank you for registering sql server 2005 email," but I can't find the registration key. Did I miss something You should be able to click Help->Register product and be taken back to the registration page to receive your key. Make sure that you are logged in with the same email address that you entered in the registration form. Let me know if you still have problems. ...Show All

  • Visual C++ Deploying!!,my setup requires a lot of time, my app can't execute

    why do my setup built with VS2005 requires a lot of time In two deploying method I have be being tried to setup my appllication. first, setup project using VC++merge modules as a shared side-by-side assemblies. others, setup project using files in Program Files\Microsoft Visual Studio 8\VC\Redist as a private assembly. in the both there require so so much a lot of time. it requires of  my users much patience. also unfortunately my application can't start in second method. this is directory structure in the second method(installing particular as prvate assembly) C://Program Files/MyApp/ Microsoft.VC80.CRT Microsoft.VC80.MFC myapplication.exe mylib1.dll mylib2.dll here, my question is what exe and dll ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MS - CreateBuffer - Init Limitations

    It seems that D3D10 unnecessarily limits your options for initializing buffers. You can't partially init a buffer, as there is no size for the init data. It must assume that you're filling the entire buffer. Also, placing multiple resources into one buffer is hindered by the fact that there is only a single data source. For example, if I load 5 meshes, odds are I have 5 pointers to data. If I want this in an immutable buffer I either have to make 5 seperate buffers, or string together the buffers first, then pass that off to CreateBuffer. It's trivial to append the data myself before CreateBuffer, but it just seems unnecessarily wasteful to do an alloc and set of copies, just for D3D to copy it yet again. How are other people appr ...Show All

  • Smart Device Development Database Application with Access Backend

    I'm a beginner with database and pocket pc development so i need some ideas on how to best do this. I want to develop an application for Windows Mobile 2003 and up. The application will store information such as customer info and what-not in a database that is stored on the pocket pc. I have an Access database that was pre-made and that database needs to sync to the pocket pc. I've read that there is a SQL Server 2005 Compact Edition Access Synchronizer but I can't figure out which version of SQL Server 2005 it works with and every time i try reading about SQL Server 2005 Compact Edition, SQL Server Mobile Edition, SQL Server Everywhere i get confused. I can't figure out the difference among them. See if t ...Show All

  • .NET Development Urgent : Unable to connect OS/400 using FTPWEBREQUEST.

    I have following command this will for ftp://localhost (windows operating system ) but thrught when connect to OS/400 i Series system : Error is exception = {"The remote server returned an error: (501) Syntax error in parameters or arguments."} FTPAddress contains FTPAdddress : = ftp://ip address/path/test.txt request = ( FtpWebRequest ) FtpWebRequest .Create( new Uri (FtpAddress ) ); request.Method = WebRequestMethods . Ftp .UploadFile; request.Credentials = new NetworkCredential (FtpUserName, FtpPassword); request.Timeout = FtpRequestTimeout; Stream requestStream; byte [] buf; int i; Getting error right here---------> when calling getrequeststream() method. requestStream = reque ...Show All

  • Windows Forms "Parameter incorrect" error adding Setup project to solution

    If I try to add a Setup Project to my solution, I get an error stating the parameter is incorrect.  This also happens if I try to create a new solution based on the Setup Project.  Any help Robert, I've had a chance to try your suggestion. Removing the key had no effect on the problem. some additional information: I've moved the project to several different computers and they all exhibit the same error. the error occurs immediately after the build is finished and the "deploy started" message appears. I do have connectivity with Active Sync (I can manually copy my app into my run directory and i can use the "device connect" in Tools in VS2005. So I'm reasonably convinced that this is an artifact of the ...Show All

  • Visual Studio Team System WScript.Exec + tf get /all hangs?

    I am having issues with TF GET using it under a WScript.Exec command. The get just seems to stop mid-retrevial. The code snipet I am using is below. It just seems to never finish. The TF executable just sits waiting for something it seems that I can't figure out. The command works fine without the script launching it. Any ideas as to what would cause it to just stop getting the files It also seems to always stop at the same spot. -Ed Abshire -- Code -- Sub GetTFSCode(workspace) Dim tfsExec wshFSO.CreateFolder "c:\source\tfsworkspace\" + workspace WScript.Echo "--- Getting latest " + workspace + " to " + wshShell.CurrentDirectory wshShell.CurrentDirectory = "c:\sour ...Show All

  • Visual FoxPro cryptography failure

    I use _cryptapi class of the _CRYPT class library to encrypt limited amount of information: ids and passwords. They are in a table and the table feeds treeview items on demand. Before appearing in treeview the field values are automatically decrypted. Everything has been working fine until I noticed a problem yesterday. I have done most of development on C: drive but recently began moving the whole project to a G: drive since I set a new OS up on that partition. It is a bootable partition. If the encryption done on C: partition it can only be decrypted on that same partition. On partition G: everything is garbled. If I encrypted an item on G: partition I can decrypt it only here, it will be garbled if I run the application on C: I ch ...Show All

©2008 Software Development Network