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...
User Profile
Collapse
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
hi,
i refered the information / functions written in dll
regards,
vijay...Leave a comment:
-
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 -
Reading DLL through VB
HI Guys,
Any one can help to know the possibilities of reading data from DLL file through VB
regards,
vijay -
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...Leave a comment:
-
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,
vijayLeave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
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)...Leave a comment:
-
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 -
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,
vijayLeave a comment:
-
ASP.Net
can anyone tell me the use of AutoPostBack and AutoEnentWireup properties -
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 -
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,
vijayLeave a comment:
No activity results to display
Show More
Leave a comment: