English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - March 2007

[Selected]: All categories Computers & Internet Programming & Design

Please contact me ASAP. I am having some trouble creating a program and I really need your help. I would grately appreciate it.

2007-03-13 13:01:05 · 1 answers · asked by tooraw88 3

http://www.templobautista.net/NewFiles/mapa.html

and software can i use that isn't too expensive or open source code or free.

or does anybody know how to do it?

2007-03-13 12:53:49 · 4 answers · asked by fabian_gomez357 1

I am using dev c++ and getting a linker error. I understand what it means somewhat, but I do not know how to fix it. Here is my program:

#include
#include
int main(int argc, char *argv[])
{ int starts, s; sockaddr_in sockin; WSAData *wsa;
if(WSAStartup(MAKEWORD(1,1),wsa))
return 1;
starts=socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
sockin.sin_family=AF_INET;
sockin.sin_addr.s_addr = INADDR_ANY;
sockin.sin_port=htons(40254);
if(!bind(starts,(sockaddr *)&sockin,sizeof(struct sockaddr_in)))
return 2;
scanf("");
WSACleanup();
return 0;
}

i get undefined reference to: 'WSAStartup@8', socket@12, htons@4, bind@12, WSACleanup@0

I do not really understand how to link a .dll. Thanks for your help.

2007-03-13 12:50:03 · 3 answers · asked by Anonymous

Beyond designing 'pretty' images, I'm thinking along the lines of 'information design.'

2007-03-13 12:44:11 · 2 answers · asked by ser_libre82 1

2007-03-13 12:42:20 · 3 answers · asked by Anonymous

I consider myself a little knowledgeable about computers. Just looking for any insider knowledge. Thanks!

2007-03-13 12:33:19 · 9 answers · asked by **turbostance** 2

HOW DO YOU PUT DOWN A PICTURE ON MICROSOFT WORD AND THAN PUT TEXT OVER THE PICTURE . SERIOUSLY HELP ME!

2007-03-13 12:21:07 · 3 answers · asked by ? 1

I am trying to enter an html form in my blog. to show people the form; however, it is not working. Every time i publish it, it becomes a password field with a submit button. How do i keep it just text?

2007-03-13 12:14:29 · 2 answers · asked by SupraTTHeaven 2

SQL 1
SELECT lists.tp_ListId, lists.float1, lists.tp_ID
FROM lists
WHERE (((lists.tp_ListId)={guid {51ADAD28-41BD-4D04-9B28-F0FA2A26AE35}}));


SQL 2
SELECT lists.tp_ListId, DatePart('yyyy',[lists].[dateTime1]) AS [Year], DatePart('ww',[lists].[dateTime1]) AS WeekofYear, [dev_lstAssembly].float1
FROM lists INNER JOIN dev_lstAssembly ON lists.int1=[dev_lstAssembly].tp_ID
WHERE (((lists.tp_ListId)={guid {E10FA531-1F21-455F-8D9C-AA85AE1838F1}}));

Is there a way to combine 1 into 2?

2007-03-13 12:07:10 · 3 answers · asked by Akshay L 1

That allows a user to find the prime numbers between 1 and a number not to exceed 1000.

2007-03-13 11:59:20 · 2 answers · asked by Justin 4

hi,does anyone know of a gedcom type prog. that I can upload to my site and let my members enter their data ''live'' so to speak

2007-03-13 11:57:07 · 1 answers · asked by alex a 1

Does anybody know any sites that offer templates for free. These templates should use CSS.

2007-03-13 11:52:04 · 1 answers · asked by bballPlaya 2

How do you get two divs superimposed on each other? At least one has a background image defined. Also, how do I make it so that the background in one div continues to scroll vertically in proportion to the text on the page? I want it 0px for the bottom and top margins, but I can't seem to do that? Any help would be appreciated (and sarcastic remarks will not be, FYI).

2007-03-13 11:46:24 · 2 answers · asked by Sabrina . 2

If they mean "Code to read from the Keyboard"
And they for example use number. 3
And then "Code to read from file?
What does Does this mean?

2007-03-13 11:43:19 · 2 answers · asked by Anonymous

Microsoft has turned MSDN upside down again and I can't find anything. Those idiots are always re-working MSDN and right now half of Excel is missing. Microsoft's motto seems to be: If it ain't broke, break it.

I need to bold a single word in a cell using Visual Basic. I know how to do it in Excel manually, but I need to be able to program it.

Thanks

Steve

2007-03-13 11:37:44 · 2 answers · asked by blue_prince_of_dallas 2

when i try to start it it says it has to close and the send error report box shows up.

2007-03-13 11:37:30 · 8 answers · asked by derek c 1

i thought they were just like html templates but i was wrong. they looked like they were far more complicated and i don't know how to use them. please help. i would appreciate all appropriate answers. thanks!

2007-03-13 11:19:53 · 1 answers · asked by kennethau03 2

2007-03-13 11:16:35 · 2 answers · asked by eg4ever1 1

2007-03-13 11:15:40 · 7 answers · asked by dottorgrima57 2

Like if someone had a picture and then added graphics over it to hide a part of the image for whatever reason... I think I heard about an program I could get online that would do it or something like that? Any answers for me?? xo Sara

2007-03-13 11:11:40 · 2 answers · asked by Ghenghis Khunt 1

computer n computer programmings ??

how shld i start ?

what books shld i read ??


,,

2007-03-13 11:07:16 · 15 answers · asked by Anonymous

Can someone show me how to do this? Let's say I have a recordset named rsItems, which pulls records from the DB. I want to list all items found in the recordset like this:



  • descriptiondescription


  • descriptiondescription




That would list two static items in an unordered list in it's current fashion. What could would I need to add to make the list pull the info from the database and repeat the
  • inside the unordered list?

    Thanks to anyone who can help me out here!

    2007-03-13 11:04:40 · 1 answers · asked by UBigDummie 1

    0

    i'm looking for ideas for a project in C programming.
    something that is not complex, applying only the basics of it.
    preferably, something that will only use stdio.h, stdlib.h and string.h.
    thank you.

    2007-03-13 11:00:50 · 1 answers · asked by Newbody 4

    I want to have a link when you click it too for my site

    2007-03-13 10:48:01 · 3 answers · asked by jwslover12 1

    I want to build a website where users can login, use a password, create a profile, email each other, reply to each other, post videos, etc., where do go to find such a website template and/or program? Thank you

    2007-03-13 10:40:52 · 5 answers · asked by Smily Evie 2

    I want to say "click here to see our site" instead of just typing www.mysitename.com. I can do it in frontpage etc but i need it done in a html based forum. Can anyone help?

    2007-03-13 10:39:32 · 3 answers · asked by The Shadow 3

    fedest.com, questions and answers