20,284 Topics

Member Avatar for
Member Avatar for mimi8469

hello every1, pls am new to programming . doin my undergrad dissertation on cd database. cd is manually put into cd drive. cd contents like artist, song, etc, are copied off the cd and then put into a database. right now, am having problems with the copying of cd contents. …

0
71
Member Avatar for laks_samy

hi i am working in paytime software using vb.net 2005, i have a problem employee schedule creation. how to use dayoff(fixed or flexible). any one help me thanks

Member Avatar for ithelp
0
167
Member Avatar for kerek2

Hi Buddy's, I need your guide to done this item...how to set my pc time application sync with my remote time server?...my pc application is 192.1.2.1 and my time server is 192.20.10.1.... Can anyone help me.... Thank in advance

Member Avatar for kvprajapati
0
100
Member Avatar for oluscoa
Member Avatar for kvprajapati
0
105
Member Avatar for xcorpionxting

I am working on a vb windows form application with several connected forms. Its used to manipulate a MySQL database. One of the sub-forms has the following code snippet: [CODE] 1 myCommand.Connection = conn 2 myCommand.CommandText = SQL1 3 myAdapter.SelectCommand = myCommand 4 myAdapter.Fill(myData1) 5 ComboBox4.DataSource = myData1 6 ComboBox4.DisplayMember …

0
65
Member Avatar for smd5049

is there a way to caputre the values in a datagrid and bind them to a sql table? I have a datagrid bound to a sql query with some editable cells and I wanted to know if the updates could be sent back to the sql table. is there a …

Member Avatar for jireh
0
98
Member Avatar for anjaly.s

Hi, I am doing windows application prgm using webbrowser control.If I click any links in the webpage,it should open in the same webbrowser control.Otherwise one new windowform should popup with webbrowser control in it. I am in trouble how to proceed If anybody have ever tried this,please let me knw …

Member Avatar for johnsims194
0
640
Member Avatar for aiden1

ID cards can store a variety of information, it can be as simple as an identification number on a bar code or magnetic stripe, or as sophisticated as biometric information encoded on a smart chip. Beyond security concerns, the new generation of smart cards can open doors or sign employees …

-1
32
Member Avatar for a_arunsankar

I have created a small application to open the Flash File from my VB.Net Windows Application. To open the Flash file - I have used the Shockwave Flash Object. When I run the application directly from the Solution, the flash files are opening perfectly. But, once I created the EXE …

Member Avatar for a_arunsankar
0
138
Member Avatar for nanosani
Member Avatar for Qvintus

Hello i have been trying to make a program that should restart my server if it crashes. Just some few problems... it won't work. [CODE] Imports System.Net.Sockets Imports System.Text Module Module1 Sub Main() Console.Title = "Shifty Server Keeper" Dim clientSocket As New System.Net.Sockets.TcpClient() While clientSocket.Connected = False Try clientSocket.Connect("127.0.0.1", 27015) …

Member Avatar for Qvintus
0
100
Member Avatar for JohnDove

When users run my vb2008 executable they get the windows security message "The published could not be published. Are you sure you want to run this software?" Is there any way to get rid of this message when users run my app? Or do individual users need to change their …

Member Avatar for lolafuertes
0
141
Member Avatar for A.Najafi

Hi All, Using Visual studio 2008, I have an application that its data can save to a binary file, using *.SDB extension, Moreover users can open this file from my application. I have 2 questions about this. 1- How can I assign an icon to this saved file with SDB …

Member Avatar for A.Najafi
0
89
Member Avatar for blackknight469

hey every1:) my question is how do i go about publishing my program so that it can run right from the cd? do i just publish it to my pc then install it to a blank cd?? a quick run down of the steps or a link to a good …

Member Avatar for lolafuertes
0
92
Member Avatar for herms14

guys I'm just new with visual basic. I would like to ask a question regarding coordinates.. Suppose I have object lets say a button how do i get the coordinates of the button in the form? also I want to button to move given a particular path, example if i …

Member Avatar for herms14
0
111
Member Avatar for yasirm79
Member Avatar for fawadkhalil

