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

Software Development Network >> Ertan Köseler's Q&A profile

Ertan Köseler

Member List

liujun
jankoesp
Sianspheric
Bob Vera
Aayush Puri
programmer1
DiveEcco12
Steve B.
richard1866
kids_pro
lamaslany
CKS
AMJZA
Faisal Abid
vogue
Alexcs786
Andri
AdrianMills1973
Ettore
ssteinberg
Only Title

Ertan Köseler's Q&A profile

  • Software Development for Windows Vista Vista's laptops wake-up duration versus Apple's iBook wake-up

    Hi all, I am an XP users on Thinkpad It takes quite a while for putting my XP Thinkpad to sleeps (close the lid and wake a few seconds) and it takes some time to wake it up (like 8-10 seconds) It struck me that my friend's iBook can wake up instantly without much delay, like around 1 second / in a blink... I think this instant-wakeup feature is a very pursuable goal if Vista really wants to please the laptop / mobile users --- make Vista wakes up like the WindowCE does In some sense, this can be much more important than letting the users to have a sideshow display... Hope this can be achieved in Vista - So O ...Show All

  • Visual Studio Team System Config Management

    I just demoed VSTS to our IT managers and they want to know if VSTS works with any configuration management tools. Take the scenario where particular ports need to be opened up to the outside world for a new team project. The network's configuration will change based on this CCB request. I don't believe there is anything in VSTS that will assist with this type of CM. Are there any 3rd party tools slotted to fill this need I believe that KONFIG CM does play in this space. ( http://www.auto-trol.com/ ) I don't know much about the product, but management is pushing me to compare it with VSTS. ...Show All

  • Visual C# Application needs to run every...

    Hi, I need to develop an application that will start with the system, and every XX hours especified by the user, and at the time especified, this program has a routine that needs to be run. How can I do this, with a "while" and keep checking,  with a timer and every second I verify....Or what is the best way FileSystemWatcher is the exact name.  You can see a nice sample on Microsoft's web site - http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemiofilesystemwatcherclasstopic.asp Both VB.NET and C# examples. -Rob ...Show All

  • Visual Studio Tools for Office Creating a custom reference number in InfoPath from database fields

    I'm looking to create a custom reference number such as P06-200001 where 06 is the fiscal year based on the list box entry the user selects in My InfoPath form and 200001 is an auto-generated number that is a primary key from a sql table.  What is the easiest way to auto-create this number in InfoPath For InfoPath-related questions, please post your question on the InfoPath newsgroup. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.infopath&lang=en&cr=US Thanks! Darryn Lavery VSTO Team ...Show All

  • Software Development for Windows Vista question about to link the Compressor filter

    hello, everybody. my capture chain is as following: capture source filter-->compressor filter-->avi mux-->file writer my connect codes is as following: hr = pGraph->Connect(pCapturePin, pCompInputPin); if(FAILED(hr)) { return hr; } hr = pGraph->Connect(pCompOutputPin, pAVIMuxInput); if(FAILED(hr)) { return hr; } now i can run my program correctly through these codes, but when i quit the program, it gives me a hint,'the instruction at 'xxxxxx' referenced memory at 'xxxxxx'. the memory could not be read. ' then i use this code to replace the up codes(don't use the compressor): hr = pGraph->Connect(pCapt ...Show All

  • Visual Studio 2008 (Pre-release) DLinq and Query Notification

    Will DLinq support query notification Thx. ...Show All

  • Visual Studio Express Editions [VC++ 2005 Express] Cannot debug

    Hello, I've just installed VC++ 2005 Express after uninstalling VC++ 2005 beta 2 and went to do the usual "Hello World" console prog in basic ISO C++ to test functionallities I started the project from scratch by choosing "Empty Project". It happens I cannot debug the program. Visual C++ issues the following dialog box : Debugging Information for "ConsoleProject3.exe" cannot be found or does not match. Binary was not built with debug information. Do you want to continue debugging If I click on Yes the programs gets executed but all my breakpoints become disabled. I've verified that the project uses the Debug configuration an ...Show All

  • Visual FoxPro Quit

    hi, i have a main.prg that runs the form where the users are goin to login, this is the code of the main.prg: CLOSE ALL CLEAR ALL SET DEFAULT TO c:\payroll SET SAFETY OFF SET CENTURY ON SET DELETED ON SET TALK OFF SET CONFIRM OFF SET SYSMENU off _screen.windowstate = 2 _screen.caption = "Payroll System" _screen.Icon = 'C:\PAYROLL\BMP\GRAPH12.ICO' _screen.Closable = .f. do form frmlogin do menu.mnx READ events after running this it runs the form for login and menu. it runs okay but the problem is when the user clicks Cancel (if the user does not want to login) it says "cannot quit vfp". the only comman ...Show All

  • Software Development for Windows Vista Running Loading a Graph From an External Process from DirectX documentation

    I just copy the code from "Loading a Graph From an External Process " article of directX documentation and run it, but unfortunately it does not work properly the following code fails when debugging: if (FAILED(GetRunningObjectTable(0, &psROT))) { return E_FAIL; } the compelet code is: #ifndef STRSAFE_NO_DEPRECATE #define STRSAFE_NO_DEPRECATE #endif #include <windows.h> #include <dshow.h> #include <basetsd.h> #include <stdio.h> #include <conio.h> #include <iostream.h> #include <objbase.h> HRESULT AddToRot(IUnknown *pUnkGraph, DWORD *pdwRegister) { IRunningObj ...Show All

  • Visual Studio Express Editions How do I display selected information from a previous from in a new form?

    I am new at this! I am beginning the learning curve in VB. I have 2 forms I want the Selected customerID to be automatically carried over to the Addresses form customerIDtextbox, when I open the Addresses Form. I have a Relationships built and a CustomerID Subfield in the Addresses table. In other words, When I have a customer selected (or Currently Displayed) in the customers form, I want to add several addresses for that customer in another form called Addresses. I want to display the customerID in the Addresses form CustomerID textbox when I open it from Customers form. I need to know what the syntax would be for this oper ...Show All

  • Visual C# Need help on drawing rectangle on htmldocument using mouse events.

    hey All, I want to draw a rectangle on Html document using mouse event(mouse move,mouse down,mouse up). Infect i am developing a form which contains Webbrowser Control , when this control shows some web site in it , means after documentComplete event. i need to draw a region on this document just like drawing region for capturing some part of screen in many softwares. help me ASAP. Thank you in advance. ...Show All

  • Windows Forms mshtml DrawToDC (ManagedIHTMLElementRender) buffer overflow

    Hi, I am using mshtml browser in my .NET application. i want to save the image of the html page. so i used ManagedIHTMLElementRender and draw to DC etc to save the image. on saving image, anything beyond width > 1024 or height > 1024 in html element comes as empty space in saved image. i am not sure how to resolve it as DrawToDC 's return type is void and also its not throwing any exception my code is as follows: IHTMLElement element = tableElement as IHTMLElement; . . Image im = null; Graphics g = null; Graphics g1 = null; IntPtr phdc = IntPtr.Zero; ...Show All

  • SQL Server Execution plans - SQLCE 3

    Does SQLCE 3 cache execution plans Or even make use of them Thanks Tryst This quesiton is better suited for the Sql Mobile forum. I'll move it there. Thanks. ...Show All

  • .NET Development Visula Studio .NET with DirectX (dlls)

    Hi everybody, I installed Ms DirectX 9.0 complete (included the retail module).. But when i go to visual studio .net (both 2002 and 2003) and I'm try to add a new reference (dll), the Microsoft directx dlls don't appear.. I did uninstall Ms DirectX and I did install again.. but nothing happend... somebody can help me... thanks a lot... Hi, You need to install the DirectX SDK not the runtimes. You can download it HERE . The newest version is the October SDK.     cheers, Paul June A. Domag ...Show All

  • Visual Studio DTE.ExecuteCommand and Action.AddFolder

    Hello to the VS Extensibility Team: I would like to automate the VS 2003 Setup and Deployment Project with a Macro that first places the IDE's SolutionExplorer and FileSystem Windows into a known state: '  This works properly in the Macro IDE under VS2003:     DTE.ExecuteCommand("View.SolutionExplorer")     DTE.ExecuteCommand("View.FileSystem")     DTE.ExecuteCommand("Window.CloseAllDocuments")     DTE.ExecuteCommand("View.FileSystem") and then calls the "Action.AddFolder" command to create a new dataFolder underneath the FileSystem's 'Application Fol ...Show All

©2008 Software Development Network