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
M

monafr81

@monafr81
About
Posts
27
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to use the go to meeting from inside my web application
    M monafr81

    thanks a lot :)

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    ASP.NET tutorial question

  • how to use the go to meeting from inside my web application
    M monafr81

    when the user click the button i want to open a session into the go to meeting ,in go to meeting web site they said that it's possible to integrate between go to meeting and my own application but they didn't say how to do that so i hope to fine any sample code demostrate how can i open a session to the go to meeting thanks

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    ASP.NET tutorial question

  • how to use the go to meeting from inside my web application
    M monafr81

    i have a button in my web application and i want when the user click it it opens the go to meeting how can i do that and i need some sample code plz thanks a lot

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    ASP.NET tutorial question

  • list view control proplem
    M monafr81

    hi every body i have a list view control in windows mobile application which read from database and it has some problems : 1- the list view has 5 columns , i made the alignText property to all of the columns to center but i have one problem the first column does not set to center i try to set it from the property window and from code to be center but it always be left , and i don't know why ? can you help me in that ?? and other problem is i want to make the header text bold , not all the list view , how could i do that , i didn't find any property to do that in windows mobile by the way i use vb in my application Thanks a lot Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Mobile help database question

  • TreeView Control Problem ?
    M monafr81

    thanks dave for your reply , i already use this code but the problem was : i have parent nodes which have a child nodes and the child nodes have also childes and all data returned from a database . so to make the performance better , i have when the user select any node to clear all other expanded nodes which was selected before so i wrote this code For i As Integer = 0 To TreeView1.Nodes.Count - 1 If (i <> e.Node.Index) Then TreeView1.Nodes(i).Nodes.Clear() End If Next and it works but not totally correct , when i select a parent node and then select another it works and clear all the childes nodes under the selected node , but when i select a child node which has sub childes it clear the parent of this node and it's normal because the index here has changed ??? that's the problem !:confused:

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Mobile help question

  • TreeView Control Problem ?
    M monafr81

    Hi every body , i have a treeview control in windows mobile 5.0 pocket pc , i want when the user select a node to clear all other nodes , i try to do it but it does not work , so can i find some help ?? Thanks , :) Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Mobile help question

  • Treeview control problem
    M monafr81

    Hi every body i have a treeview control in windows mobile application which load it's data from a database , i want when the user select a node automaticlly clear the other loaded nodes , so how can do that ?? Thanks , Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Visual Basic database help question

  • How to save and read data in and from Application.myapp file Save
    M monafr81

    hi every body i want to change the start up form name according to the user choice he choose the form name from combo box and then suppose to save his choice in Application.myapp in the main form element , How Can i do that ??? Thanks Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Visual Basic question tutorial

  • listview control problem
    M monafr81

    thanks for your replay but can you mak it more simple , sorry i am new in vb so can u explain with code , it'll be better and easy to understand Thanks a lot Mona :|

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Visual Basic help tutorial question

  • listview control problem
    M monafr81

    Hi every body , i have a problem ?? i have a list view control in windows application , and i set its chcek property to true i want if the user Check an item to make all other items unchecek and i don't know how :confused: ? i try too much but it doesnot work Can You help me how to do it ?? Thanks Mona .

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Visual Basic help tutorial question

  • reload web page proplem
    M monafr81

    i have a question ??????? i have 4 html button in my home page with default active button when i choose any other button it become the active one and display a certain photo but when i make refresh to the page it reloads with the default button as the active button ignoring the last choise which i have made , if i can save the user choise , how i can save the changes that he had made when the page reloaded every thing back to the default setting i want the page to be reloaded with the last choise button not the default button how can i do that ????????

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    Web Development question html

  • How to save the last changes you have made with your page
    M monafr81

    ok the choise happend on client side the server has no idea about it so i need by using java script to creat a cooki and save the user choise in it and send it to the server how can i create cooki by using java script

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    ASP.NET question html tutorial

  • How to save the last changes you have made with your page
    M monafr81

    i have a question ??????? i have 4 html button in my home page with one default active one when i choose any other button it become the active one and display a certain photo but when i make refresh to the page it reloads with the default button as the active one ignoring the last choise which i have made i want the page to be reloaded with the last choise button not the default button how can i do that ???????? i hope that my question is clear Thanks ,

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    ASP.NET question html tutorial

  • Exception on browsing a web form
    M monafr81

    when i try to browse my web form the page doesnot display and throw this exception The current identity (3M-FCD68B9835FB\ASPNET) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files. I don't understand this exception , How to fix it???? Thanks a lot

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    ASP.NET asp-net csharp help tutorial question

  • refrence type & Value type which better and why?
    M monafr81

    In data Types , i would like to know what is the difference between refrence type and value type ,which is better in using and why ? thanks , Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    C# question

  • New Ideas For graduation Project
    M monafr81

    I Hope you To Join with me in thinking about new ideas for my graduation Project using C# and as basic language Thanks Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    C# csharp

  • How Search Engine Works
    M monafr81

    Thanks Larantz :)

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    C#

  • How Search Engine Works
    M monafr81

    Sorry If I asked a bout a lot of things but i realy need a lot of information about these topics :| thanks any way Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    C#

  • How Search Engine Works
    M monafr81

    I Need to books and resources about how search engines Work and also resources about text recognition , speech recognition and artificial Intelligent if it possible :) Thanks Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    C#

  • ReLoad Form Problem
    M monafr81

    of course you are Right ,and i did what you said when the user finish close the game form an return to the main form . but i do not want to return to the main form again after finishing the game , i want the game form to reshow again as if it reloaded ,that is the problem . :^) Mona

    LA ELAH ELA ALLAH MOHAMED RASOL ALLAH

    C# game-dev help tutorial
  • Login

  • Don't have an account? Register

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