Hi How can i count number of times user viewed a specific page in my application. Also i want to use Session or something else because if a user refreshes that page it should be icremented once. Any ideas how can i do it

Member Avatar for fawadkhalil
0
97
Member Avatar for JonnyHawes

Hello everyone! So as my first post, I would like to say I am in no way unfamiliar with Visual Basic or programming in general, but this Database integration is giving me quite a problem! lol So basically I have a VB 2008 Project with a single form that displays …

Member Avatar for JonnyHawes
0
170
Member Avatar for neongabby

Hi all, I am extremely new to vb.net. I've been mucking around with the below project. I have also attached the original instructions to give you a better idea of what I'm supposed to be doing :) Anywho, here is my code. given that I don't get the results I …

Member Avatar for oldyeller85
0
171
Member Avatar for VIPER5646

HI I'm trying to use a menu on a datagridview, I have put a Contextmenutrip on the form. When I right click in a cell I would like a menu to pop up. but nothing happens. This is the code I have tried. [CODE] Private Sub CustomerPopMenu_ItemClicked(ByVal sender As Object, …

Member Avatar for VIPER5646
0
190
Member Avatar for glennt

I understood that a string in VB .Net maximum length was quite large (could be way over 1000 characters) but do not know for sure. I keep having a problem when I concatenate one string to another and the result is the second string. Example: Str1 = “this is the …

Member Avatar for kvprajapati
-1
92
Member Avatar for Gangstafier

I am currently trying to create a Web Design program, freeware, for use to help with the aid of web design. I want it to be sorta like... "Web-Design-Toy" by ACME, only with more features. To where when you type in the textbox, it comes out in a live view …

Member Avatar for kvprajapati
0
148
Member Avatar for little marine

I am trying to find a code to clear all text boxes in a form. I am using VB8 Here is the code I found but I get an error telling me I need a comma between two arguments [COde]Private Sub btnclearall_Click Dim ctl As New Control For Each ctl …

Member Avatar for kvprajapati
0
791
Member Avatar for tyesbooks

HI, What I am trying to do is find a program that will track incoming information through a serial port and log any state changes. If anyone has any ideas on how to solve this problem please let me know.

0
135
Member Avatar for hhh0505

i'm new to visual basic and I managed to make somewhat of an assignment I need. now it's not perfect but, I am terrible when it comes to calculations... what am I doing wrong? ;-; ' This procedure calculates and displays each floors ' occupancy rate. Dim intCount As Integer …

Member Avatar for hhh0505
0
2K
Member Avatar for pardeep3dec

Dear Sir, I am completely new to VB.NET but i worked in VB6.0 very well. My problem in VB.net is that i need a code through which i can print a message box which will show what key is pressed like control , alt,1,.,2 etc. Please help me. or other …

0
96
Member Avatar for rciprogrammer

I have a form that is called w/ ShowDialog. Inside that form, I want to pop a message box to ask the user a question, but it doesn't show. Form: [CODE] Dim someFrame as myFrame = new myFrame someFrame.ShowDialog() [/CODE] Then, inside that form: [CODE] Dim ans As MsgBoxResult ans …

Member Avatar for rciprogrammer
0
117
Member Avatar for jchaturv

All, I have a customized DataGridView where I have implemented extra functionality and bounded datasource in the same custom DataGridView (Using C# and .NET). Now, I could able to use it properly by placing it on a panel control. I have added label as button on panel control to display …

Member Avatar for Geekitygeek
0
262
Member Avatar for Loony064

Hi Everyone I'm designing a program with a front end vb.net (2007 Express version) app and a back-end Access 2007 database. I've added the following query to the database dataset (SAUJSDataSet). I have a table which contains information of students and there is a search form where the user can …

0
88
Member Avatar for halem2

Hi: I have a workbook that has several sheets. One sheet called FORM is password protected (by me). I have a macro that clears all sheets but when it gets to FORM it prompts for the password (which I don't wan't to give to my users). Is there a way …

Member Avatar for vba_dev
0
140

The End.