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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

ddspliting

@ddspliting
About
Posts
24
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Big Endian format and IP Address
    D ddspliting

    didn't get that honestly! say i ve an IP 123.212.4.3 hot to find its long or big endian form?

    Visual Basic tutorial question

  • Big Endian format and IP Address
    D ddspliting

    declaring a new IP address Dim add As IPAddress(New Address As Long) the long value of IP Address? how to find that? it says like a value 0x3l3443 in big endian format... how to convert IP to big endian or Long?

    Visual Basic tutorial question

  • XML related in VB.Net
    D ddspliting

    thanks! and i don't feel guilty:P actually someone else said like its illegal at some other post so i veta clear it at the beginning :D

    Visual Basic csharp xml help question

  • XML related in VB.Net
    D ddspliting

    a website shows result of some entry test conducted but you can access it only by the userID, (a number). It has just a textbox and a submit button. you enter the userID and submit it and the data is displayed to you ! like ID NAME Marks obtained Percentage in that format! Now i want the entire result! I know that students were from id number 1 to 10,000! so in a loop i enter the id and retrieve the info linked with that id that is a student's result and I SAVE IT somewhere in a file like ms excel file or a word file. Its not something illegal cuz i can sit and start entering IDs and writing down the result and so on but that ll be too dumb! i need all the result by an auto way(though it ll still take a bit time, hours maybe ) . If any other legal way you ppl know than tell me...

    Visual Basic csharp xml help question

  • XML related in VB.Net
    D ddspliting

    We have different classes in System.Xml namespace in VB.net like XmlWriter and XmlReader... with the help of them we can retrieve different information from xml document. Is there any way to manipulate controls like textboxes, checkboxes ,radio and submitting buttons? like sending some data to a textbox or getting data which is linked with Submit buttons etc?

    Visual Basic csharp xml help question

  • Retrieving data from a site?
    D ddspliting

    its not some illegal stuff! i just said if there is some other way and didn't mean like someone hack their database! I gave my idea like to do iteration! just like if someone sits and start giving ID himself, submitting it and getting the info and thn saving it by himself,,,, there should be a way to do it in programming or scripting! which ll be fast....

    ASP.NET database question

  • Retrieving data from a site?
    D ddspliting

    http://www.etea.edu.pk/uet.asp[^] check this out! you will see the textbox and the submit button! I need to get to all the result! i dunno may there or some other simple ways but what i am thinking is if we start submitting numbers from 1 to say 10000 and store the data we get in a file? is it possible? or if there is any simple way to get all the result?

    ASP.NET database question

  • Retrieving data from a site?
    D ddspliting

    Hello In a website the result of students can be accessed only by their respective ID numbers! there is no other way to access the database. like the website shows a textbox with a submit button and the textbox only accepts a number i.e. the ID of student. I want to grab all the result that is a way in which ID starting from 1 to 8000 are put in the textbox in a LOOP and data retrieved is SAVED in some file(a text or database file)... so is there any way?

    ASP.NET database question

  • XML Related in VB?
    D ddspliting

    Hello! In a website, a result database is accessed only by ID of the students. Is there any way to make a loop on that control(a textbox and a submit button) to put numbers(ID of student) in the textbox and retrieve the information i.e. result?

    Visual Basic database xml question

  • Standalone EXE
    D ddspliting

    and where is tht compiler options?

    C / C++ / MFC csharp visual-studio help tutorial

  • Standalone EXE
    D ddspliting

    Its not working in Visual Studio 6(1998).It has only option of USE MFC in share DLL! and not static DLL unlike Visual Studio 2005! Please if there is any other way???

    C / C++ / MFC csharp visual-studio help tutorial

  • Standalone EXE
    D ddspliting

    How to make a standalone EXE(with all libraries included) file in Visual Studio 1998! In Visual Studio 2005, there is an option but I can't find one in Visual Studio 1998! Please help me out! :(

    C / C++ / MFC csharp visual-studio help tutorial

  • Changing the Icon
    D ddspliting

    Thnxx for sharing this precious info! But the fact is i ve changed the form icon as u mentioned i guess.Now i want to change that exe file icon. say in the debug there is a exe file named "dark.exe".This file has its typical exe icon.you know which is common for windows! tht window like. Now as in visual C++ we can change exe file icon to any icon file we want or can convert a bitmap to icon file like you ve posted the code for it.There is already option for tht in the IDE. If there is an option present in C# IDE(i m using Visual Studio 2005 by the way) then i ll be glad if you tell me if u know already! or other method ....

    C# c++ csharp question

  • Book recommendation for learning c#
    D ddspliting

    For newone in C# its good to study Visual C# for dummies also you can go for SAMS book i.e Teach yourself Visual C# in 21 days but as you said you want exercises then still i ll prefer Dietel book of csharp! You can have its electronic or soft version... Wrox press's book "Beginning Visual C# 2005" is good too.

    C# learning csharp question

  • Changing the Icon
    D ddspliting

    In Visual C++ programing, we can change the icon of the EXE file.Is it possible to change the icon of a window form program's EXE in C#? if it is then i will be grateful if anyone tell me about it... waiting....

    C# c++ csharp question

  • How to Find out what was selected in Combo Box
    D ddspliting

    Hey! Well i dun ve visual studio 08. But i can provide you a help in visual studio 6.0. Now as you have already entered data to the combo box.Add new variable for the Combo Box in class wizard. it can be of type VALUE or CONTROL. Let it be VALUE and type CString. This variable will hold the data present in the Combo Box.Let the variable is ComboBox_Variable. Now to check what user has selected, you can put a simple event in your program which will help in finding what user has selected from the box. so you can add a button which will show a simple messagebox depending on the combo box data. Like a button named "Message". Add an event handler for it and you can use the following code. CString example; example = ComboBox_Variable; if(example=="Data-1") MessageBox("Data-1 selected by user"); else if(example=="Data-2") MessageBox("Data-2 selected by user"); You can use switch statement too! I hope Combo Box will be clear to you now!

    C / C++ / MFC question c++ visual-studio tutorial

  • Setup.exe creating
    D ddspliting

    Hi all! How to create a setup file for another program in Visual C++? plzz help :(

    C / C++ / MFC c++ help tutorial question workspace

  • Use MFC in....
    D ddspliting

    i would use shared DLL usually but the main problem which i faced as an AMATUER programmer was tht my program wont run on my friend system! so static DLL helped me out! though the size of the exe incresed to few MBytes but atleast i got STANDALONE application ;P

    C / C++ / MFC question c++

  • Using Emoticons(Smilies) in Rich Text Box
    D ddspliting

    hey all! is RichText Box supports the emoticons like we ve got in Msn or Yahoo? if Yes thn wats the procedure to include them using codes? and wat about the source of that images?

    C / C++ / MFC question

  • MFC related problem
    D ddspliting

    Sorry! I read tht a bit late! and my problem is solved now! thanxx to u David and to the codeproject! Really Nice Service! top that! :)

    C / C++ / MFC c++ help 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