Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #977
~8K People Reached
Favorite Tags

51 Posted Topics

Member Avatar for newvbee

Hi, Ther ir no way to use VB application softwares in Web, Web applications are distincly different,yiou cantry with DHTML or go for Dot net Windows app cannot be used as Web app With regards Venkatramasamy SN

Member Avatar for NewCoder_31
0
361
Member Avatar for lerkei

HI, Post your Queryin detail, clearly mention that what you you want to do exactly, then only peples can help tou to achieve it, with regards Venkatramasamy SN

Member Avatar for Ikram232
0
110
Member Avatar for tgifgemini

HI, there are so many methods to implement file copy, as SCBWV said, you can use Filecopy to copy the DB ToRename the File try the Follwing code Name "c:\temp\test.mdb" As "c:\temp\test1.mdb" hope this code will help you With regards Venkatramasamy SN

Member Avatar for kvprajapati
0
2K
Member Avatar for rajuprasad82

hi, asking for a complete project construction in a single question is unfare, ask your doubdts that will be answered, complete your task step by step, what you mean online project is it webbased or Lan application, give clear details where you are in the project,where you sticked, then only …

Member Avatar for Comatose
0
130
Member Avatar for smile4evr
Member Avatar for ChroNoS
Member Avatar for tegezee

Hi, Toget link from the Webpage you have to parse the Htmlcode of the webpage(you need to download the webpage first) i assumed that you have the HTML code in a text box, then simly look for the tag <a href> The links usually provided in this tag only, the …

Member Avatar for techtix
0
108
Member Avatar for Rabbz

Hi, For creating a registration form and keep track their information u need to use database... Design your form with required Controls(Textboxes, Labelbox, Command buttopn) depends on the user information you need, Creata an database with the desired fields that matches with the information you receiving in the form. for …

Member Avatar for abu taher
0
88
Member Avatar for blacknight03

HI, while using option button, it's only possible select any one from the choices offered(Male/Female) so use a varaiable to store the fieldvale,with the help of if condition assign corresponding value to the Varaible and For Multiple choices(Checkbox) u can use array or simply a string, if you are about …

Member Avatar for venkatramasamy
0
101
Member Avatar for emk4

Hi, Kindly post the algorithm here, Then people can understand better and help you you to solve the issue.... -venkatramasamy SN

Member Avatar for emk4
0
158
Member Avatar for pardeep3dec

HI, All the Above given solutions are correct and works fine, so Kindly Mark the tread as solved... -Venkat

Member Avatar for venkatramasamy
0
79
Member Avatar for abu taher

HI, Similar thread is posted with the Title of "[COLOR="Green"]MS Access vs. MySQL[/COLOR]" click the below link to visit the thread [url]http://www.daniweb.com/forums/thread5712.html[/url] Hope this will help you. With regards Venkatramasamy SN

Member Avatar for Ancient Dragon
0
100
Member Avatar for showstopper2007

HI, Kindly post your requirement with complete scenario(What you have, What you did, what you want to do additionaly), Then only people can clearly understand your requirement and possible to solve your problem With Regards Venkatramasamy SN

Member Avatar for venkatramasamy
0
50
Member Avatar for pardeep3dec

HI, You better to store the Taxtbox value in Date Variable, [CODE]Dim FrmDate as date Dim ToDate as Date FrmDate=doj.text ToDate=doj1.text SQL = "SELECT * FROM travel WHERE doj BETWEEN #" & FrmDate & "# AND #" & ToDate & "#; [/CODE] Hope this will help you, With regards Venkatramasamy …

Member Avatar for venkatramasamy
0
71
Member Avatar for venkatramasamy

Hi to All, Just override some inconvenience with the session "inporoc: mode, i decided use some other and successfully implemented the SQLServer mode, But My Webserver(Webspace Provider) doesnot support for the SQlServerMode, so again i tried for some other option, this time Stateserver, it works fine in a New Empty …

Member Avatar for venkatramasamy
0
154
Member Avatar for leedsy7

HI, No problem with the paranthesis, no issues if u palcwe or not placing the paranthesis next to the additem property. With regards Venkatramasamy SN

Member Avatar for leedsy7
0
252
Member Avatar for SpnIslander

hi sonia, to allow only capital letter the logis u used is correct, but u missed an simple thing try the following... [CODE] Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii > 65 And KeyAscii < 90 Then Else KeyAscii = 0 End If End Sub [/CODE] The above code allows …

Member Avatar for cometburn
0
264
Member Avatar for SpnIslander

HI, No problem in the code u provided thewith, it works properly, the else stament works if the val(Qtytxt).text is< 0... logically quantity cannot be in <0 zero... so the problem is with the logic u implemented, If u need help clearly mention the problem in deatil With regards Venkatramasamy …

Member Avatar for venkatramasamy
0
97
Member Avatar for sonia sardana

Hi, Use the Microsoft Windows Common Controls 6.0 Hope this will help you, with regards Venkatramasamy SN

Member Avatar for sonia sardana
0
196
Member Avatar for Church

hi, you can get that value as numer using Val() function right....!!! With regards Vnekatramasamy SN

Member Avatar for Church
0
107
Member Avatar for jaasaria

Hi, kindly write down the Scenario where u r getting the error,what is your project, what's your task...? Provide your problem in detail, then only people can help you, With regards Venkatramasamy Sn

Member Avatar for jaasaria
0
101
Member Avatar for Annex

HI, it can be easily achieved if you convert the word file to HTML file save your fiel as HTML file, From there you can easily recognize the Bold numbers(HTML puts <B></B> tags) on text parsing you can recognize the tag and then you can get the following contetent text …

Member Avatar for venkatramasamy
0
103
Member Avatar for jaasaria

HI, Kindly post your question/task in details, Then only people can extend their technical hand to support you, With regards, Venkatramasamy SN

Member Avatar for jonc
0
262
Member Avatar for dragonheart

HI, Upto my knowledge, it's not possible to read value Directly from the other applcation software, it can be achived that application software has provision to pass the Data to variable for example, Result=application(Inputdata) If that application has the facility call from external and return value to variable this is …

Member Avatar for venkatramasamy
0
339
Member Avatar for Derice

Hi, To set focus for the control you can use the Setfocus property, write the Following code in the Form_Activate event [code] Private Sub Form_Activate() Command3.SetFocus End Sub [/code] One more possible way to achive this one is, try with the Tab index property Set the Tabindex '0' for the …

Member Avatar for jireh
0
68
Member Avatar for wolfman800

HI, to acheive your task try the keycode concept and while posting your code, no need to prefix the code tag in each line, your code should starts with[code] and ends with [/code] with regard s Venkatramasamy SN

Member Avatar for jireh
0
157
Member Avatar for kartik07

HI Karthic, using MDI form yiour target can be achieved, try the MDI form if u have problem then notify it here With regards Venkatramasamy SN

Member Avatar for kartik07
0
102
Member Avatar for tulsafork

hi, with the same record set you have created, the following code will help you to get the result, [code] Private Sub see_Click() Do While Not rs.EOF if strcomp(rs!Titles,teachers.tect,vbTextCompare)=0 then books.AddItem (rs!Titles) end if rs.MoveNext Loop End Sub [/code] and instead of using while loop i suggest you to use …

Member Avatar for tulsafork
0
82
Member Avatar for hackme66

HI, Clearly mention your requirement in detail... then only people can undersatnd your requirement and make available to help you, With regards Venkatramasamy SN

Member Avatar for vbCNEW
0
84
Member Avatar for Aaraggornn

HI, if that solution not works try this one goto control panel-->user accounts-->User Access control disable the UAC(Unchek the checkbox) it will prompt for restart, restart and try your code, With regards Venktramasamy SN

Member Avatar for venkatramasamy
0
195
Member Avatar for pranavdv

Hello pranav, you are providing very poor information, with this people can't help you without properly understanding your problem/requirement, I am answering with my assumption Assumption: You have a Recordset named "RS" The Search text is in the string variable "SrchText" The Searchnumber is in the integer variable "SrchNumt" and …

Member Avatar for venkatramasamy
0
166
Member Avatar for pranavdv

HI PranavDV, Kindly depict some more details about your need, furnish the details exactly what you what to get there, then only people can help you in normal case Place the Photo's of the Persons in a folder with their name get a name(personname) in textbox display the corresponding pictute …

Member Avatar for Jx_Man
0
109
Member Avatar for kartik07

HI karthik, You can't Type data in Listbox use textbox along with a button to achieve this then load the list box items in a table on load event load the listbox with the table values i already answered for deleting a record in your previous thread right if you …

Member Avatar for choudhuryshouvi
0
142
Member Avatar for kartik07

Hi karthik, yes you can use app.path ti resolve your connection problem, we can use it from where ever you need, it takes the application folder path as App.path that is your Database should placed on the folder where you placed your application. With addition use can use Subfolder names …

Member Avatar for kartik07
0
149
Member Avatar for tcr.biju

Hi, What's your requirement exactly want to open the Wordocument by launching word or opening the doc in the Form...?

Member Avatar for venkatramasamy
0
78
Member Avatar for kartik07

HI Karthic To load items in the list box use the below code, (i assumed Rs as your record set)... rs.movefirst For i=0 to rs.recordcount list1.additem=rs!Country rs.movenext next To delete an item from the database and reflect the change in List box,use the following code Private Sub List1_KeyDown(KeyCode As Integer, …

Member Avatar for venkatramasamy
0
139
Member Avatar for venkatramasamy

Hi to Everyone, i am looking to develop an graphical chat program(objects drawn in the either screen should take effect meantime in the other end-Real time drawing) is any body there to suggest me,what tools to use enable a drawing like a simple board Thanks in Advance Venkatramasamy SN

0
48
Member Avatar for sravani

hi, VB automatically recognizes the ODBC drivers i think your question may like this... how to connect the database to Vb or how to create the ODBC driver for DB With regards venkatramasamy SN

Member Avatar for Jx_Man
0
100
Member Avatar for rajeshnrh74

HI Rajesh, If your need s about alternatively set focus to the option buttons, then the tabindex propery mightnot complete your obligation you can acheive it by using arrow keys(any one in four arrow keys...), place the option buttons in a frame now use arrow key to change selection(single key-no …

Member Avatar for Jx_Man
0
114
Member Avatar for dc_24l

Hi, the posted code woks but misses to react while first item selected(index=0) neglecting that the code written for the identical data holding listboxes, is that satisfies or need code for listboxes with different items..? Venkatramasamy SN

Member Avatar for dc_24l
0
152
Member Avatar for sm_amuda

hi, useal way to set readonly property for any fiel/foleder Right clisk the corresponding itme then mark the Readonly Chekbox click ok. The item will be set to readonly property With regards Venkatramasamy SN

Member Avatar for venkatramasamy
-1
175
Member Avatar for crazyfrog
Re: vb4

Hi Retriving source code from the EXE is not possible at all Exe contains only machine code(0's and 1's)... You may hear that have has some facility... we used to run java class files through java interpretter because compiled java prgrames will stored as class file, which as intermediate code …

Member Avatar for venkatramasamy
0
73
Member Avatar for rajeshnrh74

Hi, Tell me little clearly ,when that 3 charaters before or after the barcode reader sends the data, if it is before, then simple you can use text1.text="",else you better to get the barcode reader value in a string and then use it, if this not helps to you, give …

Member Avatar for venkatramasamy
0
264
Member Avatar for dc_24l

hi, Use len() function to get the string length Ex dim StrLen as integer Strlen=len(Text1.text) Hope tis will help you, With regards Venkatramasamy SN

Member Avatar for dc_24l
0
84
Member Avatar for TOROOOLOLOOLO

Hi, The field name you supplied with may be wring spelled or not exist the recordset you created...

Member Avatar for choudhuryshouvi
0
113
Member Avatar for dc_24l

Hi, Try the following code,it may compltes the expected operation... all the best With regards Venkatramasamy SN

Member Avatar for venkatramasamy
0
110
Member Avatar for Mpiangu

Hi, usual code... SrcStr=richtextbox1.text RichtextBox1.text=EncrText after encryption i assum that the encrptr text is stored in the The string variable EncrText If still the Problem Exists post your complete code regards Venkatramasamy SN

Member Avatar for hawisme000
0
115
Member Avatar for vassup

Hi try the Following code dim count() as integer dim SearchStr,TempStr,SourceString as string rs.movefirst For i=0 to rs.recordcount-1 redim count(i+1) preserve count(i)=0 TempStr=sourceString SearchStr=rs.fields("SearchString") while Tempstr<>"" if instr(1,Tempstr,searchstr,vbTextCompare)>0 then RefIndex=(1,Tempstr,searchstr,vbTextCompare) tempStr=mid(tempstr,refindex+len(searchStr) count(i)=count(i)+1 else tempstr="" end if wend rs.movenext next for i=0 to rs.recordcount-1 msgbox Count(i) next With Regards Venkatramasamy SN

Member Avatar for venkatramasamy
0
72
Member Avatar for Randika

HI you need to set the Time Difff in text3 control right, then use the following code under any event text3.text=DateDiff("n",cdate(text1.text),cdate(text2.text) it is suggeted to check for the valid time entry by using the isdate function Ex: if isdate(text1.text)=false then msgbox "Not Valid Time" end if hope this will help …

Member Avatar for venkatramasamy
0
142
Member Avatar for vijayasanthi

hi To override theis problem u can use textbox along with an frame that can externally handled as inputobox,because inputbox has minimal properties -N.Venkat

Member Avatar for iT_maN
0
110

The End.