Click here to Skip to main content
15,892,537 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionaudio recording problem with mciExecute(). Pin
kadkir26-Oct-07 0:05
kadkir26-Oct-07 0:05 
AnswerRe: audio recording problem with mciExecute(). Pin
Dave Kreskowiak26-Oct-07 5:36
mveDave Kreskowiak26-Oct-07 5:36 
Questionhelp with mapping from the server to the local host Pin
Aikho25-Oct-07 23:39
Aikho25-Oct-07 23:39 
AnswerRe: help with mapping from the server to the local host Pin
pmarfleet25-Oct-07 23:49
pmarfleet25-Oct-07 23:49 
QuestionProblem in Array(VB6) Pin
Paramhans Dubey25-Oct-07 23:18
professionalParamhans Dubey25-Oct-07 23:18 
AnswerRe: Problem in Array(VB6) Pin
Christian Graus25-Oct-07 23:53
protectorChristian Graus25-Oct-07 23:53 
AnswerRe: Problem in Array(VB6) Pin
Dave Kreskowiak26-Oct-07 5:33
mveDave Kreskowiak26-Oct-07 5:33 
QuestionFrame Tag..., Pin
Member 387988125-Oct-07 22:31
Member 387988125-Oct-07 22:31 
Hi I have a login page...,
After enter that username,pwd it will go to default.aspx page...,
In that default.aspx page i have displayed some usercontrols and one iframe tag...,
In that iframe i have displayed other aspx page...,
In that aspx page i have said when the session(userid)=0 go to login.aspx page like...,

Code:
If Val(Session("userid")) = 0 Then
Response.Write("Your Session Expired.....")
Server.Transfer("login.aspx")
End If


so when the session expires it showing the login.aspx page in inside the default.aspx page iframe control...,
But it have to show when the session is expires login.aspx page on whole page...,
It mean it have to come outside of the default.aspx page also...,

So i have used javascript & modified code as...,

Code:
If Val(Session("userid")) = 0 Then
Response.Write("")
Response.Write("window.open('login.aspx','_top')")
Response.Write("")
End If

But in this i am getting error inside the iframe tag...,
I hope u peoples understand my probs,
Plz help me to solve this...,
Advance thanks,

Regards,
Magi

AnswerRe: Frame Tag..., Pin
SHatchard25-Oct-07 22:39
SHatchard25-Oct-07 22:39 
Questiontrying to zoom the control Pin
eyes200725-Oct-07 22:11
eyes200725-Oct-07 22:11 
AnswerRe: trying to zoom the control Pin
Dave Kreskowiak26-Oct-07 5:27
mveDave Kreskowiak26-Oct-07 5:27 
QuestionHow to add Unicode string in String Table. Pin
birajendu25-Oct-07 21:36
birajendu25-Oct-07 21:36 
AnswerRe: How to add Unicode string in String Table. Pin
Dave Kreskowiak26-Oct-07 5:24
mveDave Kreskowiak26-Oct-07 5:24 
QuestionExecute a shell/dos command and get the return value or return status Pin
nishkarsh_k25-Oct-07 20:40
nishkarsh_k25-Oct-07 20:40 
AnswerRe: Execute a shell/dos command and get the return value or return status Pin
Dave Kreskowiak26-Oct-07 5:19
mveDave Kreskowiak26-Oct-07 5:19 
QuestionHow to achieve right text aligned labels in Vb 2005. [modified] Pin
nishkarsh_k25-Oct-07 20:19
nishkarsh_k25-Oct-07 20:19 
AnswerRe: How to achieve right text aligned labels in Vb 2005. Pin
Tom Deketelaere25-Oct-07 20:50
professionalTom Deketelaere25-Oct-07 20:50 
GeneralRe: How to achieve right text aligned labels in Vb 2005. Pin
nishkarsh_k25-Oct-07 22:43
nishkarsh_k25-Oct-07 22:43 
AnswerRe: How to achieve right text aligned labels in Vb 2005. Pin
darkelv25-Oct-07 20:56
darkelv25-Oct-07 20:56 
GeneralRe: How to achieve right text aligned labels in Vb 2005. Pin
nishkarsh_k25-Oct-07 22:47
nishkarsh_k25-Oct-07 22:47 
GeneralRe: How to achieve right text aligned labels in Vb 2005. Pin
darkelv26-Oct-07 0:06
darkelv26-Oct-07 0:06 
AnswerRe: How to achieve right text aligned labels in Vb 2005. Pin
Luc Pattyn26-Oct-07 3:36
sitebuilderLuc Pattyn26-Oct-07 3:36 
QuestionHelp Me Pin
qauzi25-Oct-07 20:03
qauzi25-Oct-07 20:03 
QuestionRe: Help Me Pin
CPallini25-Oct-07 22:12
mveCPallini25-Oct-07 22:12 
AnswerRe: Help Me Pin
qauzi26-Oct-07 3:07
qauzi26-Oct-07 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.