Tagged Questions

0
votes
1answer
20 views

Downloading pictures/Word documents using ASP.NET

If I put the following code: Response.ContentType = "image/jpeg" Response.AppendHeader("Content-Disposition", "attachment; filename=capitol.jpg") Response.WriteFile(Ma …
0
votes
4answers
119 views

Basic code to Delphi

I'm struggling with the following: The goal is to parametrize an automation server for openoffice and I'm programming in Delphi. The piece of basic code I want to translate into …
0
votes
0answers
9 views

How to display the Authentication Challenge in UIWebView?

I am trying to access a secure website through UIWebView. When I access it through safari, i get an authentication challenge but the same does not appear in my UIWebView in the app …
0
votes
1answer
70 views

how are wpf and silverlight different?

can anyone tell me what is the difference in wpf and silverlight, what features has been added and removed from wpf in order to get silverlight.
1
vote
6answers
159 views

Replace last string

I want to replace the last String which is a "," with ")" Suppose the string is Insert into dual (name,date, to be converted to Insert into dual(name,date)
1
vote
2answers
85 views

Popular Mechanics article on BASIC [closed]

I remember reading an article in Popular Mechanics circa late 1970s introducing BASIC (with simple examples) that I think (IIRC) was my first exposure to programming. Anyone else …
0
votes
3answers
47 views

after reading Simply Rails 2

If I have only the information in Simply Rails 2 now and I want to create more complicated apps next, what should I do to learn that?
0
votes
1answer
86 views

firefox in ubuntu : how to automate basic authentication password confirm dialog

Hi, I have an ubuntu workstation with firefox always open on a (autorefreshing) web page protected by basic auth. At startup, I have autologin and automatic firefox start on the …
0
votes
3answers
1k views

InstallShield 2009 basic MSI silent install: how to set “Repair” by default

Install shield premiere 2009: Basic MSI from command line typing setup.exe /s /v/qn installs silently. But if its installed once before it chooses "Modify" by default and doesn't g …
4
votes
8answers
818 views

What does DIM stand for in Visual Basic and BASIC?

What does DIM stand for in Visual Basic?
0
votes
5answers
207 views

I can’t see my other projects in Eclipse!

Hi all. I've been using Eclipse with each project in a separate window by right clicking on a project and selecting Open in New Window. This worked fine, but suddenly... even when …
0
votes
2answers
117 views

How to run .dll program?

Hi all, I want to use Run("someProgram.exe") command using BASIC language. This will open the 3rd application program. If that program running using .dll(not sure if it possible) …
0
votes
1answer
92 views

SimpleModal Basic Modal Dialog: how to open unique windows within the same page?

Hi there, I'm using the SimpleModal Basic Modal Dialog and am having trouble using it to open more than one unique window on a page (I don't need them to open at the same time or …
1
vote
3answers
112 views

Are there still BASIC compilers/interpreters that use line numbers?

When I learned to program, (30 years ago) I was using a ZX-81 which used line numbers to label every line of code. The Sinclair QL I had next did support this too but also allowed …
2
votes
7answers
208 views

Can anyone recall my favorite childhood programming book?

Way back in the late 80s I was learning to program on my Tandy 2000 which had two 5.25" disk drives. My grandmother bought be a programming book from Radio Shack. It was a great bo …

1 2 3 4 next
15 30 50 per page