User Profile

Collapse

Profile Sidebar

Collapse
cvraghavan1979
cvraghavan1979
Last Activity: Feb 26 '08, 05:54 AM
Joined: Jan 18 '08
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cvraghavan1979
    replied to Reading DLL through VB
    Hi,

    Have A Nice Day!. i want to check whether we have any options to access the content of a dll in readable form, as i am trying to perform functions to access the procedures & functions used in some of the projects that i got through my friends.

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Reading DLL through VB
    hi,

    the dll that i was created in vb6. i have some functions in that dll. i want to check the contents that i've written in that dll.

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to ABout Data Report
    hi,

    why can't u go for crystal reports [seagates / busiess objects] has many features than the data report. even the pbm of "Larger Report Width" can be solved. contains the text box with option autosize that reduces the complexity in desgning. working with it also will b easier.

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Join query with foreign key
    Hi,

    u've written that the user_id is in a separate database, then how u r linking the tables info and registry. to perform a join there should b atleast one column in common, but u'ven't used to common column in query. may b that's the pbm.

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Join query with foreign key
    join query with foreign key



    Hi,

    u've written that the user_id is in a separate database, then how u r linking the tables info and registry. to perform a join there should b atleast one column in common, but u'ven't used to common column in query. may b that's the pbm.

    regards,
    vijay...
    See more | Go to post
    Last edited by cvraghavan1979; Feb 3 '08, 11:23 AM. Reason: spelling

    Leave a comment:


  • cvraghavan1979
    replied to Reading DLL through VB
    Hi,

    I am Vijay. I wish u success for ur effort on creating a new OS. but to keep the code in a safe way is thr any other way in vb than the dlls. 'coz i want to make them through dlls, as i want to share the code across applications. ocx will not help me as i am working with concepts / ideas not with controls.

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Reading DLL through VB
    hi,

    i've created a dll through vb. but i've lost the source file. so i want to know whether we can get the details in the dll file in readable form.

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Reading DLL through VB
    hi,

    i refered the information / functions written in dll

    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    started a topic Accessing Registry Through VB API

    Accessing Registry Through VB API

    Hi Guys,

    can we able to access, create or modify registry values, creating our own keys in registry through VB

    regards,
    vijay
    See more | Go to post

  • cvraghavan1979
    started a topic Reading DLL through VB

    Reading DLL through VB

    HI Guys,

    Any one can help to know the possibilities of reading data from DLL file through VB

    regards,
    vijay
    See more | Go to post

  • hi,
    is the field u r verfying is of type number. why can't u try to use
    e = val(text1.text)
    also check whether u've used any keyword as the fieldname in the table. The fieldname : Name, date like this also will affect the execution of the query.
    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Need help to start learning oracle
    Hi,

    u better start with DBMS, RDBMS Concepts
    Have an idea of the database storage.
    Start with Oracle datatypes, basic statements.
    learning oracle is not a tough job. good luck for your try.
    i've no dea on books for oracle, but surely i'll send the details abt them soon
    regards,
    vijay
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Updating Multile rows in a table
    Hi,

    can u send the exact form of original data and the data form u want to convert with. i couldn't get the clear idea of the modification u require.
    regards,
    vijay...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to UserName & Password
    hi ali,

    pls try

    sub txtUserName_Key press( )

    if keyascii>=65 and keyascii<=122 'ascii for A- Z
    keyascii = keyascii + 32 ' 65 + 32 : 97 , 97 - 122 : a - z
    end if
    end sub...
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    replied to Query In Vb
    hi arali,
    Please check the code.

    [CODE=vb]Sub getdata()

    Dim rs As New Adodb.Recordset
    Dim strsql As String

    txtstuname.Text = "" ' clearing name textbox

    strsql = "select stuname from students where regno = " & Val(txtregno.Te xt)
    rs.Open strsql, cn
    If Not rs.Eof Then
    If Not IsNull(rs(0))
    txtstuname.Text = rs(0)...
    See more | Go to post
    Last edited by Killer42; Jan 29 '08, 09:55 PM. Reason: Added CODE=vb tag

    Leave a comment:


  • cvraghavan1979
    started a topic ASP.Net
    in .NET

    ASP.Net

    Hi guys,

    i want to know the difference between the Code- behind file and the inline model of coding in asp.net. pls send me a sample of using them.
    regards,
    vijay
    See more | Go to post

  • cvraghavan1979
    replied to executing Stroed procedures using .net
    in .NET
    hi,

    thank u mathew. i got an idea of using the stored procedures through the example given by you. thank u for ur timely help. looking forward for a good team work with u and other team members. Have A Nice Day!
    regards,
    vijay
    See more | Go to post

    Leave a comment:


  • cvraghavan1979
    started a topic ASP.Net
    in .NET

    ASP.Net

    can anyone tell me the use of AutoPostBack and AutoEnentWireup properties
    See more | Go to post

  • cvraghavan1979
    started a topic Using Triggers / Stored procedures

    Using Triggers / Stored procedures

    Hi guys,
    let me know the difference between the use of direct queries and the stored procedures [SQL Server] / Triggers. also pls specify the advantages of using the stored procedures / triggers.
    regards,
    vijay
    See more | Go to post

  • cvraghavan1979
    replied to executing Strerd procedures using .net
    in .NET
    dear nathan,

    warm greetings from vijay. thank u for the infromation. i got the details from HowTos. i am working as tech.head in eSwasthik Solutions, cbe, TN, India. due to some pro work i couldn't able to check the site for quite some days.

    regards,
    vijay
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...