Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for bubbleT

I want to convert Wide char arrays (russian,turkey,switzerland,japanese,chinese simplified] to unsigned character array in VC++. I've tried using WideCharToMultiByte and wcstombs_s but both doesn't work. Anyone know the conversion? Thank you very much.

Member Avatar for BobS0327
0
164
Member Avatar for bubbleT

Hi I'm new to XML file. I have the following format XML file and I only need to read the value for data name = "A2" in VC++. How to read the value using the XML DOM methods without looping all the nodes? My xml file is as follows: [QUOTE] …

Member Avatar for bubbleT
0
798
Member Avatar for bubbleT

Anyone know how to change the location for treeview.htc from "webctrl_client" to other folder name? [CODE]IMPORT NAMESPACE=TVNS IMPLEMENTATION="/webctrl_client/1_0/treeview.htc[/CODE] Please advise. Thanks

0
62
Member Avatar for smeghead007

Hey guys I could really use some help here. In my program I need to ask the user for two 4 bit binary numbers . Then if they select add then add or if multiply then multiply. my problem is that I got the addition to work but the multiply …

Member Avatar for smeghead007
0
94
Member Avatar for bubbleT

In my C++ program, I'm using ShellExecute command with last parameter as SW_SHOWMAXIMIZED to open a web page (.aspx). [CODE] ShellExecute(NULL,"open","http://localhost/WebApp/default.aspx?Page=0",NULL, NULL, SW_SHOWMAXIMIZED); [/CODE] The Internet explorer can open this web page in its maximized state if I did not set the Window Title of IE in the registry (HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\Internet …

0
61
Member Avatar for bubbleT

Hi I need help to solve minimzing IE windows. Bascially, I have 2 IE windows, let's name it ieA and ieB. When user click a button on ieA, I need to minimize ieA and show or display ieB. for minimzing I have tried calling script function [code]function Minimize() { window.innerWidth …

Member Avatar for bubbleT
0
336
Member Avatar for bubbleT

Hi need help to solve refresh problem I have a main webpage with a button. Once the button is clicked, a popup dialog (web form) is prompted. Once user click 'OK' in this dailog, data saving is performed and I need to close and refresh the main webpage. How do …

Member Avatar for bubbleT
0
110
Member Avatar for ashishprem

i need to copy first 10 rows from file1 and pasting in file2. i am writing the code as <code> Dim FNum1 As Integer Dim FNum2 As Integer Dim str As String Open "C:\file1.txt" For Input As #FNum1 Open "C:\file2.txt" For output As #FNum2 Line Input #FNum1, str Print #FNum2, …

Member Avatar for bubbleT
0
100
Member Avatar for bubbleT

Hello everyone. I am BubbleT. Searching for some programming solutions to my problem and found this website. So here I am. Nice to meet all of you out there.

Member Avatar for zandiago
0
43
Member Avatar for bubbleT

Hi currently working on a vb program to access a LPTSTR data in a VC coded function. My vb program cannot get the string data my sample code [CODE] Declare Function GetMainWork Lib "LibDWM.dll" (ByVal lpszWNo As String) As Long 'I've tried 'Declare Function GetMainWork Lib "LibDWM.dll" (ByRef lpszWNo As …

0
77