20,284 Topics

Member Avatar for
Member Avatar for marellow

Hi everyone, I would like to transpose the data from queries in access database, the current data extracted from the table look like this : From table: ID Year Value AA 1 100 AA 2 101 AA 3 200 BB 1 125 BB 2 150 I would like to transpose …

0
41
Member Avatar for laks_samy

I am working vb.net application vs 2005,I am using culture ("ja-JP") japan in my application but i need to display date in this format("dd-MMM-yyyy") how to change it? Thanks

Member Avatar for Luc001
0
228
Member Avatar for krusnik08

[B]label10 displays which is the highest number label12 displays which is the lowest number label14 displays which is the number that is duplicated pls help my codes don't run 100% correct.:'([/B] [CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Label6.Text = Val(TextBox1.Text) Label7.Text = Val(TextBox2.Text) …

Member Avatar for GeekByChoiCe
0
176
Member Avatar for srm_2010

Hi everybody, I am using TextBox of windows application in vs 2008 and using textbox1.scrolltocaret() method but not getting the clear idea that how it works. thans in advance

Member Avatar for Luc001
0
59
Member Avatar for krusnik08

[B]When the textboxes are 49 below or 100 above the message should be "Invalid Grade Input". When the textboxes are blank the message should be " No Grade Input". When the textboxes are 49 below or 100 above and there are some textboxes that are blank it should be " …

Member Avatar for krusnik08
0
110
Member Avatar for azucena_fs

Hi! How can I print XML files on a printer that's XMLReady? When an XMLCompatible application (like SAP) sends a xml file, the printer automatically gives it format (previously charged in the printer). I cannot use PrintDocument class because I don't need to give text a format. Also, the printer …

0
41
Member Avatar for bettybarnes

pls check my database design and give comments. i'm a newbie database designer i dont have any experience, i've researched on the net but i think it's not enough. here's my ERD: [IMG]http://i43.photobucket.com/albums/e355/bettybarnes/asas.jpg[/IMG]

Member Avatar for lolafuertes
1
142
Member Avatar for MooGeek

Hi Guys, I just want to ask you if you have any GOOD and EASY to understand Ms Access Tutorial. Since I am new in VB.Net, I would really want to know how to do that. I wish to have a tutorial how to ADD,EDIT,DELETE,VIEW I hope you can give …

Member Avatar for MooGeek
0
261
Member Avatar for jingo1126

btw any tutorials out there on how to create database with vb.net with mssql just to let me get started, i was hoping for a simple db to practice on like id,name. ive made db with php and mysql but vb.net is a bit far from php and mysql though …

Member Avatar for Luc001
0
114
Member Avatar for ManeeshKumare
Member Avatar for jlego
0
35
Member Avatar for zahnsoftware

What are some practical ways to resolve legacy code in an n-tier architecture where all of the code is written in self-referencing web services? So far, much of the code is undocumented, uses old VB6 conventions, and there are very long procedures. What's the best way to approach, let's say, …

Member Avatar for jlego
0
189
Member Avatar for MooGeek

I am into VB.Net to VB6 since vb6 is already phasing out. but I grew up with this language and now they're killing it!! and Actionscript 2 also to AS3. c'mon!! T_______T

0
41
Member Avatar for yongj

This is a pretty tough one in my opinion... I have 4 parallel arrays, each increasing as lines are being read from a text file. The four arrays are booktitle, retail value, books on hand, and books on order. I have to find a way to sort all four arrays …

Member Avatar for GeekByChoiCe
0
440
Member Avatar for Nirvin M

I am developing a science application on VB.NET. I want the controls to be edited, resized, and drag & dropped (like in Visual Studio IDE) by the user during runtime. How to achieve this functionality? Please help...

Member Avatar for Netcode
0
104
Member Avatar for manoj_582033

Dear Friends, I Want to Crete an Application In Vb.net,I Want to do,if my Application Is in Running State(Either it is Minimize or Maximize),i cold store the Key Codes,Whatever keys are being used by my keyboard.Please Suggest me How Could I Do This.......

0
47
Member Avatar for Mike Bishop

Evening All, i am trying to input 72003 3131/1 from text from a text field into sql as a string. I have the following code but getting an error Error while inserting record on table, incorrect syntax near '3131'. the end user will be able to change this text to …

Member Avatar for Netcode
0
87
Member Avatar for yongj

I have a textfile I need to open and I need to put each line into the array. What is the simplest way to add the elements/each line's data into the array while increasing the array as it reads each line? This is blowing my mind right now... I thought …

Member Avatar for GeekByChoiCe
0
11K
Member Avatar for track&price

Hi Everyone Just joined. New to vbnet I am racking my brains to no avail. It seems simple enough. I want to put user / password values on a login page. At this point I am not submitting the page. I just want to see that I see the values …

0
52
Member Avatar for The Bug

Hello all, I'm a new guy on this block <bowing> I have completed my "Advanced" VB.NET class this year, yet I still feel no more evolved than a newbie. So please please - be gentle <Grin> My question involves the creation of the actual database file. I have played around …

0
62
Member Avatar for jtaylor1120

This is for a challenge I must do. It is two forms. I have it almost done, but my second form is not giving me a total. I can't figure it out. Thanks in advance!! Here's the code: Main form 1 [code] Public Class MainForm1 Private Sub MainForm1_Load(ByVal sender As …

Member Avatar for manshipboy
0
2K
Member Avatar for batuzai04123

Hello! It is my first time to post this thread, So I hope it is in the right place. My problem is that I am creating system tools for windows with a good gui and I don't know how to start with it. One of my difficulties is making code …

Member Avatar for batuzai04123
0
318
Member Avatar for Vhyr

Hi all, I want to parse something from a HTML Table, but I have no experience in this. I would love to get some help. [CODE] </table> <br /> <!-- start: member_profile_reputation --> <tr> <td class="trow1"><strong>Reputation:</strong></td> <td class="trow1"><strong class="reputation_positive">4</strong> [<a href="reputation.php?uid=280956">Details</a>] [<a href="repsgiven.php?uid=280956">Given</a>] </td> </tr> <!-- end: member_profile_reputation --> [/CODE] …

0
51
Member Avatar for Sara Tech

[COLOR="Green"][B]Hi Guys :)... I hope you fine :)... I need your ideas and help .. I develop program that recives (x,y) coordinates of person's gaze data from eye tracker hardware, then it processes heat map according (x,y) coordinates last shows it .. my problem I did not find source code …

0
66
Member Avatar for yongj

I have an application that allows the user to open a file by clicking file -> open. The thing I'm trying to do is read the text file...but I don't know how to assign the user defined text file that the user opened to an object. I guess because I …

0
109
Member Avatar for wr3ckin_cr3w

Hello All! I didn't see a place for SQL commands and I apologize if I overlooked it, but i'm really stuck on this. Heres the situation: I need update a column from my table (T1) from two other columns in a different table (T2). My constraints are: •That I have …

0
89
Member Avatar for RenanLazarotto

Hey guys! First post here. I'm new to VB.Net programming, so I decided to make a small app that runs another app with arguments. I think the best way to do it was selecting one option from a dropdown menu and using this option as an argument to run the …

Member Avatar for RenanLazarotto
0
756
Member Avatar for Nirvin M

I am developing a electrical application. I need to present the user with controls like resistor, capacitor etc. How can I create such controls in VB.NET? Can I use GDI or WPF for this? If possible then how?

0
87
Member Avatar for ppenno1981

hi guys i have a little problem. I need to access a database using vb.net to create a shortest path solver using vb.net. Say for example the shortest route for a product being sent from london to moscow. I can acess the database but dont know how to sort the …

Member Avatar for crapulency
0
435
Member Avatar for PinkalPatel

I would like to take print on pre-printed stationery where I need to fixed up my data in very particular place. Also the paper size is 10 inch by width and 6 inch by height and it is continuous paper which need to be take print from dot matrix printer.

Member Avatar for kvprajapati
0
59
Member Avatar for juan92

i created an array of 100 cells, and the user inputs the value into them now i have to find the average of the array but not all of the cells are used how do i go to the last value, instead of the last cell ? any help is …

Member Avatar for juan92
0
95

The End.