Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

Marco2250

@Marco2250
About
Posts
28
Topics
21
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Integrating C#/VB.NET with ORKUT
    M Marco2250

    Would I be able to read profile data, notes, etc using this API?

    C# csharp question

  • Integrating C#/VB.NET with ORKUT
    M Marco2250

    Dear all, Is there a way to build an application that would be able to integrate itself with orkut? I am trying do accomplish it but no success. I am not able to login to orkut from my application. Best regards, Marco Alves.

    C# csharp question

  • Get the number of response bytes of an HTTP Response
    M Marco2250

    Dear All, Does anyone know how to get the number of an HTTP Response bytes sent to some client? I`ve already done some research but nothing... Thanks in advance. Best regards, Marco Alves.

    ASP.NET tutorial question

  • Tool for testing ASPX pages
    M Marco2250

    Hi all. First, sorry for my bad english. I'm searching for a tool that I can use to made my asp.net tests more quickly. Example: Suppose that I have a web form that has several controls and a button "Save" to persist them into a database table. I compile and run it on my web browser. I type the data for each control, select each dropdownlist, etc, etc. Then I click on "Save". At this point, at some logic on my code behind/business class I got an error (any type of error, logic, database, etc etc). I need to STOP de debugging, fix the bug and run the web form again on my web browser. With this, I'm going to thest my web form again. So, I need to type every data of my controls AGAIN and AGAIN and AGAIN whenever I got an error (it's a cycle, until I fix all the bugs). This sucks. I'm finding for a tool that "encapsulates" the POST data (everything: data that I typed on my controls, viewstate, etc, etc) and post it AUTOMATICALLY to my page (at server side). With this, I can test the logic IMMEDIATELY, with no need to type the SAME data again. If you know some tool, please, help me. Best Regards, Marco Alves.

    ASP.NET help csharp asp-net database sysadmin

  • protecting my web application
    M Marco2250

    Hi all. first, sorry for my bad english. My client wants the source code of my application. I told him that I can release it under a payment. But my client will not be allowed to sell my application to anyone. I want implement something in my web app that guarantee this. Can someone help me? Best regards, Marco Alves.

    ASP.NET help question announcement

  • How I can get the text from x,y coordinates?
    M Marco2250

    In any language. If it is not possible, how I can get number of rows of a msflexgrid of a external program?

    Visual Basic help question

  • How I can get the text from x,y coordinates?
    M Marco2250

    Hi all. I'd search in the board how an can get text that is at the coordinate x,y (I have a flexgrid on external program and want to get the text of some row/column by its x,y coordinates). I didn't found nothing. Can someone help me? Please, help me. Thx in advance. Best Regards, Marco Alves.

    Visual Basic help question

  • How I can get the text from x,y coordinates?
    M Marco2250

    Hi all. I'd search in the board how an can get text that is at the coordinate x,y (I have a flexgrid on external program and want to get the text of some row/column by its x,y coordinates). I didn't found nothing. Can someone help me? Please, help me. Thx in advance. Best Regards, Marco Alves.

    C# help question

  • How I can get the text from x,y coordinate?
    M Marco2250

    Hi all. I'd search in the board how an can get text that is at the coordinate x,y (I have a flexgrid on external program and want to get the text of some row/column by its x,y coordinates. I didn't found nothing. Can someone help me? Please, help me. Thx in advance. Best Regards, Marco Alves.

    Managed C++/CLI help question

  • How I can get the text from x,y coordinate?
    M Marco2250

    Hi all. I'd search in the board how an can get text that is at the coordinate x,y (I have a flexgrid on external program and want to get the text of some row/column by its x,y coordinates. I didn't found nothing. Can someone help me? Please, help me. Thx in advance. Best Regards, Marco Alves.

    C / C++ / MFC help question

  • How I can get the text of a textbox that is on other app?
    M Marco2250

    No, I don't have the control of the other app.

    C# csharp visual-studio winforms help tutorial

  • How I can get the text of a textbox that is on other app?
    M Marco2250

    Hi all. (windows forms). How I can get the text of a textbox that is on other app? Example: I have an app running that has a textbox which Text property is "MICROSOFT VISUAL STUDIO ROCKS!". I want to make an application that will obtain the handle of that textbox and get its contents (its text property value). I already have the code that obtain the handle. I think that I need to use WM_GETTEXT in conjunction with OpenProcess, WriteProcessMemory, SendMessage and ReadProcessMemory. But I have no idea how to do it. Please help me. Thx in advance. Best regards, Marco Alves.

    Visual Basic tutorial csharp visual-studio winforms help

  • How I can get the text of a textbox that is on other app?
    M Marco2250

    Hi all. (windows forms). How I can get the text of a textbox that is on other app? Example: I have an app running that has a textbox which Text property is "MICROSOFT VISUAL STUDIO ROCKS!". I want to make an application that will obtain the handle of that textbox and get its contents (its text property value). Please help me. Thx in advance. Best regards, Marco Alves.

    C# csharp visual-studio winforms help tutorial

  • How I can get control's id property via api
    M Marco2250

    My goal is to confirm if the control name of the current hWnd is the name that I want to.

    C / C++ / MFC json help question

  • How I can get control's id property via api
    M Marco2250

    first, thank you for your reply. Sorry, because I've a bad english. But trying to do my best. :) Okay, suppose I have a VB6 app. I put a listview on my form and name it lvwProducts. Now, I compile and run this simple app. Now, in another app (a C# .NET 2005 app) I want do get the name of that listview, i.e., the name of the listview that is on another process (my vb6 app). First, I got the handle. with the listview handle I want to get its name. get it? Ah, I've downloaded a code from http://blogs.msdn.com/brianmcm/ but it only works if the listview is on an .NET process. but, in my case, the other process was written in vb6. to use that code I do something like that: string controlName = GetWinFormsId.WinFormsUtilities.GetWinFormsId(hWnd) // where hWnd is the handle of my listview. the code is here (sorry, I don't know how to format the code here): ********************** using System; using System.Runtime.InteropServices; using System.ComponentModel; using System.Text; namespace GetWinFormsId { /// /// Summary description for WinFormsUtilities. /// public class WinFormsUtilities { private static int GetControlNameMessage = 0; static WinFormsUtilities() { GetControlNameMessage = NativeMethods.RegisterWindowMessage("WM_GETCONTROLNAME"); } public static string GetWinFormsId(IntPtr hWnd) { return XProcGetControlName(hWnd, GetControlNameMessage); } protected static string XProcGetControlName(IntPtr hwnd, int msg) { //define the buffer that will eventually contain the desired window's WinFormsId byte[] bytearray = new byte[65535]; //allocate space in the target process for the buffer as shared memory IntPtr bufferMem = IntPtr.Zero; //base address of the allocated region for the buffer IntPtr written = IntPtr.Zero; //number of bytes written to memory IntPtr retHandle = IntPtr.Zero; bool retVal; //creating and reading from a shared memory region is done differently in Win9x then in newer OSs IntPtr processHandle = IntPtr.Zero; IntPtr fileHandle = IntPtr.Zero; if (!(Environment.OSVersion.Platform == PlatformID.Win32Windows)) { try { uint size; //the amount of memory to be allocated size = 65536;

    C / C++ / MFC json help question

  • How I can get control's id property via api ?
    M Marco2250

    Hi all. How I can get control's id "(Name)" property of a control of other process (vb6 app) via windows api? Please, help me. Thx in advance. Best Regards, Marco Alves.

    C# json help question

  • How I can get control's id property via api
    M Marco2250

    Hi all. How I can get control's id "(Name)" property of a control of other process (vb6 app) via windows api? Please, help me. Thx in advance. Best Regards, Marco Alves.

    C / C++ / MFC json help question

  • Preventing others to access my process via interprocess communication
    M Marco2250

    Hi all. How I prevent others to access my process via interprocess communication? I know that when I want to open a process using IPC I can use OpenProcess function and inform the desired access. How I can prevent every access, i.e., no PROCESS_VM_READ access, no PROCESS_VM_WRITE acess, etc etc. And, How i can deny ipc access for all process but allow it to a specif process? Thx in advance. Best regards, Marco Alves.

    C / C++ / MFC question

  • Selecting an item in listview via windows api.
    M Marco2250

    Hi all. I have a listview handle and some item index. I want to select it via windows api. Can someone help me? Thx in advance. Best Regards, Marco Alves.

    ATL / WTL / STL database json help question

  • Selecting an item in listview via windows api.
    M Marco2250

    Hi all. I have a listview handle and some item index. I want to select it via windows api. Can someone help me? Thx in advance. Best Regards, Marco Alves.

    Managed C++/CLI database json help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups