20,279 Topics

Member Avatar for
Member Avatar for spxChrome

Is it possible to create a new My.Setting item and value at runtime or does the setting already have to created? I'd like create new settings and delete settings. Thanks

Member Avatar for TsadokBlok
0
89
Member Avatar for udayreddy
Member Avatar for dionisov

I'm developing chat program. I have database on my webhosting where I store rooms and memebrship tables... I created the client, but I still cant do the server side of the program. It must be in win forms app.(I use .Net 3.5)Every tutorial\Sample of server side is for Console app. …

Member Avatar for dionisov
0
196
Member Avatar for sackymatt

Hi all, I have a small problem that i cant figure out. i have a program that i want when a user select a date from a datetimepicker, it filters evrything from the datagridview that are for that date.. Hare is the code i have Private Sub Button1_Click_1(ByVal sender As …

Member Avatar for sweber25
0
145
Member Avatar for Kingcoder210

How can I secure SQL SERVER 2000? I am using windows authentication mode and it doesnt have additional user name or password. As a result anyone can open SQL SERVER 2000. I need to know how can I secure it so that none can open & edit data from enterprise …

0
31
Member Avatar for gruffy321

Hey all , Thanks for reading this and sorry to be on the take, as it were :) Please could someone point me in the direction of a tutorial that covers a credit calculator for student points.... i can design the gui but dont know enough to get the combo …

0
86
Member Avatar for hemal1972

[B]Hi, friends, I am new in vb6.0 and vb.net programming. I want to know about defining API functions. Can anybody help me? I want positive and fast reply. Thanks. [/B]

-3
75
Member Avatar for wildguard

hi im having trouble with lstout i have attached ss of result, i dont want System.Windows.Forms.Button,Text appear and also when i click one of seats which are A1~D10 let's say if i clicked D3 it pops "Enter your Name" msgbox so after i enter it it doesn't show output on …

0
121
Member Avatar for dilad
Member Avatar for TechSupportGeek
0
177
Member Avatar for like_bilal02

Dear freinds i want to get specific data in gridview specifc cell with the help of sql query from sql table i put the following query but it doesn't work [code] Sql = "select e.item_no from nitmtbl e,purchaseitem g where e.item_name=g.item_name and g.item_name='grovita sp'" Da = New SqlDataAdapter(Sql, Class1.Connection) Da.SelectCommand.ExecuteNonQuery() …

Member Avatar for like_bilal02
0
102
Member Avatar for tungnk1993

I want to make a deskband app that displays some text and buttons like windows media player when minimized on taskbar. What is the necessary imports / dll i need to use ? Codes will be useful

Member Avatar for kvprajapati
0
90
Member Avatar for Brandrune

Hey Guys, I have an application that will execute a batch script. I want to make this hidden, yet if I do so, the user won't be able to overwrite the command the Batch file is issuing as it prompts in the CMD window "Y or N" to overwrite. Can …

Member Avatar for kvprajapati
0
49
Member Avatar for mdutton

I'm extreamly new to programming actually learning on my own, college is not an option now. Need some help. I'm trying to write the code to add users to sql 2005 backend server, and a windows login form. so that certain area's of my program have restricted access. Can anyone …

Member Avatar for kvprajapati
0
75
Member Avatar for naveen_smg

hi friends, can u please help me the code how connect to SQL server in vb.net using c#.. i m waiting for your help

Member Avatar for finito
0
90
Member Avatar for homeryansta
Member Avatar for bluem1

Team - HELP!!! I have broken my code and it can't get up! When I go to run my application within Visual Studio I get the dreaded "There are build errors. Would you like to continue and run from last successful build?" That build runs fine, but how do I …

Member Avatar for bluem1
0
1K
Member Avatar for saurabhorange

I WANT TO EXTRACT THE 2 BITMAPS FROM WINDOWS VISTA'S WINLOAD.EXE.MUI FILE WHICH IS LOCATED AT C:\WINDOWS\SYSTEM32\EN-US\WINLOAD.EXE.MUI IN VB.NET 2008 ANY IDEA I KNOW THE NAMES OF 2 BITMAPS THOUGH have a look at here also [url]http://winprj.net/board/viewtopic.php?f=60&t=349[/url]

Member Avatar for saurabhorange
0
55
Member Avatar for m-lamaa

dear experts i have w big problem, i need to solve it as soon as possible, i have a link to a web site i'm tying to retrieve data from it but unfortunately i have receive an error in vb " The remote server returned an error: (400) Bad Request." …

Member Avatar for m-lamaa
0
91
Member Avatar for dionisov

How can I do the same thing with other shaped like rectangle? I know that I need x,y,widht,height but it still don't do my rec. Any ideas?

Member Avatar for kvprajapati
0
98
Member Avatar for perryg30313

Hello Forum, I am having trouble retrieving data from a stored procedure that I have set up as a Data Adapter using VB.NET 2005. The Database is SQL Server 2000, and what I am trying to access is a simple Stored Procedure that will validate a users login access. Details: …

Member Avatar for kvprajapati
0
87
Member Avatar for estampidate

Excuse me if is a silly question... I call a Function to deploy a simple form (data from a table with just one record) DoCmd.OpenForm display form with first record data but CONTINUES excecution!! -Doesn't wait to get typing or clickling- [code] Function PedirDatos() DoCmd.OpenForm ("Asunto y Cuerpo email") Subjectline$ …

0
28
Member Avatar for matt.clark.228

I am developing an application, that will display the status of various USB devices: USB Hub USB Bluetooth Radio USB Robotic Communication Radio USB Digital IO Module Misc USB I would like this application to monitor whether each of these devices is connected or not. And also, get the name …

Member Avatar for matt.clark.228
0
55
Member Avatar for HUPextreme

Hi Guys, feel quite stupid with this one, been staring at it for ages. What to combine three tables with the left join sql. keep getting the syntax error in Join operation. [CODE]SELECT SubmittedTeam FROM (NETT LEFT JOIN NETT ON NETT.SubmittedTeam = Team.Team) LEFT JOIN tempDate ON NETT.Date = tempDate.date …

Member Avatar for kdion1024
0
152
Member Avatar for ajwei810192

I have an XML here as follows, [CODE] <?xml version="1.0" encoding="ISO-8859-1"?> <countries> <country> <text>Norway</text> </country> <country> <text>Sweden</text> </country> <country> <text>France</text> </country> <country> <text>Italy</text> </country> </countries> [/CODE] And, I am trying to sort it without using XSLT, and I am not using this to edit the XML file. I only would …

Member Avatar for ajwei810192
0
999
Member Avatar for djohnston1

I am using Visual Studio 2008 sp1 - VB.Net I have been working on an application for a while now that has printing for each of roughly 30 forms. All the printing up to now has been with text only, so no need to worry about color ink. I was …

Member Avatar for djohnston1
0
260
Member Avatar for MFiaz

I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header …

0
23
Member Avatar for ajwei810192

Hi, I wonder if anyone on this list has tried to mix numerical variable, such as 1, 2,3 within an xpath expression. [CODE]songList = document.SelectNodes("/music_songs/song[category='" & drop1.SelectedItem.Text & "'][item_number_first<=position()<=item_number_last]") [/CODE] For some reason, item_number_first and item_number_last appear to have no value in the above code snippet, when they do have …

Member Avatar for ajwei810192
0
114
Member Avatar for vikter

Hi, i've been working on a couple of vb.net projects, but i've been unable to make an executable project.is there a way i can go about this?? Please Help! Thanks

Member Avatar for navneet_dhanoa
-1
595
Member Avatar for Darrin Crow

Hello all, this is my first post here on DANIWEB. I am looking for a way to display the directory of file opened with OpenDialog. I can get the entire path (including file name) using: TextBox1.Text = OpenFile.FileName The result would be something like C:\Documents and Settings\Administrator\Desktop\Test.txt What I am …

Member Avatar for Teme64
0
86
Member Avatar for mazdaspeed6

Ok, im using vb.net and a DGV to open a access DB. On load im filtering out everything except what was created on the current date. [code] Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'Database1DataSet.Table1' table. …

Member Avatar for Teme64
0
107

The End.