Hello. Thanks to your reply. Well it is so hard to put related codes here, its recursive project , it needs to put all the project here for all details and i do not think anyone have enough time to read, understand, and resolve my problem with exact code. I was expecting any tip or trick and very professional notes for creating ajax server controls or javascript. Any way i found a solution for problem. It was browser problem (I think so). After browser update, the problem is not exist there anymore. Btw thank you to everyone!
ali_heidari_
Posts
-
Google map server control Problem -
Google map server control ProblemHi. I made a server control to show google map. It works, but has a strange problem; It generates 4 google map object on html document. All the server events raise once, but Prototype initialize method raise 4 times therefore all the method like createMap called 4 times. Whats problem? For more details take a look at my question here Question asked before! Thank you experts! ali
-
usb modem problemThank you to reply. I forgot to say, in 4days before it was working, and i could hear one way voice(outgoing call in dialing, and incoming voice when answer call), also i could play wave file, and record conversations. I do not know what happened exactly, but i guess i changed modem .INF file in trying to full-duplex support, and all failed after it, then i reinstalled previous modem. Also i do not know about ACM Codecs, i google it when i be in my work place. Thank you again!
-
usb modem problemHello. I am developing a small application using tapi. Well main problem is i can not have input and output voice at same time.after many search i found i should have full-duplex modem and TSP. But my modem is full-duplex so i guess all these problems is because of unimodem.tsp which does not support full-duplex. I decided to use other TSPs , but i do not know how to tell my TAPI object use another TSP not always unimodem. Well with this situation, i should have one way voice, ok? (cause unimodem is half-duplex) but here we have another problem. I do not have any voice, not out going and neither incoming voice. It is weird. in events first i receive
JulMar.Tapi3.CALL_MEDIA_EVENT.CME_STREAM_ACTIVE
but after it another event raise, it says
JulMar.Tapi3.CALL_MEDIA_EVENT.CME_STREAM_FAIL
I found this error into callmedia event:
JulMar.Tapi3.TapiException (0x8007000E): Not enough storage is available to complete this operation.
JulMar.Tapi3.CALL_MEDIA_EVENT_CAUSE.CMC_BAD_DEVICE
What it means "Not enough storage is available to complete this operation"? I have much free memory, So what is it trying to say!? I increased PageFile for virtual memory. Nothing changed. I read somewhere i should not call COM object many times. But I have no idea, Cause it is event, i have no control how much event Tapi server raise. Whats problem? Thank you A.H [It is with Julmar and c#, but why i post this here, cause i think it is more ralted to COM and unmanaged tapi codes, and maybe memory management. ]
-
WindowsApp and Website Share One DatabaseEddy Vluggen wrote:
Ditch the timer. Simply write everything to the remote PC and a local copy/cache, and do a "merge" as soon as the user is online again.
If i store a copy of updated database into a dataset,then does not it use memory much?or it needs to have a local database on hard? Thank you!
-
WindowsApp and Website Share One DatabaseHey. I made a website and a windows application which use one database. windows application duty is to register,editing,reporting data to database and website is just a static web application to show data! well i need some council to decide how i share database between them! Is better to keep database on a host and windows app connect it with IP server adress in connectionstring? or i should use webservie? Which one is more safe? Which one is more flexible? Is there another way? What if internet connection lost and windowss app is trying to register some data?(some data will be lost):confused: I decide to store data into a local database and a timer will update main database on the host every 10 minutes!Is it good? Is there better way? :^) (C#, ASP.NET,SQLSERVER) thank you !
-
making pc a virtual serveri did not shout on you body!anyway i am sorry if i did not talk well! thanks for your guidance!
-
making pc a virtual serveri know whats my ip adress, and i knew ip can be eithier static or dynamic ! im tryin to say that when in my tcp client application i set my ip for endpoint, it doesnt connect to my pc!
-
making pc a virtual serverso you think just should set ip server in client part, as my own ip? i tried it ... no resault! i found must have a valid ip, but i dnt know how provide a valid ip also how set it on my pc!
-
making pc a virtual serverhey ! its a question to me, can we use our pc as a virtual server!? for more details i must say , i made a chat windwos application include 2 part, server and client ! well i want know can i put server part in my pc and give client to my friend, then my pc play virtual server role and client connect to my pc and act with the server part that is in my pc(virtual server) . if we can do this, then how? very thanks all!
-
If statementyea , its more simple way . thanks for remind!
-
If statementhi . if(password.Length < 8) is extreme 7 character. at least 8 character is this :
if(7
but for second part of your question ... ! try to understand these codes and get some idea to mke your own .never copy and paste!(just a suggestion to improve your skills,ofcourse you are free to copy :) )
char[] Digits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' };
if (7 < password.Length)
foreach (char t in Digits)
if (password.Contains(t))
for (int h = 65; h < 90; h++)
if (password.Contains((char)h))
break;//do proper operation ... . -
.NET is killing natural of programming from inside !?i read it... you are right too! but remaind i dnot want indict anything, i just tried to get others ideas!
-
.NET is killing natural of programming from inside !?no its not any mumbo-jumbo!i asked myself what is Natural of programming ! i think its some codes with dim face, which we act with hardwares directly!
-
.NET is killing natural of programming from inside !?but it was a question, wanna say , somthing very useful can be very harmful in long time ! but i just ask a question from experts to know whats their idea about this! i dnt want indict .NET to bad thing! i am debator to .NET !
-
.NET is killing natural of programming from inside !?i just ask a question from experts !
-
.NET is killing natural of programming from inside !?but i taste simple developing, its nice life , wanna try little hard! maybe C :cool: or maybe assembly :wtf: anyway its good to have a bit more ignition in the life !
-
.NET is killing natural of programming from inside !?in the end, anything is rely to person, if he/she wanna learn?!? should not use internet or anything else badly, should not copy paste, must read,understand,write by yourself ! products and technologies that provided for developers, are like a knife, you can kill someone(yourself) or make a delicious food and live strongly! :) so use them correctly!
-
.NET is killing natural of programming from inside !?good feature!
-
.NET is killing natural of programming from inside !?it is hierarchy of methods invokes! :)