Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

ali_heidari_

@ali_heidari_
About
Posts
43
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Google map server control Problem
    A ali_heidari_

    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!

    ASP.NET question html com sysadmin help

  • Google map server control Problem
    A ali_heidari_

    Hi. 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

    ASP.NET question html com sysadmin help

  • usb modem problem
    A ali_heidari_

    Thank 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!

    C / C++ / MFC help question csharp com sysadmin

  • usb modem problem
    A ali_heidari_

    Hello. 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. ]

    C / C++ / MFC help question csharp com sysadmin

  • WindowsApp and Website Share One Database
    A ali_heidari_

    Eddy 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!

    C# csharp asp-net database sysadmin question

  • WindowsApp and Website Share One Database
    A ali_heidari_

    Hey. 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 !

    C# csharp asp-net database sysadmin question

  • making pc a virtual server
    A ali_heidari_

    i did not shout on you body!anyway i am sorry if i did not talk well! thanks for your guidance!

    Hosting and Servers question sysadmin lounge

  • making pc a virtual server
    A ali_heidari_

    i 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!

    Hosting and Servers question sysadmin lounge

  • making pc a virtual server
    A ali_heidari_

    so 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!

    Hosting and Servers question sysadmin lounge

  • making pc a virtual server
    A ali_heidari_

    hey ! 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!

    Hosting and Servers question sysadmin lounge

  • If statement
    A ali_heidari_

    yea , its more simple way . thanks for remind!

    C# question

  • If statement
    A ali_heidari_

    hi . 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 ... .

    C# question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    i read it... you are right too! but remaind i dnot want indict anything, i just tried to get others ideas!

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    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!

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    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 !

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    i just ask a question from experts !

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    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 !

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    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!

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    good feature!

    The Lounge csharp question

  • .NET is killing natural of programming from inside !?
    A ali_heidari_

    it is hierarchy of methods invokes! :)

    The Lounge csharp question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups