20,899 Topics
![]() | |
Hi, I am opening a Child Browser(pop-up) from a Parent Browser using the Window.Open() javascript. After closing the pop-up Browser using Window.Close(), I need to refresh a DataGrid control on the calling Parent Browser. Any idea how to do this? Basically I am Inserting records into a SQL table prior … | |
How can we do this in VB.NET? //create two structures to hold our Main Window handle //and the Button's handle HWND WindowHandle; HWND ButtonHandle; //this window's caption is "Microsoft Office Outlook", so we search for it's handle using the FindWindow API WindowHandle = FindWindow(NULL, "Microsoft Office Outlook"); //the Button's Caption … | |
I wrote a code in C# which contains a datagrid which is having a hyperlink and we want when we click on this hyperlink it will redirect to another page and select all the selected messages. How can i do this? | |
[COLOR=darkblue]Sub Main() Dim value As String value = "PFolder=oPFolder&SFolder=sfolder&oMsg=i" Dim myFolder As String() = Nothing Dim msgs(5) As Char msgs(0) = "=" msgs(1) = "&" msgs(2) = "=" msgs(3) = "&" msgs(4) = "=" myFolder = value.Split(msgs, 6) Dim f As String For Each f In myFolder Console.WriteLine(f) Next f … ![]() | |
How do I perform a click on the screen anywhere at runtime example this is how you move the mouse at runtime system.windows.forms.cursor.position = new point(500,400) is there anyway to do something like that with a click? Thanks in Advance Nick Cammarata 14 yr. Old Programmer | |
hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of proposed projects … | |
I want to split this string s.WriteLine("<a href=ConsoleApplication1.exe?PFolder=oPFolder&SFolder=sfolder&oMsg=i>") and want to extract "oPFolder,sfolder and i" from above string.How can do it in VB.NET? ![]() | |
Hi i am looking for someone to write a simple program for me that would allow me to print out a docket on a dot matrix. I have posted on another forum too here is the link [URL]http://forum.codecall.net/request-services-paid/2255-help-program.html[/URL] [URL="http://img120.imageshack.us/my.php?image=jasonkeatleykr3.jpg"][IMG]http://img120.imageshack.us/img120/166/jasonkeatleykr3.th.jpg[/IMG][/URL] here is what the docket looks like and here is some … | |
Hi. I'm having some difficulty here. Perhaps someone here has some ideas. I would like to implement some kind of P2P functionality in an existing application that is designed to work within a local network. The concept of this functionality is that the application stores the username of the current … | |
I wrote a code in [URL="http://vb.net/"][COLOR=#0000ff]VB.NET[/COLOR][/URL] which accesses the outlook folders.Following is the code.According to this code it displays outlook folders and there is hyperlink on each subject.I want when we click on the subject the message body should be [URL="http://dispalyed.in/"][COLOR=#0000ff]dispalyed.in[/COLOR][/URL] href how can we do this? I know we … | |
Here i have problem by develope SMS system the problem is the data sms form mobile cannot receive the message and vice versa. So any else can help please give me a help | |
hi, I am doing a project regarding SMS and i am doing it in ASP.NET. MY project actually aims at sending sms from my Pc to a Mobile and getting back a reply from the mobile. Here i am planning to use some kind of GSM/GPRS USB MODEM for the … | |
Hi[COLOR=#000000]How to Export data from Dataset to Excel sheet in VB.net Windows Application and also How to convert Excel Sheets into Data set Using VB.net coding(Windows Application)[/COLOR] [COLOR=#000000]how to Convert Dataset into XL Sheet to the VB.net Windows Application only by using the default resource(dll) available in VB.net.[/COLOR] [COLOR=#000000]ie without … | |
Hi I'm in 8th Grade and I'm thinking of trying to get into IT tech before the end of there year so that I can say I was in college before I went into highschool. Can you guys/girls give me an idea as of what you do in 1st or … | |
I want to use an MS Access Database as a back-end. I am trying to: [B]Use data in one field (column) of my Access database as the items in a listbox[/B] Example, "Customer #" is a field in my database, i want to show all of the customer numbers in … | |
[COLOR=#0000ff]I am writing a code in VB.NET to access MS Outlook folders.Its giving all the folders and their msgs but when any calender meeting or any other things other than the mails appears any the folders like deleted items ,Inbox etc. then it shows exception in line oMsg = oItems.Item(i) … | |
I m writing a code in VB.NET to access MS outlook Folders.Following is the code.I want tht when I click on the link on the message"subject" hyperlink it will go to the body of the message in the required folder.Wht should be given in a href? For i = 1 … | |
hello every1! Im a newbie to vb.Net and i have done my best to workout a solution for this challenge but i keep hitting walls. i would appreciate it if some1 could help me with it, thanks in advance!! My application is 99% complete except for this 1 problem: the … | |
Near completing my password storage program and down to the part where I would like to write the listview data to an XML file (for later encryption). If writing to an XML file won't work, then just outputting the data to a regular text file will work in the interim. … ![]() | |
[COLOR=#0000ff][COLOR=black]I am using Visual Basic Express, I hope you all still can help me. This program is used to calculate a cars speed related to speed limit. It has two user inputs, cars speed and speed limit. It will calculate any two digit # and one digit #, but when … | |
Ok ive made a VB blackjack game. just wanted to know if anyone can spot any problems (its homework) [code] [COLOR=#0000ff]Public[/COLOR][COLOR=#000000] pc1 [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]New[/COLOR][COLOR=#000000] card[/COLOR] [COLOR=#0000ff]Public[/COLOR] pc2 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] card [COLOR=#0000ff]Public[/COLOR] pc3 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] card [COLOR=#0000ff]Public[/COLOR] pc4 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] card [COLOR=#0000ff]Public[/COLOR] pc5 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] card [COLOR=#0000ff]Public[/COLOR] dc1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] card … | |
Please suggest me the coding in VB.net for sending message(SMS) from PC to mobile.i am having Nokia6070 mobile&CA42 cable... | |
I want to control and configure the access properties on USB storage devices(read and write). And I want to enable and disable the device. Can I do it with the help of WMI? Or there is some other Win API is available. Please solve this issue using .NET (VB.NET or … | |
hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of topics for … | |
I want to create a program which should include an option of disable and enable a USB device. Another feature is to allow for read and/or read write mode. How to handle deviec manager through vb.net and the solution of above problem. | |
I have used CDO to develop a local mail.But i dont know how to improve my mailing system to include the "forward", "delete","attach" and "spam" Can any body help plz with regards. Embeza | |
I want to create and implement group policies to restrict access to USB devices and control read and write properties. Is it possible with group policies. I don't know 'How to create and implement group policies'. Can anybody provide me the solution for the above problem in VB.NET or C#. | |
Hello all. I'm a college professor in Environmental Engineering and I write mostly scientific/data visualization code for my and my students' use. I joined mostly in self defense due to frustration in converting from vb6 to vb.net and all its pecadillos. The two main activities are data plotting (now ZedGraph) … | |
Hi Can anyone help me in reading a color highlighted text in a word document from vb.net. thanks in advance | |
PLEASE HELP >>>QUICKLY The code works fine the first time but when I click a different client I get the same report doesnt change... any help what so ever will be greatly appreciated...... thanks in advanced [ Private Sub ddlfullname_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ddlfullname.SelectedIndexChanged 'medical.SelectionFormula … | |
I have a vb.net app. running currently with internet explorer only browsers. I constructed some texts based on the inputs from the user and need to (a) save it on the client file system (b) send the saved file to the printer attached to the client system for printing. The … | |
Hello all, Thanks to a switch in our email provider, an application I wrote which automatically sends order- and shipment confirmation emails to our customers is broken. The new provider requires POP login before SMTP login. .NET 1.1 system.web.mail namespace does not have any POP functionality, so my app is … | |
I have a web page set up to where when a client is selected from a ddl the client info will display on two different crystal rpts. both crystal reports have parameters set up for the client field.... I have tried numerous walkthroughs and tutorials but nothing seems to work.. … | |
Good Morning Sir/Madam, I am a beginner in VB.NET .I am interested in doing project. Please sugges me a tiltle and give guidance to me. yours faithfully vidhyaprem | |
I get the following error "Timeout expired. the timeout period elapsed prior to obtaining a connection from the pool. this may have occurred because all pooled connections were in use and max pool size was reached." The below code is in the click event of the Upload button. This works … | |
i m new in VB.net so i hope tht anyone can give me the webpage to get information on how to learn VB.net as i dunno anything about programming....:cheesy: | |
I'm a learning C++ programmer but one of my friends is a VB 6 programmer.He wants to go to vb.net but it makes him mad because it's so different from VB 6.Could someone please tell me any good tutorials for VB 6 to VB.net programmers.;) | |
i just wanna ask you, if anyone have an ideas for graduation project, i am studying CIS(computer information system) using VB.Net / ASP.Net thanks;) | |
hi,how r u all? hope u r fine i just wanna ask you, if anyone have an ideas for graduation project, i am studying CIS(computer information system) using VB.Net / ASP.Net/ Oracle 10g thank u all :cool: | |
i just wanna ask you, if anyone have an ideas for graduation project, i am studying CIS(computer information system) using VB.Net / ASP.Net........ thanks :cool: ![]() | |
Consultant specilizing in business process assement, modelling and VB.NET application development for small to intermediate businesses Good to be here. Looks like a lot of interesting members and topics. | |
Hi, I am new to VB.NET, so please bear with me. I have a form with 2 datagrids. The first datagrid displays data from a dataset (ds1). Now based on certain criteria that the user selects from the textboxes and after clicking a button "Get Data", I need to loop … | |
I would like to start VB.Net programming per contract but I am unsure how to go about it. I have done a considerable amount of programming in school(Java, C++, VB6 & .Net). I've used UML and standard naming and commenting. My problem is what is next? How do I get … | |
This problem appears only in my vb.net application. My windows media player works perfect for the same file... I also get an "invalidactivexstate" while trying to play the movie, I don't know if there is a connection... Any ideas? I got no idea what the problem is... | |
I am writing a VB.NET 2005 Win Form that is used with scanning a barcode. I have an Access db that I need to compare a barcode value in a textbox with a matching value in the datagridview. I am thinking I should write a loop to locate the same … | |
Hello, I am a new member hoping to get better at developing ASP.NET and VB.NET applications. I am migrating from Dreamweaver MX to MS Visual Studio and struggling with the OO way of doing things. I often get hung up on syntax. In the past I would write all my … | |
i am doing project in vb.net ,a library management system.it contains a barcode reader.could u help me in usb commmunication to connect my barcode to my program and read data frm it.thanks in advance | |
Hi, I have seen few Windows Mail Servers like IT House Mail Server [url]http://ithouse.com/[/url] I've it's old 1.04 ver and it has only file(MailServer.exe) & works very well. I want to know Is there any basic functionality inbuilt in windows which enables the vb or vb.net code to work as … | |
hi don here,i am working on employee attendance project. plzzz help me in following task: when employee enter login(name and password) in his pc then automatically his attendance will record in central database of that day. plzzz help me in this. |
The End.