473,569 Members | 2,542 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do you display DWORD & strings in an Edit Box

Hi all,
I have an edit box in my app displaying the results of function executions
as strings.
But some of the functions return the result of driver properties, which are
in DWORD format.
Is there a way to oncert DWORD to String so it will display in the edit box?

Cheers.
Kevin.
Jul 19 '05 #1
20 8057
Xanax wrote:
Hi all,
I have an edit box
No such thing in standard C++.
in my app displaying the results of function executions
as strings.
But some of the functions return the result of driver properties, which are
in DWORD format.
No such thing in standard C++.
Is there a way to oncert DWORD to String so it will display in the edit box?


None of this is meaningful with respect to standard C++.

It seems you forgot to read the welcome message before posting.

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #2
OK I'm talking about VC++
"Kevin Goodsell" <us************ *********@never box.com> wrote in message
news:Ll******** ********@newsre ad4.news.pas.ea rthlink.net...
Xanax wrote:
Hi all,
I have an edit box
No such thing in standard C++.
in my app displaying the results of function executions
as strings.
But some of the functions return the result of driver properties, which are in DWORD format.


No such thing in standard C++.
Is there a way to oncert DWORD to String so it will display in the edit

box?
None of this is meaningful with respect to standard C++.

It seems you forgot to read the welcome message before posting.

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #3
Kevin Doyle wrote:
OK I'm talking about VC++


Please don't top-post. Re-read section 5 of the FAQ for posting
guidelines. You seem to have missed some points the first time around.
You might also be interested in section 3 of RFC 1855 which deals with
Netiquette.

http://www.parashift.com/c++-faq-lite/
http://www.dtcc.edu/cs/rfc1855.html

VC++ is off topic in this group, for reasons that are explained in the
welcome message, which I'm guessing you have still failed to read.
Please read it before posting again.

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #4
I'm not top posting!
You have your NG reader configured incorrectly!

"Kevin Goodsell" <us************ *********@never box.com> wrote in message
news:ap******** ********@newsre ad4.news.pas.ea rthlink.net...
Kevin Doyle wrote:
OK I'm talking about VC++


Please don't top-post. Re-read section 5 of the FAQ for posting
guidelines. You seem to have missed some points the first time around.
You might also be interested in section 3 of RFC 1855 which deals with
Netiquette.

http://www.parashift.com/c++-faq-lite/
http://www.dtcc.edu/cs/rfc1855.html

VC++ is off topic in this group, for reasons that are explained in the
welcome message, which I'm guessing you have still failed to read.
Please read it before posting again.

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #5

"Kevin Doyle" <jo@fo.mo> wrote in message
news:Hs******** ***********@new s.indigo.ie...
I'm not top posting!
You have your NG reader configured incorrectly!

Please don't top-post. Re-read section 5 of the FAQ for posting
guidelines. You seem to have missed some points the first time around.
You might also be interested in section 3 of RFC 1855 which deals with
Netiquette.

LOL
Yes, you are!
Look up what top posting is.

Corno
Jul 19 '05 #6
Kevin Doyle <jo@fo.mo> wrote in message
news:Hs******** ***********@new s.indigo.ie...
I'm not top posting!
You have your NG reader configured incorrectly!


*PLONK*

-Mike

Jul 19 '05 #7
Kevin Doyle wrote:
I'm not top posting!
You have your NG reader configured incorrectly!


You are wrong, and you have not bothered to even attempt to learn proper
netiquette. Please check the references I've given you before posting
again. Thank you.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.

Jul 19 '05 #8
Kevin Doyle wrote:

I'm not top posting!
You have your NG reader configured incorrectly!

Yes you are. Top-posting means posting your reply above the quotes. Stop
it.

Brian Rodenborn
Jul 19 '05 #9
this is top posting

"Kevin Doyle" <jo@fo.mo> wrote in message
news:Hs******** ***********@new s.indigo.ie...
I'm not top posting!
You have your NG reader configured incorrectly!
this is not top posting

"Kevin Goodsell" <us************ *********@never box.com> wrote in message
news:ap******** ********@newsre ad4.news.pas.ea rthlink.net...
Kevin Doyle wrote:
OK I'm talking about VC++


Please don't top-post. Re-read section 5 of the FAQ for posting
guidelines. You seem to have missed some points the first time around.
You might also be interested in section 3 of RFC 1855 which deals with
Netiquette.

http://www.parashift.com/c++-faq-lite/
http://www.dtcc.edu/cs/rfc1855.html

VC++ is off topic in this group, for reasons that are explained in the
welcome message, which I'm guessing you have still failed to read.
Please read it before posting again.

http://www.slack.net/~shiva/welcome.txt

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.


Jul 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3713
by: Xah Lee | last post by:
suppose you want to do find & replace of string of all files in a directory. here's the code: ©# -*- coding: utf-8 -*- ©# Python © ©import os,sys © ©mydir= '/Users/t/web'
2
22930
by: Francesco Moi | last post by:
Hello. I designed a form to edit some DataBase's fields. But some of these fields contain '&lt;' and '&gt;' characters. And these characters are '<' and '>' in HTML. So if want to edit these fields, the form converts them into '<' and '>'. And I want to mantain '&lt;' and '&gt;' Mi piece of code:
3
5913
by: Marauderz | last post by:
Hello guys, got a little question regarding the regional language settings . Anyway I got a Windows 2003 Server machine that was installed with the date format "dd/MM/yyyy" and location still locked in US. As we migrated certain apps over to the new machine. we found out something... someone coded a Now.ToString in a database query... and...
7
2357
by: GrandpaB | last post by:
While writing this plea for help, I think I solved my dilemma, but I don't know why the statement that solved the problem is necessary. The inspiration for the statement came from an undocumented VB example I found on the web. I would be most appreciative if someone could explain why this statement is necessary and what does it do? ...
3
6743
by: iwdu15 | last post by:
hi, whats the VB.Net equivalent to DWORD&? thanks -- -iwdu15
1
2062
by: ganesah | last post by:
hi there, i need to create a program to continously display the received binary data (2bytes) from COM 8 in a console, however I'm having problem in doing so where i do nt see any data being displayed on the console after i run and compile the created program. How can i solve this problem? please explain on how to display the data...
11
7596
by: =?Utf-8?B?UmF5IE1pdGNoZWxs?= | last post by:
Hello, I know I sound like a one-note Johnny on this but I'm still looking for a solution. I need to display characters coming in from a serial port or a socket. I also need to be able to type characters into the display myself - but that's not the main issue at this time. I've tried a scrolling multiline text box but once the original...
2
3246
by: wreed06 | last post by:
Hello, I have 2 problems. In my webpage, I have a dropdown list with a button that takes the user to a popup window specific to the option. I am using Firefox 2.0.0.13. I have successfully validated my HTML and CSS code. 1. When I clear cache and refresh my webpage, it takes 3 tries before the popup window displays - I click on the button...
1
1589
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
I'm running VS2008 & attempting to solve a problem I've encountered while developing some software for our business. Here's the basic idea...I've created a class that represents a file (with members such as file name, file location, and a string containing the files data). Each file object also contains an ArrayList of another custom object...
0
7700
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8125
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7676
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7974
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1221
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.