Forum: ASP.NET
Sep 13th, 2008, 1:45 AM
|
|
Replies: 3
Views: 122
|
Forum: ASP.NET
Sep 12th, 2008, 11:51 PM
|
|
Replies: 3
Views: 122
Probelm in implementing Sessionmode=Stateserver
Hi,
i am to use Stateserver mode for sessions, for me it works fine in a new project, and throws error while using on old project, i am using vs20003(DOTNET1.1)
The Error is:
"Unable to serialize...
|
Forum: ASP.NET
Sep 12th, 2008, 11:44 PM
|
|
Replies: 4
Views: 604
|
Forum: ASP.NET
Dec 19th, 2007, 10:22 PM
|
|
Replies: 0
Views: 422
Drawing shapes
Hi,
I am trying to develop an drawing board,like MSpaint,
I use the follwing code to draw an circle while cliking a button
Protected Sub BtnCircle_Click(ByVal sender As Object, ByVal e As...
|
Forum: Visual Basic
Dec 6th, 2007, 1:17 AM
|
|
Replies: 2
Views: 385
Re: Searching A Record
HI Tau,
The details you furnished is not sufficient to guide you on right direction, the reason no information provided about the direction you want to go,
just tell me what database you are using...
|
Forum: ASP.NET
Dec 2nd, 2007, 10:13 PM
|
|
Replies: 4
Views: 604
Re: Chat program
hi,
thank you for your reply,
that code you send has two problems
1. that redirects the page(i need the page remain same)
2. the msg showm on the address bar(dont want to show on address...
|
Forum: ASP.NET
Dec 1st, 2007, 1:32 AM
|
|
Replies: 4
Views: 604
Chat program
hi,
i ma new to ASP, good in Vb,
now i am trying to write a chat program,i want ot know that how to transfer the text from one form to another,
i tried response.redirect and server.transfer in the...
|
Forum: Visual Basic
Nov 29th, 2007, 9:43 PM
|
|
Replies: 3
Views: 304
Re: Registry Edit
Hello Ancient dragon,
thank you for spending your time here
just tell me your suggestion to update the registry value properly,
Thanks in advance
Venkaramasamy SN
|
Forum: Community Introductions
Nov 26th, 2007, 3:43 AM
|
|
Replies: 1
Views: 178
Re: Hello
Hi,
welcome dear,
Ever Friendly,
venkatramasamy SN
|
Forum: Visual Basic
Nov 23rd, 2007, 1:37 AM
|
|
Replies: 5
Views: 306
|
Forum: Visual Basic
Nov 22nd, 2007, 10:26 PM
|
|
Replies: 3
Views: 304
Registry Edit
Hi,
I use thefollowing code to Disable the UAC in windows Vista through registry access
KeyFound = myReg.UpdateKey(HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Policies\System",...
|
Forum: Visual Basic
Nov 21st, 2007, 11:46 PM
|
|
Replies: 5
Views: 306
|
Forum: Visual Basic
Nov 21st, 2007, 4:36 AM
|
|
Replies: 1
Views: 180
Re: Registry edit Programatically
Hi to every one
Problem solved with the Following code
Dim myReg As New Registry, KeyFound As Boolean
KeyFound = myReg.UpdateKey(HKEY_LOCAL_MACHINE,...
|
Forum: Visual Basic
Nov 21st, 2007, 3:23 AM
|
|
Replies: 5
Views: 306
|
Forum: Visual Basic
Nov 21st, 2007, 12:50 AM
|
|
Replies: 5
Views: 306
how to run command prompt with admin rights
hi,
i need to execute the following line to disable the UAC
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA...
|
Forum: Visual Basic
Nov 21st, 2007, 12:23 AM
|
|
Replies: 1
Views: 180
Registry edit Programatically
Hi,
I want to disable UAC in Windows vista Programatically
for that i need to Modify the Register as the below shown
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System...
|
Forum: Community Introductions
Nov 20th, 2007, 3:56 AM
|
|
Replies: 3
Views: 148
|
Forum: Other Programming Languages
Nov 20th, 2007, 3:53 AM
|
|
Replies: 9
Views: 514
Problem Solved
Hi to All
Thanks Jabo,
Ya, the problem is with the UAC,problem solved with turn off the UAC
Thank you once again
Venkatramasamy SN
|
Forum: Other Programming Languages
Nov 20th, 2007, 1:07 AM
|
|
Replies: 9
Views: 514
Re: VB6 Drivelistbox problem on WindowsVista
Hi to all,
i diagnised that,it rises the error number 259 while it fails,somewhere i heared that is an win32 error,
is anybody there to give more information regarding this porblem.
Thanx in...
|
Forum: Other Programming Languages
Nov 19th, 2007, 3:59 AM
|
|
Replies: 9
Views: 514
|
Forum: Other Programming Languages
Nov 19th, 2007, 3:34 AM
|
|
Replies: 9
Views: 514
Re: VB6 Drivelistbox problem on WindowsVista
hi to all,
Thanks for all who viewd and replied
Some more info about the Drivelistbox problem environment
1. I am working with AdminRights
2.The Exe working Properly on other versions of...
|
Forum: Other Programming Languages
Nov 17th, 2007, 12:03 AM
|
|
Replies: 9
Views: 514
VB6 Drivelistbox problem on WindowsVista
Hi,
currently i am placed in Bugfixing on a Vb6 project,i am reported with the product is not properly working in Windows Vista,later i found that problem is with the drivelistbox,that doesnot shows...
|