- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 6
- Posts with Downvotes
- 6
- Downvoting Members
- 3
19 Posted Topics
Re: I can send messages on lan on local but I cann't send messages on internet on global. please help me. do you have a source of sending messages on global on internet? | |
will find number which is used frequently(often) in x array [CODE]int i; int x[i],frequency[i]; for(int i=0;i<3;i++) { cin>>x[i]; frequency[i]=0; } frequency[i]=0; for(int i=0;i<3;i++) { frequency[i]++; cout<<x[i]; } frequency[i]++; cout<<x[i]; cout<<frequency[i]; [/CODE] what should I do extra | |
how to get from table only one column and its downstair data? from this: [URL="http://lashatt.comoj.com/table1.JPG"]http://lashatt.comoj.com/table1.JPG[/URL] show only this: [URL="http://lashatt.comoj.com/table2.JPG"]http://lashatt.comoj.com/table2.JPG[/URL] what will be mysql code of this? | |
why this code doesn't work. I want to do, I have 3 numbers( x1,x2,y1,y2; ) in editbox and it makes an equation y2=x2/x1*y1; and after this what we will receive in y2 it will be writen on hwnd [CODE]#include <windows.h> #include <stdio.h> HWND hwnd1,hwnd2,hwnd3; WCHAR x1[MAX_PATH],x2[MAX_PATH],y1[MAX_PATH],y2[MAX_PATH]; wchar_t str[MAX_PATH]; /* Declare … | |
I want that mysql data will be in one row but it doesn't, in my case data echoes in a right down side :( [URL="http://lashatt.comoj.com/php+mysql.php"]http://lashatt.comoj.com/php+mysql.php[/URL] [IMG]http://lashatt.comoj.com/mysqlproblem.JPG[/IMG] [CODE=php]<?php $user="a7247794_a724779"; $password=""; $database="a7247794_testdb"; mysql_connect("mysql5.000webhost.com",$user,$password); @mysql_select_db($database) or die( "Unable to select database"); if (isset($_POST['saxeli'])) echo "saxeli {$_POST['saxeli']}"; $a = $_POST['saxeli']; $query = "INSERT INTO … | |
Re: PLEASE HELP.When I download SpeechSDK51.exe it doesn't work.I want SAPI work in my computer. compiler said that C:\Documents and Settings\lasha\Desktop\SAPI\SAPI.cpp(142) : error C2065: 'ISpVoice' : undeclared identifier C:\Documents and Settings\lasha\Desktop\SAPI\SAPI.cpp(142) : error C2065: 'pVoice' : undeclared identifier C:\Documents and Settings\lasha\Desktop\SAPI\SAPI.cpp(147) : error C2227: left of '->Speak' must point to class/struct/union … | |
192.168.1.1 = 11000000.10101000.00000001.00000001 for example: 192 = 11000000: [IMG]http://lashatt.comoj.com/convertiptobinarynumbers.JPG[/IMG] 128 + 64 = 192 and I have a question about it, for what is used all this? I mean for what will be exposed all this? for what we ar converting all this? | |
I can inject dll in my compiled exe but dll loses his mind and I don't want it :( I use this commands IDR_DLL1 DLL "libmysql.dll" #include <tlhelp32.h> #define IDR_DLL1 128 HEAPLIST32 PE32; HINSTANCE hInst = (HINSTANCE) GetModuleHandle ( NULL); HDC hdc = GetDC(hwnd); HDC hdcMemRes = CreateCompatibleDC(hdc); HRSRC hRsrc … | |
I have a question, for example I input something on edit and in that time when I'll click on search button it will show find message, but it shows mysql error :'( why? what I am doing wrong in this code? :( [CODE]HWND edit; char t[MAX_PATH]; char query[MAX_PATH]; GetWindowText(edit,t,MAX_PATH); mysql_query(conn, … | |
Is there a command that change's server's file's inside buffer? Change file's inside text? I hope you understand me | |
Hello Everybody, I m working on a IRC Chat application project. I would like to know how to insert hte bitmap into the chat window. I have got a few code snippets in MFC & its working perfectly in MFC. But i cant convert it into Win32. Can anybody pls … | |
Re: how can I send messages in global. like skype does? | |
Re: I can send messages in local but can't send in global. What should I do? What IP and PORT should I write? | |
Re: I can send messages on lan on local but I cann't send messages on internet on global. please help me. do you have a source of sending messages on global on internet? | |
Re: I can send messages on lan on local but I cann't send messages on internet on global. please help me. do you have a source of sending messages on global on internet? | |
Re: how can I move listbox items? I mean ownerdrawn listbox. how can I use HIMAGELIST on listbox? | |
Re: listen all. how can I use HIMAGELIST on listbox? I want to use HIMAGELIST on listbox because I want to move listbox items wherever I want. | |
Re: listen all I can connect and send messages at local but I can't connect in global. why? what should I do? | |
Re: listen all I can connect and send messages at local but I can't connect in global. why? what should I do? |
The End.