335 byte By
umerkk at 2007-11-20 11:22:46
Hii am making an application with tapi which will catch the key pressed by user in a call, i m learning tapi and after 2 months i have succeeded in Making Call, Recieving call in Tapinow i want to catch the tones/Digits Pressed BY User in a call, If anyone have some code please share with meThanks...
697 byte By
High_D at 2007-11-20 11:23:00
The project properties/assemby info all reference my correct project name...when I install the service via VS2005 setup project it shows up in the services screen as the project name. If I write to the event log myself the "Source" column always shows the correct project name...However when the ser...
163 byte By
bheller at 2007-11-20 11:23:08
I am in need of a powerful serial port monitor to use with my .net application. Do you know of any free versions/that come along with source code??<br/>thanks
Hi,I have some running process MyProc.exe.Inside this process I play with MS-SQL or Oracle queries through ODBC provider. Obviously MyProc.exe sends to the connected database some DB queries like "select count(1) from SomeTab"or "insert into SomeTab values (1, 'xxxx')", etc.I'd like t...
245 byte By
andy38 at 2007-11-20 11:24:56
Hi, Using Vb net(2005) in Windows Forms, I have found this applicaton on your site " DualListManager_Demo.zip". Since I am not in C++ I am wandering where I could find a version of this application in Vb net (2003 or 2005). Thank you in advance.
I have created one project which is working fine,but there is one big problem,i.e. when we add, modify or delete records it gets properly updated in the dataset as well as in the dtabase.I close the project and check the database it sores data properly but when i re-execute the project data in the d...
plz anyone know about displaying data in excel files using c# on command prompt thats using console application plz help me
I'm working on creating a new system to replace the current system we are using. The means writing a program to load all the data in the old system, convert it to the new system, and initialize the new system.The program currently does this.Drop triggersDrop tablesCreate tablesLoad old dataCon...
Windows XPExcel 2003I am trying to create a macro that will take the seletion made in a combobox and add it to whatever is in a cloumn. If the column is empty then nothing happens.For Example:ComboBox Entry "Test"ID (Column A) - Before1234456776459999 empty cell 123456ID (Column A) - After1234 Test4...
I have some process MyProc.exe that runs.<br/>It contains from a few dll-s.<br/>Each dll has their own progID.<br/>How I can get it?<br/>Thanks in advance.<br/>Regards,<br/>John.
734 byte By
mamian at 2007-11-20 11:26:55
I have a project made with VB6 using RDO connection to connect to SQL 2000 to a database with collation sequence SQL_Latin1_General_CP1_CI_AS, same collation is used for the columns, This database contains Arabic Data in VARCHAR fieldsI wrote a small program with VB.Net 2005 that connect to the same...
I am trying to find a way to copy specific rows from one workbook to another workbook. What I would like to do is to select the file I want the rows to come from, give some kind of criteria, and then have the rows copied into my new workbook.If it makes it easier, I would not mind if I was able to s...
312 byte By
xtr at 2007-11-20 11:28:28
Hi im doing a project that needs to be finished VERY soon and i have no idea how to do it... Its a fairly basic program but im terrible with visual basic. Would someone please help me with my program. I am willing to pay if someone would do it for me aswel.Please respond asapThanks very much...
341 byte By
werp at 2007-11-20 11:29:06
I'm writing the following code and can't get Debugger output. What's wrong with this code:Sub Main() Try Dim YaBetch As DateTime = New DateTime(2007. 9, 31) Catch ex As Exception Debugger.Log(1, ex.Source.ToString(), ex.Message.ToString()) End TryEnd Su...
170 byte By
shaminda at 2007-11-20 11:29:09
I converted a visual basic.net 2003 program to visual basic 2005. After the conversion the buttons and text boxes dont have the visual basic 2005 look. How do I fix this?
I have created a userform that contains a combobox and a command button named 'Add'.What I am trying to do is once a selection has been made from the combobox and the 'Add' button clicked, I would like to have a message box pop up that indicates the selection made along with an &...
1064 byte By
qubits at 2007-11-20 11:29:28
Hi All,I just started using the background worker componenet today in order to solve a problem with progress bars and the UI freezing. I have a solution that i think will work but i ran into a brick wall. The function i call that does the background work downloads a file from the internet over SSL....
helloI m using progress bar in my vb.net application on loading records in datagridbut problem arises that progress bar moves after loading the data gridi want this to load with load time or before loading the gridas progress bar completes it will show the recordsplz reply soonthanks in advance...
When attatching a access database to a vb program or using datasets, where am I supposed to physically put the database file? If anyone can help plz!
91 byte By
bheller at 2007-11-20 11:30:44
Is there some easy way to index multiple textboxes in vb.net. It was simple in 6.0...thanks
2673 byte By
Cor Pruim at 2007-11-20 11:31:41
I have a very strange problem. I have written a Windows Service with VS2003 in vb.net. This service does some calculations and after that it needs to produce some Excel reports by getting data from an Oracle database.This has been working fine for two years and it still is working fine in our produc...
162 byte By
bheller at 2007-11-20 11:31:52
I need to create a buffer for incoming bytes through the serial port and then parse the bytes. Is there some straightforward way of doing this with vb.net? thanks
Hi,I am tring this code to add a new record into access. But when I run the code I am getting an error message as syntex error.Here is the code that I am trying..... Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Clickinc = 0If inc <> -1 T...
892 byte By
idle at 2007-11-20 11:33:36
anyone know where i can find some decent information on permutations both with VB and without, i've had a search about and found some half decent resources but nothing really in-depth.EDIT: can't change the title of the thread?? anywayhere are some of the links i've found in case anyo...
Here is the scenario:<br/>A program(USBProgram) is stored in a USB Flash Drive.<br/>When the USB Flash Drive is inserted to a computer, the USBProgram is executed automatically.<br/>Is this possible?
I'm using VBscript to validate a form in an asp page. I need to validate two textboxes. One for alphabetic character & the other will be alphanumeric(The first letter should be alphabetic & the next 5 should be numeric) how can i do it. after validating if there is any problem the asp page will...
Hello. I have three picture boxes:1.) Background Image (JPG)2.) Circle (Transparent GIF)3.) Triangle (Transparent GIF)The arrow keys move the circle left and right, up and down. Currently, i have the circle and the triangle's parent set to picturebox1 (background image). When the circle moves o...
Hi Guru's,Acctually i am looking to control some realworld's electronic's with the help of parallel port, i already know about parallel ports basics and some other stuff, so by the help of these things i created a simple circuit with a switch on it simply controlling a led and connec...
305 byte By
ntchinh at 2007-11-20 11:36:09
Hi friends,I trying to develop a tool (the same On-screen Keyboard on Windows, but it's too small key button).But i'm having a problem. When i click on the button on my application, how to set active other application to receive key code?Can you help me?Thanks...
3554 byte By
satoriman at 2007-11-20 11:36:16
Hi,I am getting a Specified argument was out of the range of valid values. - Parameter name: index, ERROR when I click on a dynamically created treeview control in my asp.net (Framework 2) web page. The treeview populates as expected but when clicking on the child node I get the above mentioned er...
595 byte By
Rehorav at 2007-11-20 11:37:16
I need to make a program that can retrieve the width of lines and put it into a histogram. Same thing with the height of lines, but a seperate histogram. I've already looked into histograms and I know how to do those ( I'm using C# for that ). Its how to retrieve the width and height of al...
547 byte By
g1m0v0n5 at 2007-11-20 11:37:35
Hai,I had developed on project entitld as resume handler in vb.net 2005 and ms access 2000.In this we are storing the candidate details who are all applying for job in our company.It will entire details of the candidate.I want to add another advantage in my project.If I select a candidate name a Rep...
78 byte By
luckroth at 2007-11-20 11:37:54
hi all. how could i write or read xml data to mysql? many thank for your help.
3117 byte By
sotoasty at 2007-11-20 11:38:42
I have a .DLL with a user control in it. On most of the machines we have installed this on, we have not had any problems. However I am having a problem with a win 2000 machine. Here is the error as lister.See the end of this message for details on invoking just-in-time (JIT) debugging instead of t...
599 byte By
dglienna at 2007-11-20 11:38:57
Updating a program that uses the vb6 Inet Control, to POST to a site, and retrieve info. I ran the VB.Net Wizard, and it produced a working program. ;)It's still using the VB6 namespace. I was looking into REMOTING, but it seems to only connect thru a Channel to another Channel.If I don'...
2117 byte By
Altaine at 2007-11-20 11:40:06
I am having problems with my dynamic array, I have a function to find the UBound of the array and if it is equal to or greater than a variable then it adds 10 to the variable. It is also supposed to find the next avalible array section to put a variable in. My problem is that when I try to load th...
336 byte By
M V Mack at 2007-11-20 11:42:12
I have just installed Office 2007 and changed the references in a VB.net program to use the new settings however the program will no longer function properly on a computer with an earlier version of office. how can I make the program function with older versions of office?Thanks in advance for any h...
HiI using VB.Net 2003 with simple SQL commands in my code.Now my application open the Access database file with no user name or password but i need to add this support to the MDB file so my basic questions re:1. How can i add via code a new user + his password to the MDB file?2. How do i open a MDB...
519 byte By
codeUp at 2007-11-20 11:42:44
Hello I've been going thru Ged Mead's charting articles and they work in VS 2003 but not in VS 2005. The line chart in particular. I am getting no errors but on the chart it has a solid blue horizontal line for the points instead of nice random points. I've tried to vary the data numb...
267 byte By
chfyin at 2007-11-20 11:44:33
Dear Gurus:<br/>how can i cleanup an exception occurred in Try section or don't throw the exception to the caller? <br/>i try to start a process and if it fails, i would like to do something else and not throw any exception from here. <br/>Thanks,
hi guys, i am quite new to .net programming and i have to do this task which when i want to add information a pop up box will display and i will add the information in, once okay it will be displayed in a data grid. any suggestions or opinions on how do i use the pop up box and get them to add into...
97 byte By
omrao at 2007-11-20 11:45:56
hi,<br/>can anyone tell me how to do rounded button with gradient color inside?<br/>OM.
2123 byte By
bjswift at 2007-11-20 11:48:42
I have been working for a consulting group for six months now, was brought on as their first employee to take them into the world of .net. I've done asp.net and vb.net winforms applications. They normally work with applications written in Access, but the back end has always been MS Sql Server...
2258 byte By
1druid1 at 2007-11-20 11:49:02
Hi AllI have an external application that I connect to, unfortuantly for some reason both VB.net and Crystal Reports does not like connecting to it using Add New Datasource Wizard or the GUI's, so for my .net application I connect to it using code as follows.. Dim connectionstring As Str...
530 byte By
madhu_j at 2007-11-20 11:49:26
I am creating an Image processing Application in which 3 or 4 Images are superimposed one over the other. I am using DrawImage function for displaying the images. I want to select the Images using Layer concept and change it properties such as fillcolor, size etc. and use sendtoback/bringtofront for...
Hi, i face a problem in printing a report from report viewer with two sub report.My report layout is as below:Parent Report-------Body SectionSubReport1 SubReport2I have successfully created the report and the result is correct.But when i come to the print preview mode or printing the report,...
anyone have idea about SMS pizza ordering system using VB.net
272 byte By
kahyoong at 2007-11-20 11:50:20
hi, I'm having difficulty in waking up a MS Project 2003 file using vb.net 2005. I need to retrieve the data at each row of each column but I don't know how to map the column name in MS Project with the textbox in vb.net. I need your guidance. thanks<br/>KY
272 byte By
g1m0v0n5 at 2007-11-20 11:50:21
Hai,<br/>I have one database containing Names,Address and Mailid, and some other details.<br/>I want to extract all email id from the database and save it into the notepad.<br/>Can anybody help to solve this.<br/>Database is Ms Access 2000.<br/>I need help in Vb.net 2005.
276 byte By
bheller at 2007-11-20 11:50:37
I am relatively new to programming.<br/> I am currently using two seperate projects, one being vb.net and the other csharp, and would like to combine the two to one form, or program. Is there some simple way of doing this?<br/>Any help would greatly be appreciated,