Visual C++ :: Why Can't Drag Text Into MFC App From IE

Jan 24, 2013

I can't seem to make IE selected text draggable into my MFC application. Take a look at the sample VS 2008 C++ solution attached. To illustrate, compile and open the app. Then open an IE (the one I'm using is IE 9 version 9.0.8112, update versions 9.0.12), select any text in it and drag it into the app's text box. It won't let you. But if you try it with practically any other web browser (Chrome, FF) it works just fine. Why can't I make it work with IE?

View 5 Replies


ADVERTISEMENT

Visual C++ :: How To Capture A Folder Address With Drag And Drop

Apr 24, 2013

I am certain that this is possible, but cannot figure out how to do it.

View 7 Replies View Related

C++ :: Drag And Drop 3D Engine

Nov 16, 2013

How to create a 3D Drag and Drop Game Engine?

View 19 Replies View Related

C# :: Drag And Drop Quiz

May 13, 2014

What I'm looking for is actually a few things. I want to creat a drag and drop like quiz. For example:

-You get 4 pictureboxes with 4 different pictures of pc components (the solutions). Below that there are 4 other empty pictureboxes to drag the picture to with text aside from them (the questions).Now How would I go about linking the different pictures to the correct text ? I already have drag and drop working, but the linking is killing me.

View 1 Replies View Related

C# :: Drag And Drop From Windows Compress Files?

Jun 25, 2014

I've been looking for some examples of handling dropped files from within a Windows compressed folder? I suspect, ultimately I may need to identify that it is a compressed folder and extract the contents, however I have not been able to find any information about identifying the file that may have been drug out of the folder onto the form (such as the file name, zip file path etc)

View 14 Replies View Related

C Sharp :: Implement Drag And Drop For Rectangle

Oct 12, 2012

I would like to know the simplest way to implement a drag and drop feature for my rectangles I draw up.

I can select the rectangles and I know I have to get the old position to equal the new position but wouldn't know how to actually do this.

I would think that I would have to put it into MouseMove but again, not sure.

View 1 Replies View Related

C++ :: Animated Images Falling From Top Of Screen - Drag These Items Into A Basket

Apr 18, 2012

Im developing a game where i need 18 animated images to fall into view from the top of the screen with 14 of type A visible and 4 of type B. I then need to be able to drag these items off screen or into a basket at the bottom of the screen.

My current issues are:

I cant seem to drag the images off screen or to the basket when they are animated.I cant make the images fall randomly with delay between them.I was able to make the 18 appear, but not as listed above in the description with 14 of type A and 4 of type B.

View 2 Replies View Related

Visual C++ :: Use Bitmap On Button Instead Of Text

Dec 15, 2013

I'm trying to create a dialog where some of the buttons have pictures on them, rather than plain text. I notice that under the button's properties, under the "styles" tab there's a checkbox "bitmap". I can't seem to find any easy way of setting a bitmap.

View 4 Replies View Related

Visual C++ :: Cout Is Not Displaying Text?

Apr 13, 2013

I'm making a very first program. It's very little more then a simplistic calculator, but i'm having a problem with the cout function. It won't display any text what could the reasons be?

#include <iostream>
#include <string>
#include <sstream>
using namespacestd;
int main () {
do {
int(a);

[Code]...

Oh and i'm aware it's still riddled with numerous problems, I just have been working on the cout thing first.

View 3 Replies View Related

Visual C++ :: Getting A Word From A Text File?

Apr 26, 2013

im trying to have the nickanme set to be a random name from a text fille full of nickanmes i dont know how to do it heres my code

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FluorineFx;
using FluorineFx.Messaging.Adapter;

[code].....

View 3 Replies View Related

Visual C++ :: Drawing Text On A Bitmap?

Oct 5, 2012

I wrote a simple clock that shows the time over bitmap as follows:

Code:
void CMyClock::OnPaint()
{
CRect rect;
GetClientRect(&rect);

[Code]....

Now I got rid off the white border but everytime I draw a text it write on top of the previous text so after few seconds everything is a mess and the time is no longer readable.

View 5 Replies View Related

Visual C++ :: How To Change Text Hue In Gump

Mar 6, 2013

I am trying to change the text hue in this gump, i have made most the changes but cant figure out these two errors?

Errors
virtuestatusgump.cs:cs1002: line 75, column 32) ; expected
virtuestatusgump.cs:cs1002: line 75, column 32) identifier expected

Code:
case 1: {
m_Beholder.SendGump String.Format( new VirtueInfoGump( m_Beholder, "Humility", "Humility is perceiving one's place in the world, not according to one's own accomplishments, but according to the intrinsic value of all individuals. One gains Humility through supporting young players.", m_Beholder.Virtues.Humility ) );
break;
}

And here is the full script.

Code:
using System;
using Server;
using Server.Gumps;
using Server.Network;
namespace Server {
public class VirtueStatusGump : Gump

[Code] ....

View 1 Replies View Related

Visual C++ :: Making A Text Editor

Oct 24, 2013

when making a text editor do you have to create a parser for it or are parsers just used in compilers and interpreters?

View 6 Replies View Related

Visual C++ :: How To Scroll Text Drawn With DrawText

Apr 16, 2013

I have an emulation project I've been working for a long time (the Altair32 Altair/IMSAI emulator) and I'm trying to simulate a dot-matrix printer for list output in CP/M.

Here's what I have so far and where I'm stuck and need a push in the right direction. I'm using a dialog box with a green bar paper bitmap as the client area background. I used CreateFont to load a dot matrix printer TrueType font and have the base code to print on subsequent lines. So, based on the dialog size, font size, etc., I get about 10 lines of dot matrix printing, 80-characters wide. So far so good.

The problem arises in how do I scroll the text like on a printer? I thought about trying a static text control or an edit box, but the text to be printed is of an unknown size and ISTR that both of those controls have finite size limits (32k but maybe I'm wrong). They would also need to be transparent so that the green bar paper shows through.

Rich
[URL]...
[URL]...

View 3 Replies View Related

Visual C++ :: Button To Display Text Box Message?

Jul 13, 2014

I'm currently making a math program in c++ windows form application. I'm trying to make it so where the user presses the number button I such as 1 button to display a 1 in my textbox.

Code:

private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
}

View 1 Replies View Related

Visual C++ :: Show Some Rich Text In A Dialog Box?

Nov 26, 2012

I have been told to show some text document when our application starts up, it is an EULA. They gave me a word file and I saved this file in a .rtf format. I then wish to show this in a dialog box and found this on code guru: [URL]

Which seems to be a sub-class that will do all the formatting for me. So I use that class and then load in the .rtf file, using their setRTF method I just get an empty text box.

I just want to be able to show this formatted, somewhat pretty text from this document in my application as close as I can to the original document. Is there an easy way to do that? I could turn it into plain text, but I think that my boss would not be happy about that.

The problem was that I needed the text box to be marked multi-line.

View 1 Replies View Related

Visual C++ :: Resizing Controls And Text Content

Sep 11, 2013

I have a SDI application that uses a CFormView class to create a window and this window has 2 buttons and 2 edit boxes.

I can resize this window, like minimize and maximize, but the controls all stay at the same place.

I know that it's possible to move the controls based on window size.

But what i want to do is, as the window is expanded the controls and it's text content to grow proportionally and same when the window is shrinked.

Is that possible to do? i.e., increase/decrease size of controls and texts per window size.

View 2 Replies View Related

Visual C++ :: Counting A Word From Text File

Nov 24, 2012

The user will first enter the file name to be processed. The program can do the following 5 tasks:

1. Count the number of words
2. Count the number of alphabets (without punctuation marks)
3. Count number of sentences.
4. Count the frequency of each vowel.
5. Count frequency of the following three words individually: FAST, computer and engineering

There should be a proper menu through which the user can select the desired task. The program should continue until the user asks to terminate it.

Here is what i have done so far:

#include <iostream>
#include <cstring>
#include <fstream>
#include <cstdlib>
using namespace std;
int main(void)
{
int opt=0; //option number
ifstream fin;
string filename;

[Code]...

There are a few problems.

1- When I enter option 'q', an infinite loop starts.
2- The first time, the program gives the correct value. After that, each time it gives answer ZERO.
3- The last part is not working. I experimented something which failed. I don't know how to do the last part.

View 1 Replies View Related

Visual C++ :: Tabbed Dialog - Getting Text From Edit Control

Apr 26, 2014

I have a tabbed dialog with a couple of Separate dialogs. I created classes of CDialog for each dialog. Im trying to get the text from the edit control from the tabbed dialog and it appears in a message box when I press a button on the main dialog.

Code:
myDialog test;
test.UpdateData(TRUE);
CString bla = test.m_edit1;
test.UpdateData(FALSE);
MessageBox(bla,bla,MB_OK);

The m_edit is a variable of CString for the edit box

it gives me a error and crashes.

How do I get the text from the other dialogs edit control?

View 8 Replies View Related

Visual C++ :: Change Text And Background Color Of CComboBox?

Nov 26, 2014

I have a derived CComboBox class, where I tried to change text and background of edit from CComboBox, just like this:

Code:
HBRUSH CMyComboBox::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) {
HBRUSH hbr = CComboBox::OnCtlColor(pDC, pWnd, nCtlColor);
// TODO: Change any attributes of the DC here
//if(CTLCOLOR_EDIT == nCtlColor || CTLCOLOR_MSGBOX == nCtlColor) {

[Code] ......

but is not working if CComboBox has CBS_DROPDOWNLIST style ... is working only for CBS_DROPDOWN style ... why ?

View 10 Replies View Related

Visual C++ :: Can't Read In A Text File To Load A Struc

Apr 15, 2013

I am doing an exercise that reads in a text file and loads the data into a struct. My problem is it doesn't read anything from the text file. I think it's the way I'm loading the data. Oh, it does read in the first record that tells the program how many contributor records to create, but nothing after that. Here it is:

Code:
//
#include <iostream>
#include <fstream>
#include <cstdlib>
const int strsize = 30;
const int SIZE = 60;

struct contributions {
char fullname[strsize]; //name
double donation; //donation

[Code] ....

Here is the record input:

Data file:
4
Suz Stuz
55000
Froco Frock
5000
Yandi Yuck
100500
Dippy Dip
120000

9 records - each struct has two members; full name and donation. First record should be number of contributors ...

View 12 Replies View Related

Visual C++ :: Find Correct Font (height) For Text?

Mar 20, 2014

my problem:I have a text (singleline) and a fix width for the whole text.

How do I find the correct font (height) for this text?

View 8 Replies View Related

Visual C++ :: How Simplicity Read Text File Which Contain One Or Three Values

Oct 21, 2012

Text file can conain one or three integer values in string. How correctly and simplicity read this string?

View 1 Replies View Related

C :: Possible To Split Command Console Into 2 Parts - Visual And Text Area

Feb 1, 2015

I have had experience in programming from python (slightly related, html/css) and the computercraft from minecraff (basic i think it is).

My question is mainly about the C and past experience with the computercraft.

1. Is it possible to split the command console into 2 parts (a visual area and a text area)
2. Is it possible to use any form of pixel art or custom characters within any command console using C.

View 2 Replies View Related

Visual C++ :: Find Specific String Of Lines In A Text File

Oct 15, 2013

I am trying to print a specific line from a textfile

e.g
I have a text file called info.txt and inside it contains the id,item name, price, quantity

Code:
1,shirt,100,10
2,pants,50,9
3,pen,20,8

I know how to find a specific word at the line in the file but how do I find and print out the specific line e.g(print out just the entire contents of line 2)?

Code:
string temDescription;
ofstream fout;
int curLine = 0;

[Code].....

View 1 Replies View Related

Visual C++ :: Display Data Of Text File In List View

Sep 24, 2012

I want to display data from text file in list view and in tree view root will be file name, but i dont know how to do it, the problem is with displaying text file data in list view, i don't know anything about that. text file data is very simple. It is just a square matrix of double values like:

21.06 34.06 5.0
12.78 45.25 6.9
12.89 45.98 5.5

in list view i want to display it.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved