20,899 Topics

Member Avatar for
Member Avatar for mikefitz

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 …

Member Avatar for sedgey
0
65
Member Avatar for bhavna_816

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 …

0
51
Member Avatar for michael.ngobeni

Hi guys, I have an ftp server that I need to copy files from. The files are big, so i need to compress them first before i can download them. How do I do this in VB.net I can see all the directories and files using asp.net and vb.net, but …

0
51
Member Avatar for bhavna_816

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?

Member Avatar for ses5909
0
73
Member Avatar for bhavna_816

[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 …

Member Avatar for Dukane
0
83
Member Avatar for Cammarata123

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

Member Avatar for Oxiegen
0
59
Member Avatar for abexander

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 …

Member Avatar for Oxiegen
0
93
Member Avatar for bhavna_816

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?

Member Avatar for Dukane
0
53
Member Avatar for jay0

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 …

0
42
Member Avatar for Oxiegen

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 …

0
86
Member Avatar for bhavna_816

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 …

0
90
Member Avatar for boss_boss

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

0
61
Member Avatar for hkarthik

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 …

0
75
Member Avatar for sathya_k_83

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 …

0
111
Member Avatar for Cammarata123

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 …

Member Avatar for Cammarata123
0
141
Member Avatar for Tim Riley

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 …

Member Avatar for jbennet
0
82
Member Avatar for bhavna_816

[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) …

0
78
Member Avatar for bhavna_816

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 …

0
55
Member Avatar for AlreadyWon!

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 …

Member Avatar for Cammarata123
0
906
Member Avatar for hkinser

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. …

Member Avatar for iamthwee
0
92
Member Avatar for WhYuLoOkIn

[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 …

Member Avatar for WhYuLoOkIn
0
102
Member Avatar for jbennet

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 …

Member Avatar for jbennet
0
84
Member Avatar for sheela

Please suggest me the coding in VB.net for sending message(SMS) from PC to mobile.i am having Nokia6070 mobile&CA42 cable...

Member Avatar for ses5909
0
77
Member Avatar for wasim_2011

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 …

Member Avatar for zabina
0
72
Member Avatar for abexander

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 …

Member Avatar for jbennet
0
123
Member Avatar for wasim_2011

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.

0
52
Member Avatar for Embeza

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

Member Avatar for Embeza
0
44
Member Avatar for wasim_2011

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#.

0
53
Member Avatar for dkstevens

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) …

Member Avatar for mastermind_SEO
0
105
Member Avatar for heading

Hi Can anyone help me in reading a color highlighted text in a word document from vb.net. thanks in advance

0
43
Member Avatar for dax

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 …

0
54
Member Avatar for jamello

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 …

0
114
Member Avatar for bmackkc

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 …

0
73
Member Avatar for dax

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.. …

0
55
Member Avatar for VIDHYAPREM

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

Member Avatar for VIDHYAPREM
0
78
Member Avatar for artee

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 …

0
104
Member Avatar for happy8899

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:

Member Avatar for waynespangler
0
92
Member Avatar for Elfshadow

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.;)

Member Avatar for waynespangler
0
105
Member Avatar for yaya_star

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;)

Member Avatar for ses5909
0
66
Member Avatar for yaya_star

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:

Member Avatar for roryt
0
45
Member Avatar for yaya_star

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:

Member Avatar for Dukane
0
72
Member Avatar for rickyoung

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.

Member Avatar for happygeek
0
9
Member Avatar for artee

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 …

Member Avatar for Ravalon
0
84
Member Avatar for James_Dean

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 …

0
64
Member Avatar for liorsh82

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...

Member Avatar for The Dude
0
119
Member Avatar for ClevelandMark

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 …

Member Avatar for ClevelandMark
0
93
Member Avatar for jmw

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 …

Member Avatar for happygeek
0
135
Member Avatar for libin

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

Member Avatar for Paladine
-1
111
Member Avatar for codeboy

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 …

0
65
Member Avatar for dil.om

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.

Member Avatar for dil.om
0
130

The End.