Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~58.4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for steven509

I need help generating a timestamp the same way you generate one in flash (actionscript) [code]new Date().getTime()[/code] That's how you generate it in actionscript, it returns a 13 character int. eg 1202497647515 [code] Dim date1970 As Date = "#1/1/1970 12:00:00 AM#" Dim datenow As Date = Date.Now days = DateDiff(DateInterval.Second, …

Member Avatar for JonyGreen
0
184
Member Avatar for Wilderness Bob

I need to be able to limit the text entered into a text box, I need to make it so that only whole numbers can be entered and not decimal places. I have already limited it to just Numbers but need help with this. I think checking a box to …

Member Avatar for Reverend Jim
0
2K
Member Avatar for rajsharma_85

Hi, How can I set the the cursor initially in the text box whenever my application executes? Please help. Thanks

Member Avatar for Rahul47
0
5K
Member Avatar for shoebodh

I am a beginner in VB. I am trying to make a simple unit converter. Can please some body tell me how can I delete the last character of the number I enter in my inputbox? thank you

Member Avatar for Reverend Jim
0
31K
Member Avatar for VidhyaThiyagu

Pls let me know how to add a record in a database using a dataset. vidhya[COLOR="green"][/COLOR]

Member Avatar for ahmedyakson
-1
2K
Member Avatar for SolTec

Is there a way by naming convention say for example to clear all textboxes with a "txt" name prefix in a form that has multiple textboxes? Or, am I going to have to name each textbox individually and use either "" or string.empty? Thank you in advance for any and …

Member Avatar for Pie46
0
8K
Member Avatar for SolTec

Hello, I'm looking to, with code, create a report that is numbered 1 through 10000 using MS Access, Visual Basic.NET or C#.Net. Any assistance, would be greatly appreciated. I know I'll have to use a looping structure, and logic with an If Then Else probably. Thank you in advance.

Member Avatar for adam_k
0
87
Member Avatar for gccriaz
Member Avatar for blondie.simon

Hello I have written a piece of code that works fine on my computer and all other computers that I have tried it on when running XP. I have tried it on a few machines running vista and they have all worked fine but one of my customers is running …

Member Avatar for karthiyayiniyp
0
211
Member Avatar for Artgenos

We use Netmeeting alot where I work and to make life easier I am trying to write a program that will find the machine name, IP address and MAC address with just a login name. Right now I can get the IP address from the DNS entry. But I am …

Member Avatar for peter_budo
0
137
Member Avatar for rhinocort23

how could i make a program that does not need to be active but will record the screen, mouse movement, and key presses and will display it all when the user wants to and it is password protected and can have it all sent to another of its programs on …

Member Avatar for ARchy_wanted
0
117
Member Avatar for nourbee

can anyone here can help me? i only want a simple program which is the user must enter the right serial number before enter into my program... im using VB 2005 and using PDA application (mobile pocket PC) plez help me.... i only want the simple code....

Member Avatar for summerishere
0
177
Member Avatar for blondie.simon

When I install my application I would like a shortcut to be added to the desktop. How can i do this? I am running Visual Studio 2005 Standard Edition Thanks Simon

Member Avatar for kishorrana
0
117
Member Avatar for SolTec

I have a very large MS Access database with over 80 tables and 15 queries. My problem is I can get the data that's in the tables to show and load, but I can't add any new records and get them to save in the database, using the DataBase Wizard …

Member Avatar for hepatit_h
0
73
Member Avatar for suganzeni

Hi all I am working with VB.NET 2003 for mobile application. Here there is no likn label option. But i want to open a html link in my VB.NET form. Like may be on button click event or in form load event. If any idea help me Thanks and Regards …

Member Avatar for aaroe
0
195
Member Avatar for SolTec
0
56
Member Avatar for SolTec

here is the code: [code] '//WAN IP Dim url As String Dim myexpression As New Regex("[1-2]?\d{1,2}\.[1-2]?\d{1,2}\.[1-2]?\d{1,2}\.[1-2]?\d{1,2}") Dim MyIPAddress As MatchCollection url = "http:\\www.whatsmyip.com" Dim objWebClient As WebClient = New WebClient Dim objData As Stream = objWebClient.OpenRead(url) Dim streader As StreamReader = New StreamReader(objData) Dim HostIP As IPAddress HostIP = Dns.GetHostEntry(Dns.GetHostName).AddressList.GetValue(0) …

-1
76
Member Avatar for SolTec

I would like to know how to populate a listview from an MS Access database and it be all the tables with the tbl prefix? Thank you in advance for any and all assistance.

Member Avatar for nob_sambo
0
38
Member Avatar for SolTec

I would like code to populate comboboxes with data from my MS Access database. I can do this with textboxes, but have hit deadends when trying to figure out how to do it with comboboxes and listboxes. Each database has a minimum of two fields. A description field and autoincrementer. …

Member Avatar for Ramy Mahrous
0
102
Member Avatar for SolTec

I have a program that I'm building and I have a form load event that loads the data from a table, but when I try and load the data from a query I get an error. Here is my code: MyTable = MyDa.GetData() If MyTable.Rows.Count > 0 Then Dim MyRow …

Member Avatar for Jx_Man
0
135
Member Avatar for _::suhanna::_

would you all help me? how do i do, when i double click at item using list view then bring and display the items at textbox and option button at the another form??please help me...im in urgent...thank you so much..

Member Avatar for SolTec
0
1K
Member Avatar for shadowsong23

Hi my name is Cristina I'm a Visual Basic newbie and my non-teaching professor at school virtually just dumped out projects for us to do without teaching anything and just giving out hand-outs.My problem is im having a hard time putting source codes in because its like hard for me …

Member Avatar for bwkeller
0
116
Member Avatar for SolTec

I'm attempting to write a function that checks users input and verifies it's numeric. When it isn't I would like to keep the part of the string that's numeric and remove the last character after a messagebox pops up alerting the user to the violation. Here is the code I …

Member Avatar for bwkeller
0
118
Member Avatar for borito

Hi guys, Im pretty new to vb .net. What im trying to do it I have 2 forms. First of all I have created a Module with the code: Module Module1 Public Start As New Form1 Public Input As New Form2 Public Sub main() Application.Run(Input) End Sub Form1 has a …

Member Avatar for Jx_Man
0
122
Member Avatar for rapperhuj

hi, how to make a textbox with inputs are on the button.? then the textbox will accept all the input buttons chars. example.. i hve an alphatical buttons from A to Z.. i want that the user will input on the textbox by means of buttons not on manually type.. …

Member Avatar for samichou6
0
146
Member Avatar for SolTec

I'm writing a small remoting application and I've checked SourceForge, Code Project and a many others seeking to find how to serialize and deserialize mouse and keyboard events remotely. Is there anyone out there that has "working" code that I can work from to build my application? Thanks in advance …

Member Avatar for SolTec
0
122
Member Avatar for dealered

[B][/B]I have an application that was written for me by a programmer who represented VFP as the "best thing since sliced bread" and that would be robust for many years in the future and more importantly handle huge customer databases over a LAN instantly. Now, after two years the server …

Member Avatar for SolTec
0
105
Member Avatar for bornok15

I've been working with a class module to make my connection codes abit shorter but when i removed my connection from the class and made it public it was not working anymore. The way I use the class lcon = New ADOcon lds = New DataSet Dim ltb As DataTable …

Member Avatar for JRSofty
0
596
Member Avatar for SolTec

I have a form that is supposed to update tblMain in my database, and when I press btnSave it says in a messagebox, saved, but when I look at the table or try and recover the data from the dataset all I see is NULL values. Any help would be …

Member Avatar for VB_help
0
140
Member Avatar for SolTec

Thank you in advance for any an all assistance. Is there a way to programatically get the Record number and the of {0} count, without using the navigation wizard in VB.NET 2005, in a label or textbox? Michael

0
49