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
E

Eyungwah

@Eyungwah
About
Posts
33
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help in MFC Application-SDI
    E Eyungwah

    Hello All: I have some hardware with given .DLL & .H files. I have created an MFC Application with Single Document Interface that have the following drop-down as follow. File -Regester. -Write Register. My goal in to have the CView display what is On the Register when select -Register or -Write Register. Could someone please help direct me to the right path?? Here is the Header contains: #include <string> #ifdef BUILD_SCANPORT_DLL #define DLLEXPORT2 __declspec(dllexport) #else #define DLLEXPORT2 __declspec(dllimport) #endif #define SETBIT 1 #define CLRBIT 0 #define CSR0 0x00 //scanner register locations #define CSR1 0x01 DLLEXPORT2 int readreg(int reg); //some prototypes DLLEXPORT2 void writereg(int reg, int value); DLLEXPORT2 void writebit(int reg, int value, bool clear); DLLEXPORT2 int checkwarmup(); DLLEXPORT2 float checkbattery(); typedef enum ScanStatus { SCAN_OK, SCAN_FAIL_FILE_ERROR, SCAN_FAIL_USB_OPEN_ERROR, SCAN_FAIL_USB_XFER_ERROR }; DLLEXPORT2 ScanStatus scanport(bool doClean, bool doSharpen, const char* outFile); Thanks in advance for your help Eyungwah

    C / C++ / MFC question c++ hardware help

  • How can I read something from a text.log file
    E Eyungwah

    HI How can I work with text files in C# .net? For example I want to open a text file, read portion from the file and then display that portion on the pop-up message.

    C# csharp question tutorial

  • what is "No overload for method 'runNonSelectQuery' takes '3' arguments" mean
    E Eyungwah

    Hi all: what is "No overload for method 'runNonSelectQuery' takes '3' arguments" This is the code that give me this error message above. I was trying to run an INSERT INTO FILE(Description,Title,Host,Port)Values('name','','') base on the User's input from the TextBox. this.m_SQLClient.update(this.TB_Insert.Text,this.TB_Values.Text,this.TB_B.Text ); any suggestion how to insert multiple argument for the code above? Thanks in advance for your help. eyungwa

    Database help question tutorial announcement

  • Using BindingNavigator to update my table
    E Eyungwah

    Hello all: Using DataGridView connecting to SQL2005 database. I was able to view the dataset on one of the table that I selected. I would like to use BindingNavigator to save or add a row onto this particular table. Could someone please give me an example of how i'm going about to do this? Thanks in advance, Eyungwah

    Database database tutorial question announcement

  • How to call different namespace
    E Eyungwah

    Hi: I have a windows Form in C#. In my project I have multiple namespace1 & namespace2 and 1 Form. On the Form I have a Button, when clicking this button I need to call-out to namspace2. Is it possible to do this. Please Help. THanks, Eyungwah

    C#

  • How do I capturing the ouput of the external appl
    E Eyungwah

    Hi: Using C#.NET form. I'm calling some external command line programm. I like to be able to capture output from command line. Could someone please help. Thank you in advance for your help Eyungwah

    C#

  • How to delete some file from the ListView?
    E Eyungwah

    Hi, I have a ListView table that contains some files and i would like to know the command that will delete it by clicking some Delete Button. Thanks in advance for your help. Eyungwah

    C#

  • image does not display.
    E Eyungwah

    Hi Chirag, Thank you for your replied. I'd tried as you suggested. I'm using VS 2005. On MasterPage.master page, originally I have src="/Images/myphoto.jpg" as soon as I changed to src="~/lab/Images/myphoto.jpg"; the pix disappeared from the Design page of MasterPage.master.

    ASP.NET

  • image does not display.
    E Eyungwah

    HI My website doesn't display the logo image from when viewing from remote computer. is there a security setting that I need to set it? Thanks, eyungwah.

    ASP.NET

  • How to Secure my default.aspx page
    E Eyungwah

    Thanks Ben for your replied. It works but I have some other issue though. On my Login.aspx page I have a Hyperlink for PasswordRecovery.aspx page. The Link stop working. Is there an alternate solution to make this Link working in case user forgotpassword. Thanks, eyungwah

    ASP.NET tutorial question

  • How to Secure my default.aspx page
    E Eyungwah

    HI: I have a website in Website1 folder that require user to Login first then directed to default.aspx page. If user try to copy "http://localhost/website1/default.aspx. How can I prevent user from copy my default.aspx onto the URL to bypass the Login.aspx page first. Thanks in advance, Eyungwah

    ASP.NET tutorial question

  • how to attach master page onto existing solution or proj.
    E Eyungwah

    Hi: I have created a simple web page and was able to published. Anyhow, I went back and create a master page. How can I tied the rest of the pages onto my master page. I found most example showed how to create a master page then create a default.aspx then selected master page to attch them together. Thanks in advance. Eyungwah

    ASP.NET tutorial json question

  • How to find out when or who updated my Database.
    E Eyungwah

    Thank you Mattias for your replied. I have a Login.aspx page. On my default.aspx page which is contained Database Table. I was wondering if you could please give me some sample code. I wanted to add "Last Modified By" field table and if the Logged in user update the table then have his/her name display under that "Last Modified By". Thanks again for your help. Eyungwah

    Database csharp asp-net database tutorial announcement

  • How to find out when or who updated my Database.
    E Eyungwah

    Hello: Could someone point me to the right track..I have creat ASP.NET in VS2005 web site that ppl will log in and If the user update the Database I would like it to display that user name on the page. Thanks, Eyungwah.

    Database csharp asp-net database tutorial announcement

  • Can't access database
    E Eyungwah

    Hi ALL: I've created a simple web site. There was a Log.aspx page that have hyperlink for user to signup.aspx. By default, ASPNETDB.MDF was created by VS2005. Anyway I got this messaged "Failed to update database "C:\INETPUB\WWWROOT\SQA\APP_DATA\ASPNETDB.MDF" because the database is read-only. " I'd tried to uncheck the read-only on the folder but didn't help. Please help! Thanks in advance. Eyungwah.

    ASP.NET database help announcement

  • How to display the last logged in user from the login page
    E Eyungwah

    Hello all: I have some question and would like your help. I have created a page call Login.aspx-The user will login from here. If login successfully, the user will directed to default.aspx which is my main page. What I like to accomplish is to have the name of previous logged in person from login.aspx page and display his/her name on the default.aspx page. How do I go about doing this?? Thank you in advance for your help. eyungwah

    ASP.NET question help tutorial

  • Deploying application forms of C# in VS.NET
    E Eyungwah

    Hello All: I was able to create a package .EXE & MSI. But on the installer I want to add some checking on the target machine if it has .NET Frame work install or not. If target machine had .Net Framework install skip,and if it does not have .Net Framework then install it. Please help Thanks in advance. Eyungwah

    .NET (Core and Framework) csharp dotnet visual-studio help

  • How to Browse , select a file and store it onto the txtbox
    E Eyungwah

    Thank you Ravi, tb_Text.Text = File.ReadAllText("C:\\Test"); I got this error saying " The name 'File' doesn't exist in the current context" I like to have txtbox display all the files from C:\Test\ folder and being able to add any file onto that fold as well. -- modified at 16:51 Wednesday 7th February, 2007

    C# tutorial question

  • How to Browse , select a file and store it onto the txtbox
    E Eyungwah

    Hello everyone: I have a TxtBox with vertibal bar enable and Button. When user click on Button and and browse to select any file, that file would get store on that txtbox. I dont know how to started. Could someone please provide some sample code that I could work with? Thanks, Eyungwa

    C# tutorial question

  • How to add file onto txbbox? [modified]
    E Eyungwah

    Hello everyone: I've created a TxtBox with vertibal bar enable and Button. When user click on Button and and browse to select any file, that file would get store on that txtbox. I dont know how to started. Could someone please provide some sample code that I could work with? Thanks, Eyungwa -- modified at 13:18 Wednesday 7th February, 2007

    C# tutorial 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