20,278 Topics

Member Avatar for
Member Avatar for richboy

hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot

Member Avatar for crazyhorse09
0
59
Member Avatar for zahraj

hi i want code in VB.net 2008 or 2005 to find Max for negative value ??? also this function can find max for positive value Example: -223.5 , -456.7 , - 999.7 , -78.9 Max= -78.9 please help me :(

Member Avatar for zahraj
0
90
Member Avatar for richboy

hello everyone am trying to encrpyte and decrypte xml file in vb.net ca anyone help me.thanks alot

0
54
Member Avatar for Mitha

Hi, I want to rotate the text in crystal report and also the chart. Please give solution. Thanks

Member Avatar for c0deFr3aK
0
138
Member Avatar for cmalloy

ok.. i know it is a no no to just ask for code, but I need someone to point me in the right direction... where should i be looking for such a function: I want to take the code that is in a text file - If TextBox5.Text.Contains(" cx ") …

0
60
Member Avatar for geordienz

I have a working app (that I inherited) and the web.config is at working directory level (i.e. not wwwroot). I would like to run other apps against the same database (to save on running costs) and would therefore like to move this app to another sub-directory. There would therefore be …

0
39
Member Avatar for Trekker182

I went today open an existing VB project and noticed that all of my project files are missing for all of my VB programs that lets me start VB with that particular program. The only file that I'm able to open is the .sln file and that's only from inside …

0
188
Member Avatar for richboy

hello, i have a problem i am trying to encrypte an xml file and decryte the file. what am doing for a comapny in canterbury kent is to create a mobile banking application in visaul basic so customer could downlaod it onto their pda using microsft ce ...which i have …

0
61
Member Avatar for mainak001

Hello, I'm writing a FTp client . It is able to handle 1 server at a time . But my requirement is to handle multiple server at same time . The Server shd be accessed and file upload download shd happen parallely. PLease help me .. If possible send some …

Member Avatar for mainak001
0
235
Member Avatar for varun allahabad
Member Avatar for herms14

hi..I'm just a newbie programmer who needs some help. I'm trying to enter a date and save it in a mysql database. however the format in mysql is yyyy-mm-dd and the format in vb.net is mm-dd-yyyy. how can i format the date in vb in order to successfully enter it …

Member Avatar for c0deFr3aK
0
1K
Member Avatar for mem81

Hi guys, I am struggling to discover what the right syntax for my code would be. I use VWebDeveloper Express 2005 and I have a web form .On the Web form I have three dropdowns that are bound through datasets and a textbox.Dropdowns are linked to display only the info …

Member Avatar for crazyhorse09
0
103
Member Avatar for madhu raju

[bold]hi iam woriking on windows application In this application iam using a datagridview .My problem is i have to add columns dynamically into the datagridview and at the same time i have to add these column names as fields int the database table and also save,modify data in that dynamically …

Member Avatar for abhishekcs
0
616
Member Avatar for Eliza123

i am having a table in my database by the name of tbclass.its having 2 fields namely int_id,class_name. when i am dispalying data in my data grid view the default headers are displayed(i.e. column names of tbclass).i want to change it to CLass id and Class Description instead of int_id,class_name

Member Avatar for Hsus
0
95
Member Avatar for struggleforlife

Another XML question. I am ably to load a XML file (via a filepath) to a datatable. See code below. However, I'd like to be able to load a in-memory XML document to a datatable. Can anyone help me out? [code] Public Function XmlToDataTable(ByRef filePath As String) As DataTable Dim …

0
47
Member Avatar for HBovenkamp

Hi, I have a working vb.net application that gets information from a database and writes it to an excell worksheet. So far, so good. Now when I install this application on a machine on which windows xp runs in any other language but english And a non-English version of Office …

0
54
Member Avatar for m_shanak

i have a Problem to know how much time the server take to execute an SQL command . I user Oracle Db and SQL DB thanx

0
71
Member Avatar for Karl Luders

Hi, everybody: I am trying to create a little application that would tell me if several websites sharing the same ip are up and running. But so far this code has not worked because it always returned that the site is running even if I have stopped it, or used …

0
58
Member Avatar for struggleforlife

Looking for some help! I have loaded XML doc into a dataset (see below). That went ok. So now I can put the DS in a grid and change it. However, after changing the DS I want to export it back to a XML doc. That only succeeds partially. I …

0
49
Member Avatar for rickbill

I wrote a console application that shows a survey of salespeople that earn a salary in a certain range based on their grossSales. I am not getting the right results. A salesperson makes $200 plus 9% commission on grossSales. when I enter $5000 grossSales I get the result of the …

Member Avatar for timothybard
0
100
Member Avatar for bondgirl21

Hi , I already created a button "enjoy button" that i want to move in a form when the "timer start button" is clicked. how do link the timer to the "timer start button" and make it move? this is what i tried so far..then am blank first [quote] Private …

Member Avatar for bondgirl21
0
151
Member Avatar for thando

Hi - new to vb.net i'm working on a hangman project in vb.net and i'm having trouble. so i started out pretty simple, with a textbox and a button with a loop behind it. the loop starts from 1 to the len("hello") i've used an if and then statement within …

Member Avatar for crazyhorse09
0
86
Member Avatar for mansi sharma

Hey frnds,I want to get files of Recycle Bin that are currently present in Recycle Bin.can somebody help me out.Cz i have no idea from where to start.

Member Avatar for Jx_Man
0
110
Member Avatar for Razza92

Hello. I am developing a game and for this game 2 of my sprites appear to be flying to the right. i have acomplished this by allowing an image box with the skay on to scroll accross my form from the right to the left. however, once the image has …

Member Avatar for waynespangler
0
111
Member Avatar for jallan2009

Sir, I am using front end as a VB.net 2005 and I am a beginner in this language. I am creating Desktop application and using controls TAB controls 1st tab control is Contact in contact I am using one text box, two button and one datagrid while I am using …

0
49
Member Avatar for infernojmd

so im making the project and there is two pictures one that shows a light bulb on and the other is off. ur suppose to be able to type ur name in a text box and it will display turn on the light, what u type and turn off the …

Member Avatar for kapil2500
0
212
Member Avatar for rickbill

I wrote a console application that shows a survey of salespeople that earn a salary in a certain range based on their grossSales. I am not getting the right results. A salesperson makes $200 plus 9% commission on grossSales. when I enter $5000 grossSales I get the result of the …

0
62
Member Avatar for rickbill

Public Class Form1 Dim coin As New Random Dim heads, tails, outcome As Integer Dim totals As Double Dim frequency As Decimal Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load heads = 0 tails = 0 totals = 0 End Sub Private Sub Button1_Click(ByVal sender As …

Member Avatar for rickbill
0
185
Member Avatar for naseerus

Hi, I am working on VB.NET and I have a dropdownlist with Autopoastback enabled. When a value is selected from the dropdownlist it will display View1 from Multiview. In this process the page is being loaded and that something which I do not want to do. How do I see …

0
43
Member Avatar for omotoyosi

HELLO Please, i just did one small project in my office, it is working on a single user. How will i upgrade it to networking environment so that all system will be working on onw database. please help out.

0
54

The End.