Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: venkatramasamy
Forum: ASP.NET Sep 13th, 2008, 1:45 AM
Replies: 3
Views: 122
Posted By venkatramasamy
Re: Probelm in implementing Sessionmode=Stateserver

Hi,
Than You for your reply,

explain it clearly with example, i'll tried in several ways with reference to many frums and MSDN, So kindly reply with specific and example with...
Forum: ASP.NET Sep 12th, 2008, 11:51 PM
Replies: 3
Views: 122
Posted By venkatramasamy
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
Posted By venkatramasamy
Smile Re: Chat program

HI Jitesh


Thank u for Your reply,


-Venkatramasamy SN
Forum: ASP.NET Dec 19th, 2007, 10:22 PM
Replies: 0
Views: 422
Posted By venkatramasamy
Post 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
Posted By venkatramasamy
Post 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
Posted By venkatramasamy
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
Posted By venkatramasamy
Post 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
Posted By venkatramasamy
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
Posted By venkatramasamy
Smile Re: Hello

Hi,

welcome dear,

Ever Friendly,
venkatramasamy SN
Forum: Visual Basic Nov 23rd, 2007, 1:37 AM
Replies: 5
Views: 306
Posted By venkatramasamy
Smile Re: how to run command prompt with admin rights

hi

to run the command prompt as administrator use the following

C:\Windows\System32\cmd.exe /u:Administrator "%windir%\System32\reg.exe ADD...
Forum: Visual Basic Nov 22nd, 2007, 10:26 PM
Replies: 3
Views: 304
Posted By venkatramasamy
Post 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
Posted By venkatramasamy
Re: how to run command prompt with admin rights

hi,
Thank you

venkatramasamy SN
Forum: Visual Basic Nov 21st, 2007, 4:36 AM
Replies: 1
Views: 180
Posted By venkatramasamy
Thumbs up 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
Posted By venkatramasamy
Exclamation Re: how to run command prompt with admin rights

Hi,

I logged in as administrator, i am asking about programatically run the command with admin rights(logged i as administrator)

Thanks in advance
Forum: Visual Basic Nov 21st, 2007, 12:50 AM
Replies: 5
Views: 306
Posted By venkatramasamy
Post 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
Posted By venkatramasamy
Post 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
Posted By venkatramasamy
Re: Hello My name is Wajeeh.

Hi, Wajeesh,
Welcome
Forum: Other Programming Languages Nov 20th, 2007, 3:53 AM
Replies: 9
Views: 514
Posted By venkatramasamy
Thumbs up 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
Posted By venkatramasamy
Exclamation 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
Posted By venkatramasamy
Smile Re: VB6 Drivelistbox problem on WindowsVista

hi,
thanks jabo...

Your information is very useful....

The program didin't rise any boxes n' asking for any rights

Venkatramasamy SN
Forum: Other Programming Languages Nov 19th, 2007, 3:34 AM
Replies: 9
Views: 514
Posted By venkatramasamy
Smile 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
Posted By venkatramasamy
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...
Showing results 1 to 22 of 22

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:56 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC