20,285 Topics

Member Avatar for
Member Avatar for Xooku

Hello I have the following code to display my time difference on a label and it works fine until my endtime is less ie. "01:00:00" and now() is more ie. "13:00:00" What can I do to rectify this? [code] Dim EndTime As New DateTime(Now.Year, Now.Month, Now.Day, My.Settings.EndHour, _ My.Settings.EndMinute, 0) …

Member Avatar for DangerDev
0
262
Member Avatar for Zababa

Hey there guys. I need to load data from a MS Access database into my application, but when I try to do so, I get either an error in my FROM clause, while data from precedent tables has already been loaded using that same FROM clause [which changes programmatically every …

0
76
Member Avatar for kwan_kwan08

I was currently writting a Cyber Cafe for the client side which start up with a form that maximize and block all the client control like shortcut key and other security. It's fine to work in my pc and it take only about 5 second to startup the application and …

0
43
Member Avatar for saravanarajan

Hi everybody! i working in oracle 10g forms and reports.... i try to use this crystal report in 10g... please help me how to call this report in application.....my application server remote how will i call the remote server in my crystal report.......please help me.... thank you, saravanarajan...

Member Avatar for saravanarajan
0
93
Member Avatar for geetajlo

Hi friends i have a big problem... i want only the first Character to be Upper and all the rest lower and then the next name to be upper and then lower.. for eX. Geeta Lopez Can u Plz Help Me

Member Avatar for ivatanako
0
111
Member Avatar for iown714

Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 …

0
76
Member Avatar for kevin.george.it

I need help with representing quotation v/s sales followup in a s/w am developing for a company...the operator needs to be able to see position of all quotations made and the position for sales.How do i make a user friendly approach for this? Thankx..

Member Avatar for kevin.george.it
0
88
Member Avatar for GrexP

OK, so I'm finally transitioning from VB6 to VS 2005 and it is excruciating. I do a lot of db programming in VB6 and Access 2003 and just trying to connect to a table in VS2005 has taken me several hours. I finally could read data from a table and …

Member Avatar for GrexP
0
135
Member Avatar for bbollen

Hi folks, I am new to VSTO and am trying to write an Excel addin. The project was migrated from Excel VBA where the RefEdit control was often used. However this control does not seem to be available in VSTO. Does any-one have any suggestions on how I can have …

0
66
Member Avatar for Dell XPS

i have made walls for my 2d topdown view game by using pictureboxes.... but the player1 must move in the map but when it hits one of the walls it must not pass through.... the .Top .Left .Right .Bottom do not work as they take the whole forms width or …

Member Avatar for kens7601
0
105
Member Avatar for rhinocort23

ok i kno wthe other thread i made was stupid but this one actually has use, first off how can i code a button to add a row to a database and make the row a yes/no so it will show as a radio button on the form and stay …

Member Avatar for rhinocort23
0
100
Member Avatar for toko

Okay, im trying to write a simple calculator. Heres my code: [CODE=VB]Public Class Form1 Dim value1 As Double Dim value2 As Double Dim sign As String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = " " Then TextBox1.Text = "1" Else TextBox1.Text = …

Member Avatar for toko
0
70
Member Avatar for iown714

Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 …

0
60
Member Avatar for AniWeb

hi all, I have to work on 'print' button, when it is clicked data from the database should be printed on an envelop not on a simple paper. Data in the database are Name, Address, Phone number, pincode, city and country name. There may be many ways to print message …

Member Avatar for Ramy Mahrous
0
90
Member Avatar for nizar4friend

I am using SQLEXPRESS 2005 and I want to call my function() from my Class.vb file into the stored procedure. Like I made this public function amount(Unit as double, Price as double) dim GetValue as double GetValue=Unit * Price return GetValue end function

Member Avatar for Ramy Mahrous
0
45
Member Avatar for Saman Aslam

Hi All ! I want to use the returned value of user defined function of source code(VB.NET) in Databases( MSSQL) is it possible to throw the returned value of user defined function of source code into databases? Kindly Help me in this regrads plzzzz ... its really very urgent ! …

Member Avatar for Ramy Mahrous
0
106
Member Avatar for rathana

i wanna make a grand total field for each page that mean for one page it has one total field for it but i cant cant the formula to reset my running total field with it go to the new page . Can anyone solve my problem?

0
44
Member Avatar for BeastOverlordH6

[I]Helloooooo...[/I] I've been working a simple calculator for a kind of RPG I'n developing, and it requires use of a grid. I have a set number of checkboxes in a grid formation, where the user checks off two of these boxes. From here, I'm trying to get the measurement between …

Member Avatar for ericstenson
0
104
Member Avatar for r.kadiresan

I am trying to run [B]XCOPY[/B] to copy files from one directory in a server into another directory in a another server.I am creating a new System.Diagnostics.Process, filling out some start info, then kicking it off with Process.Start(). When I run this code in a console application or a windows …

0
45
Member Avatar for rgr

I am trying to send text to an external running program using sendkeys. The code I have works, but if I insert a breakpoint and step through the code, it freezes. It freezes at "SendKeys.Send("^s")". Could someone please tell me why or offer me some suggestions? Thanks Ron [CODE]Module Module1 …

0
94
Member Avatar for Dell XPS

does anyone how to rotate a picture during runtime in vb2008...??? also i need ideas on how to make the walls and the bullets....!:D

0
55
Member Avatar for Mr.Wobbles

Hi, I have two things that if I can do one I won't need to do the other, so whichever is easiest you guys answer me either way. What I am trying to do is get text from an email and download it into a text file on my computer. …

0
233
Member Avatar for kharane.pravin

I am working on interactive voice responce system using vb.net and i want know what are the API ,functions available in vb.net? Please help me.

Member Avatar for ericstenson
0
55
Member Avatar for bisma

hello, I have recently started working on VB.net with a small bakground of c++ I wanted to know what is the smallest interval that we can have for timer...i've tried the following code with smallest interval of 1 meaning 1 millisec but the timer doesnt increments in a milisec...it is …

Member Avatar for ericstenson
0
129
Member Avatar for 11ta

hi friends, i am using visula studio 2005 and database is sql server 2000. i have one table "Designation_Master" with two columns "DesigID" with datatype "smallint" and another "Designation" with datatype "Char(10)". i want to display both column in one row in combobox. i know concate the column. but i …

Member Avatar for Jx_Man
0
298
Member Avatar for pikkas

is there a way to generate sql reports with sql reporting services through the visual basic 2005 or 2008 express edition?. is there an add-on or something for express edition?.

Member Avatar for Ramy Mahrous
0
53
Member Avatar for s3r4ph1m

i'm developing an Accounting Program. You all know about "type of ledger" in Accounting and when i viewed all my ledger in a datagrid, i added the ledger classification. This started confusing me how to coloring the rows which show the ledger different with the row Color which show the …

Member Avatar for Ole Raptor
0
96
Member Avatar for prakashj
Member Avatar for Reg74

Is there perhaps a single statement that will do the job ? Public Class Polis Public Nr As String Public Fonds As String Public KBR As String Public Land As String Public Usplit As String Public Tcode As String Public Reels As Integer Public BELBON(40) As Double Public BELEBON(40) As …

Member Avatar for hollystyles
0
133
Member Avatar for technogeek_42

can any one help how can i create a self-runing program?? it is like a anti-virus that run when ur booting ur PC

Member Avatar for Jx_Man
0
225
Member Avatar for dezymut

Can anyone help. I have written my application in visual basic 2005 and access database. my problem is i want users to have different menu items depending on their user profiles. How do I enable menu items like administration for administrator and disable it or hide it completetly for general …

Member Avatar for Jx_Man
0
98
Member Avatar for ads248

Hi I've developed an app that reads in a csv file, strips it out to its component fields, validates them and writes it up to the database. So far, so good. I now want to enhance it so that the dataloading take place in the background enabling the UI to …

Member Avatar for poguemahone
0
1K
Member Avatar for nowitzk

Hi, I have a program that lets the user choose from four options. The user can choose more than one and can choose all of them if he/she wants to, but must choose at least one. Out of the choices chosen, the program picks a random one and executes it. …

Member Avatar for nowitzk
0
120
Member Avatar for manoshailu

Hi, I need to bind the primary column name and table name in one combo box and foreign key column name and table name in another combo box using vb.net codings with access tables. Plz help me its very urgent. thanks alot. Shailu

0
78
Member Avatar for Jamesharks

At my school we participate in the Duke Of Edinburgh award. At present all the recording of what people have done is done on paper, causing many people to not be bothered leaving them to fail the award. However after doing a survey, 93% of people said that they would …

Member Avatar for nowitzk
0
110
Member Avatar for dier02

I have three comboboxes. I want to be able to select from the first one and have the other two show the related data. For example in the first I pick a category - there are six categories. When I choose a category the second combo box now shows the …

Member Avatar for Jx_Man
0
80
Member Avatar for Eric132

Hi Guys, I have written a program to capture images from two webcams. It works similar to "TimerShot" by MS. I have used it to capture images for inclusion in a HTML page. I would like to invite all VB.NET programmers to take part in its developement. See here for …

0
78
Member Avatar for Pareshja

I created a DTS package in sql that exports a table into csv format. Is it possible to call this package from vb.net. Please help.

Member Avatar for cutepinkbunnies
0
100
Member Avatar for rcadble

I'm trying to make a somewhat simple PHP ide for personal use, I'm not too skilled in VB.NET and would like to learn some things about controls I am unfamiliar with, including the treeview control. Docked to the left of the form is a treeview control, where I hope to …

Member Avatar for Narue
0
169
Member Avatar for pickachu

Im having problems with my insertcommand using odbcadapter, it doesnt insert the information I needed.. But the selectcommand works fine, only the insertcommand that is having problems.. heres my code.. [code] Private Sub cmdLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogin.Click a = Trim(txtStudNo.Text) If Trim(txtStudNo.Text) = "" …

Member Avatar for ericstenson
0
105
Member Avatar for rp90

So I have a huge class hierarch I am working with. I would like to store the objects of these classes in a ListBox and have a certain attribute used for the ListBox text. So my plan is to make a User Control and inherit from the ListBox. Is there …

Member Avatar for rp90
0
93
Member Avatar for Georgestef

I am using visual basic 2005 in visual studio 2005. When I try to input unicode data from a sequential txt file using (LineInput(#)) I get question marks eg. (?????? ?????) for all the unicode characters (in this case TNR Greek) in the line, or the command, LineInput(#) doesn't work …

0
59
Member Avatar for danielzee

i am a writing a program to captured a bitmap from one computer and send it to another computer on a LAN network the problem is that i alway get a prefect first bitmap pic on the picturebox on the client computer but one that follows it will be distorted …

Member Avatar for Eric132
0
138
Member Avatar for Dell XPS

i have 20 numbers that i need to randomize to 20 variables.... any ideas example numbers would be: 1 5 10 20 50 100 200 500 1000

Member Avatar for Dell XPS
0
103
Member Avatar for Webbsta

I'm using a system.timers.timer in my console application, but i don't know what the sub would be to trigger each time the interval elapses, can anybody help, thanks. SOLVED: all i did was use this: Dim WithEvents Timer1 As New System.Timers.Timer and Private Sub timer1_tick() Handles Timer1.Elapsed MsgBox("TICK!!!") End Sub

0
97
Member Avatar for vishal.mehta

Hey Guys me havin a prob in finding the control for AxMScomm that is used for serial communication in .Net.so help me out with it to complete my project.

Member Avatar for poguemahone
0
70
Member Avatar for x38class

How do I find the code to add/update/retrieve text to exif data as comments Also what are limitations, eg number of characters and is it just plain text or control characters eg cr/lf etc for formatting when text is retrieved any help much appreciated Regards Bob

Member Avatar for x38class
0
94
Member Avatar for c++ prog

does anyone know the game about saddam being shot in miniclip in flash? I have been working on a game but I dont know How to make saddam apper on the screen...example...on a desk he will rise up then will go down...then he will rise again beside a computer then …

Member Avatar for c++ prog
0
83
Member Avatar for ITech

i am trying to do a project using vb.net and Access...i know access but dont kno vb ..tell me some where i can learn vb in short time..video tutorials, e-books etc...

Member Avatar for Jx_Man
0
91
Member Avatar for mannuvashishta

VB.NET takes the input from user like network address and port number and check it check it, the entered IP address and port number are valid or not as well as check the enter digit how many digits are entered in input box. Some one who knows please reply me. …

Member Avatar for bector
0
110

The End.