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

2007-03-19 07:02:04 · 12 answers · asked by Aaron C 1

2007-03-19 06:57:40 · 7 answers · asked by G.Mc 1

Dim is_drawing As Integer

'Form event procedures:

Private Sub Form_Load()
is_drawing = False
End Sub

Private Sub Form_MouseDown(Button As_ Integer, Shift As Integer, X As Single_ , Y As Single)
is_drawing = True
CurrentX = X
CurrentY = Y
End Sub

Private Sub Form_MouseUp Button As_ Integer, Shift As Integer, X As Single_ , Y As Single)
is_drawing = False
End Sub

Private Sub Form_MouseMove Button As_ Integer, Shift As Integer, X As Single_ , Y As Single)
If is_drawing Then Line -(X, Y)
End Sub

2007-03-19 06:36:03 · 3 answers · asked by mombro 2

How do I set a default value for a yes/no checkbox in Access? I've tried setting it to "True" but that doesn't seem to be working.

2007-03-19 06:20:39 · 3 answers · asked by Ashley 2

I got no details

2007-03-19 06:19:39 · 5 answers · asked by gameworm 1

What is a good website / discussion group that I can ask specific questions on Excel VBA?

2007-03-19 05:59:21 · 2 answers · asked by jcueland 1

iv'e had this idear for a computer program that may make my life alot easyer when it comes to paying bills and working out when they have to be payed and how much to pay. Theres alot more to it than that but thats just part of the idear, can anybody help me. so the question is how do i start to desine it, and what program should i use to create it, how do i go about making this idear come true

2007-03-19 05:39:58 · 2 answers · asked by nick s 2

i am a bigineer in microcontroller programming.I am trying my best in assembly language but
but facing problems in real world applications. so, tell me can i do programme a microcontroller throung any high level language.
Thanks!

2007-03-19 05:30:19 · 2 answers · asked by ashish_snehal 1

Can anybody give me a link to a website which offers counter for viewing the photos on a website

2007-03-19 05:27:18 · 3 answers · asked by Ricky 2

I would be paying for it, not my company. I am looking for something I can get relatively quick.

2007-03-19 05:26:32 · 1 answers · asked by Capt Phil 2

I am new to SQL and have been working with Access for the past year. I want to be able to build forms with automation but need to learn the usage of structured query language to do so.

2007-03-19 05:18:01 · 3 answers · asked by Cam the Man 1

I have to design and code a program using Visual Basic for my VB class. It is completely open-ended so pretty much whatever I feel like doing. So I'm opening this up to you guys. Got any cool ideas?

2007-03-19 04:44:27 · 6 answers · asked by imustflee 1

And free.

2007-03-19 04:37:18 · 4 answers · asked by usacountrygrit 2

At 6:00 pm each Sunday the company receives electronic information on passenger bookings into its data warehouse from a number of external companies. This data is used to prepare reports for a Directors’ meeting at 8.00 am on Monday. Over the last 3 months the reports have often not been ready in time for the 8:00 am deadline. As a IT Professional, how would you approach resolving this problem and what would you take into consideration in doing so?

2007-03-19 04:25:59 · 3 answers · asked by BMW_323 1

Is PHP like ASP.NET, which use an object oriented approach ?

2007-03-19 04:10:31 · 6 answers · asked by Anonymous

I am trying to develop on the cheap a nice looking website for my small business. I have played around with Microsoft Front Page for a month now and can't seem to figure out how to make a website that looks as nice as most of my small business competitors. Is it possible to just copy someone else's web site (graphics, layout, pictures, text) and edit it for my own use with information specific to my own company.

(Do not bother to tell me it is not legal or moral etc)

2007-03-19 03:46:15 · 7 answers · asked by Anonymous

2007-03-19 03:41:59 · 6 answers · asked by rheidenreich 1

I have been using visual basic .net 2005 to write programs for the parellel port. Allowing me to light up leds from custom circuits. My question is.. Does anyone know who i can do with using USB? I know it is complex, but i want to do this from scratch, i.e. no premade circuit to help. Hope someone can help

2007-03-19 03:36:49 · 2 answers · asked by paulroseby 1

I am working in a s/w firm as a php developer, now want to change working domain for better career prospect. I think learning dot net is a fast one. Any other domain which can help me or i can learn within one month with good career prospect. Any help would be appreciated. thanx in advance :)

2007-03-19 03:34:52 · 6 answers · asked by Anonymous

Can we used only one language instead of both, if no, then why, what are there uses in web pages. Please Help Me.

2007-03-19 03:34:21 · 3 answers · asked by smart devil 1

i need a webside where it would help me make a restaurant menu if you know of a webside please tell me

thank you

2007-03-19 03:24:19 · 1 answers · asked by Nancy 3

i hv to make this vb prgm in which i hv to place font size and type in 2 different text boxes according which date which is displayed on label gets changed accordingly

someone told me following coding but there is some error and i cant solve it

Private Sub Command1_Click()
Dim aa As String
Label1.Caption = " 19 march 2007 "
Label1.FontSize = Val(Bold.Text)
aa = Text2.Text
If aa = "bold" Then
Label1.Font.Bold = True
Label1.Font.Italic = False
ElseIf aa = "italic" Then
Label1.Font.Italic = True
Label1.Font.Bold = False
Else
Label1.Font.Bold = False
Label1.Font.Bold = False
End If
End Sub

Private Sub Command2_Click()
End
End Sub

Private Sub Command3_Click()
Label1.Caption = ""
End Sub

2007-03-19 03:17:19 · 3 answers · asked by parwan005 1

2007-03-19 03:12:09 · 3 answers · asked by sexy s 1

can anyone explain what it does, maybe with a simple example? It has always confused me!
thanks

2007-03-19 03:04:15 · 5 answers · asked by Anonymous

Hi There,
I was asked to write a bit of code to open a website friday at midnight, login and click on an export button on that site.

I've decided to do this by using frames. The first frame contains my JavaScript code, second frame contains the webpage. I don't know however what code to use to put my information into the form fields. Does anyone know how to do this? And if not, is there an easier way?

Thanks
Eric

2007-03-19 02:59:10 · 6 answers · asked by yoelbenyossef 2

Hi there,

I am planning to build my own ecommerce webiste where i can sell my products, I do know that I have to have a domain name plus hosting provider but before going on that bit where do i design my site? please mention if you have any good ones?

I heard that front page is no more good as it use to be, do you guys recommend me any other good ones in the market? I dont really know much about designing website but I heard that you dont really need a knowledge to build or design your site, is it true?

I find that html or hand coding ones to design the site are really hard as i dont have that much knowledge about it, but i would appriciate if someone reccomend me good software where I can build WYSIWYG (whate you see is what you get) ones. Which also has extara features of tables or rows like in most sites.

The other thing about the hosting is that, do you attract more people by expensive hosting or the way you design and by your price of product

thx 10pts gud ans!!

2007-03-19 02:58:41 · 4 answers · asked by slash 2

2007-03-19 02:38:01 · 3 answers · asked by biplab m 1

2007-03-19 02:33:09 · 1 answers · asked by sunil 1

fedest.com, questions and answers