Search Results

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: Marikanna
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2007
Replies: 3
Views: 13,267
Posted By Marikanna
Hi ,

I am not sure whether you like to open within a form or outside the vb app. If you like to open the pdf inside the form you can place a web browser control inside the form and use the url...
Forum: Visual Basic 4 / 5 / 6 Dec 5th, 2006
Replies: 4
Views: 2,593
Posted By Marikanna
Hi,

You can see some examples in this thread regarding Serial Comm.

http://www.daniweb.com/techtalkforums/thread56527.html

post your code if you still face the same issues.

Regards...
Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2006
Replies: 1
Views: 977
Posted By Marikanna
Hi,

You can add an *.exe in Vb from Project --> References . Click Browse and select the file type as Executable. The only condition is that the exe should have a com interface for Visual...
Forum: Visual Basic 4 / 5 / 6 Oct 24th, 2006
Replies: 1
Views: 6,981
Posted By Marikanna
Hi,

You can use Microsoft ActiveX Control Pad to do that. Its a free download. When you insert the wmp activex control it shows you all its events and properties to start coding.

Regards...
Forum: Visual Basic 4 / 5 / 6 Oct 23rd, 2006
Replies: 1
Views: 1,887
Posted By Marikanna
Hi,

I am not sure about your pupose to restrict copying files but if you like to disable the USB drive you can change the following registry key to achieve it.

...
Forum: Visual Basic 4 / 5 / 6 Oct 11th, 2006
Replies: 1
Views: 1,689
Posted By Marikanna
Hi Cos,

Can you try populating the contents to a HTML File instead of issuing a direct print? By this way you can open the HTML file and use print preview to see how it looks.

...
Forum: Visual Basic 4 / 5 / 6 Oct 5th, 2006
Replies: 6
Views: 3,475
Posted By Marikanna
Hi,

Give this a try. Call the PowerOff function from a button_onlclick instead of onload.

mscomm1.RThreshold = 34
mscomm1.commport = 1
mscomm1.settings = "19200,n,8,1"
...
Forum: Visual Basic 4 / 5 / 6 Oct 5th, 2006
Replies: 13
Views: 21,055
Posted By Marikanna
Shefali,

Once you connect try to send some hex data and check whether u recieve any data.

Connection eg:
MSComm1.CommPort = 1
MSComm1.Settings = "9600,n,8,1"
...
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2006
Replies: 7
Views: 9,656
Posted By Marikanna
Hi ,

Take a look at this app. It might be helpful to you.
Forum: ASP.NET Oct 15th, 2005
Replies: 5
Views: 15,190
Posted By Marikanna
Hi,

I am writing some sample code that generate dynamic CheckBoxes on PageLoad and dynamically displays which one has been selected.



'Declarations

Dim ckb(7) As CheckBox...
Forum: Visual Basic 4 / 5 / 6 Aug 25th, 2005
Replies: 2
Views: 1,340
Posted By Marikanna
Hi

Can you post the program as a zip format attachment. It will be easy to check.


Marikanna
Forum: Visual Basic 4 / 5 / 6 Aug 25th, 2005
Replies: 1
Views: 1,636
Posted By Marikanna
Hi

Take a look at the attachment. It should help you.


Marikanna
Forum: Visual Basic 4 / 5 / 6 Aug 25th, 2005
Replies: 1
Views: 1,297
Posted By Marikanna
Hi

Make an ".exe" file out of the project and you should be able to run the same program in as many windows as you want.



Marikanna
Forum: ASP.NET Aug 14th, 2005
Replies: 8
Gis
Views: 3,964
Posted By Marikanna
Hi

Can you tell me which database to use with ?

Thanks
Forum: ASP.NET Aug 14th, 2005
Replies: 8
Gis
Views: 3,964
Posted By Marikanna
Hi

I went through the websites. It looks like there is now specific information on what will the best one to choose. So it will be helpful if can suggests me on which software to use for a...
Forum: ASP.NET Aug 13th, 2005
Replies: 8
Gis
Views: 3,964
Posted By Marikanna
Hi

Thanks for your quick reply. Actually I am open to these two softwares. Can you please explain the advantages of both of them.


Thanks
Forum: ASP.NET Aug 13th, 2005
Replies: 8
Gis
Views: 3,964
Posted By Marikanna
Gis
Hi

I am very new to GIS Technology with Asp.Net. I have developed a map. Now I want to post this map in a webpage. I am using ArcView.
Any help is much appreciated.
Forum: Visual Basic 4 / 5 / 6 Aug 12th, 2005
Replies: 9
vb
Views: 2,298
Posted By Marikanna
Hi

I your looking for what u need for developing an invertory application, have a look at the code at www.vbcode.com/code/GARAGEPROGRAM.zip . Its a carshop invertory application. It might give...
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005
Replies: 10
Views: 3,876
Posted By Marikanna
Hi

I am attaching a timer project. Look at it. It has three text box where u can enter the time u want the timer to go on. once it touches zero it will count back till the same time u entered. ...
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

Here is the correction. Change this line

"C:\Documents and Settings\Me\Desktop\New Folder\Stats\file.txt" & item & "file.txt"

in Private Sub lstteams_Click() to

...
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

Copy all the files in the sample folder and paste it in the folder currently you have the project. Also check for the file path.


Marikanna
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

Can you please check whether you have entered Option Explicit in General Declaration or anywhere in the code. If its then please delete the Option Explicit.


Marikanna
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

Can you say which line its pointing to or highlighting when you click debug ? Because its running without any error in my system.


Marikanna
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi


Try this code. It will close the file.




Private Sub Form_Load()
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

I got a doubt. When you run the project in the sample folder and then click on A(item in the list box) it shows up the contents of file1.txt in the Label. And then when u click on B is the...
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

I hope I understood the problem. So you have text files like File1, File2, File3, File4 and in the List box say you have A,B,C,D,E. Now when you click on A, File1 should show up in the...
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

This will solve the muti line display problem in the label. Still I couldn't get a correct picture of what you are loading in the list box when the form is loaded and what it should...
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

Change all the file path to C:\sample\sample\ . It was previously written C:\sample .

It should work now.



Marikanna
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2005
Replies: 27
Views: 4,548
Posted By Marikanna
Hi

I am attaching a sample program which initially loads all the file name into a List Box and then when you click on each item in the List Box it opens up the specified text file and display...
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2005
Replies: 1
Views: 1,635
Posted By Marikanna
Hi,

There are basically two reasons for getting that error.

1. File may be read-only. Check whether any of the screen is marked as Read-Only.

2. Project file may be corrupted.

If...
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2005
Replies: 2
Views: 2,174
Posted By Marikanna
Hi,

I am attaching the zip file contaning the modified version of your project. It now shows the Report with the Data. I guess this is what you did like to see.


Marikanna

...
Forum: Visual Basic 4 / 5 / 6 Aug 7th, 2005
Replies: 6
Views: 3,733
Posted By Marikanna
Hi

I am attaching a zip file which contains some code to play with reading and writing to a text file. When you update it will not replace the line but add as a new line. Hope it helps.
...
Showing results 1 to 32 of 32

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC