20,284 Topics

Member Avatar for
Member Avatar for Th13teen

Hey, I'm fairly new to VB and haven't done this kind of thing with code before... I would like to read values set in a string that's retrieved from the Web, I've already got the string in a string called Webdata. The string is like so... [CODE]"Info" { "Name" { …

Member Avatar for Th13teen
0
149
Member Avatar for eladreznik

guys, where can i find some icons needed for a panel ? i am looking for the regular icons, add, delete, save etc ?

Member Avatar for AndreRet
0
62
Member Avatar for chris evans

Hi im working on views that can help me navigate through records in a table. i have managed to execute an sql string to select the table i.e "select * from Users" i however want to build a "Previous" and "Next" command on the view but im mixed up on …

Member Avatar for AndreRet
0
98
Member Avatar for kmachstang

I am fairly new to VB.NET and I am working with an service that implements a timer. The timer action will do some work and then log success/failures to the event log. I am noticing that each time the event log is written to the memory usage of the executable …

Member Avatar for JJCollins
0
126
Member Avatar for Richard Kerr

I'm writing a small application to retrieve a playlist from Windows Media Player and I'd like to display the associated album art. I can't find any reference to where the album art is stored in relation to the album currently in the playlist. The code I'm using is fairly simple …

Member Avatar for JJCollins
0
496
Member Avatar for powerteens001

I have a registration sort of page in my application. It has lots of textboxes,dropdowns and many other controls on it. Out of them some are mandatory and others are not. Form will be submitted only if mandatory fields are filled. Mandatory fields are differentiated from others by using specific …

Member Avatar for powerteens001
0
778
Member Avatar for kerek2

Hi guys... Can anyone help me to do log file for my apllication?...actually i'm doing console application where it will pull the data from database and insert to another database...i need to have log etheir it working or error..thanks for your help

Member Avatar for Tayyab Nawaz
0
481
Member Avatar for ezajan

hi,sir, i woul dlike to view the data from the database n edit them.but i dont know the coding..sir,please help me sir..i m developing the system using window based.thank you

Member Avatar for eladreznik
0
232
Member Avatar for cjmartin

I have a datagrid with textboxes on it that are bound. Displaying the data pulled from the db works. But when a user updates a textbox I am unable to extract that data. I have tried a few options I have found involving using CType. Below is part of the …

Member Avatar for cjmartin
0
98
Member Avatar for Altarium

Hello! I'm working with a DataGridView that I want to format based on the condition of whether or not a date has passed. For example: If the date in a cell is past the current date, that cell and its row are formatted with the forecolor red. My current code …

Member Avatar for Altarium
0
3K
Member Avatar for Sara Tech

[B][COLOR="Green"] I want to create labels dynamiclly (at run time) when user clicks one its click events will excute I want like this : [CODE] for i as integer=1 to 10 step 1 '' here label creation end for [/CODE] Thanks for who can help me ... :icon_wink: [/COLOR][/B]

Member Avatar for mihird
0
82
Member Avatar for swathys

hi, i have problem in view the crystal report. 1 ) when i run the report its just show the 1 st page and the rest of the page is not showing at all even the record is nore than a page. 2) the alignment of the report goes bottom …

Member Avatar for AndreRet
0
86
Member Avatar for TheMightySpud

Hi all, Hopefully someone can help me with this one as I've been trying to figure it out for the past several hours with no luck. The idea is to scan a folder of images and then let the user navigate back and forth through the images using a couple …

Member Avatar for TheMightySpud
0
118
Member Avatar for AzraelUK

Hi there, I was wondering if there was an easy way to read the first four bytes of a file. The ones in particular I'm looking for are [inlinecode]49 42 53 50[/inlinecode] ("IBSP") and [inlinecode]46 42 53 50[/inlinecode] ("FBSP"), but that bit should be easy.

Member Avatar for yasserjasem
0
154
Member Avatar for h0neydip

Hey, I am trying to convert an elbonian date which has a format day-year-month to a US date month-day-year in Long date format, any suggestion on how i can achieve this. Here's what it is suppose to look like: [URL=http://img201.imageshack.us/i/testwf.jpg/][IMG]http://img201.imageshack.us/img201/7435/testwf.jpg[/IMG][/URL] Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]

Member Avatar for TsadokBlok
0
96
Member Avatar for Ennerdale

I would be very grateful of any insight/resolution of the following issue I need to overcome. Using VS/VB2008 Pro/SQLExpress - all running on XP, I am building a WinForm Application (a Quotation application for Landscape Designers). 48 Bound controls on my form work perfectly with DataSet and Tables when Updating …

Member Avatar for lolafuertes
0
173
Member Avatar for swathys

hi, can anyone assist me on this...i want to convert 100 to 1.00 for example 100 = 1.00 200 = 2.00 1000 = 10.00 How do i do that. Please help me.

Member Avatar for swathys
0
184
Member Avatar for eladreznik

Hi guys, i created a panel with few buttons, all buttons have the same size, most buttons hold images, 2 of them hold string (1 or 2 digit) the string buttons will not align with the rest of them, and i have no idea why ? anyone ? [code] Public …

Member Avatar for bklynman01
0
102
Member Avatar for rairai979

Hello, I'm hoping someone can help me. The prior developer (over a year ago) created word templates to use as database reports (instead of Crystal). Within his VB.Net code, he calls a stored procedure which feeds the word template. Pretty basic so far. The template's fields are setup as Merge …

Member Avatar for rairai979
0
118
Member Avatar for preet11

Hi friends, I got vb.net 2008 express and sql server 2005 and 2008 express editions whic I downloaded from microsoft website.Now I just want to connect vb.net with sql server 20o5 or 2008.I am using a connection string as PubConnstring = "Data Source=RAMAN\SQLEXPRESS;Database=FirmTest11;Trusted_Connection=Yes" [code] 'Create your connection object Dim objconnection …

Member Avatar for nigelzephyr
0
204
Member Avatar for dmarvp

Hi everyone, I have a little problem with the class XmlDocument in .net. I'm using framework 2.0 and I am loading an xmlDocument from a path. The xml has a node without value like this: <somexmlnode/> When I load the xml using the xmlDocument class, it seems that it is …

Member Avatar for dmarvp
0
138
Member Avatar for shashasaaim

I have a datagrid. Right now, the datagrid has an event which is doubleclick on a row. it doesn't matter at which column i click,it will still be read as a row. this is its code: [CODE]<my:DataGrid x:Name="ProjectDG" LoadingRow="ProjectDG_LoadingRow" IsReadOnly="True" AutoGenerateColumns="False" Cursor="Hand" CanUserReorderColumns="False" CanUserResizeRows="False" CanUserSortColumns="False" ColumnHeaderHeight="25" HorizontalGridLinesBrush="#FF3B3B3B" VerticalGridLinesBrush="#FF3B3B3B" BorderBrush="{x:Null}" Foreground="Black" …

0
112
Member Avatar for TheMightySpud

Hi all, Another pesky question. in vb, is it possible to open a form on a second monitor, apart from setting the forms screen position? Thanks TheMightySpud

Member Avatar for TheMightySpud
0
53
Member Avatar for ml.williams

were i work has an access they use to record customer details which has been running forever and just uses a access macro form to enter the data. i am wanting to try viewing and editing this using vb,net which i have a little bit of experience with. can you …

Member Avatar for achinaseller
0
68
Member Avatar for zx1

hello,i have a query that when i updating my database it doesnot take *,&,-,#,@ all these,but when add a new database its taking all above i have fields of roll#,Sname,Age and address plz help me out where is problem

Member Avatar for kvprajapati
0
49
Member Avatar for Sara Tech

how can be store image itself in sql server and retrive it ? plz not it's path [COLOR="Red"][B][I]Thanks[/I][/B][/COLOR] :)

Member Avatar for kvprajapati
0
77
Member Avatar for eladreznik

i am trying to change the background color of a tooltip i am using tooltip.backgroundcolor = color.colr no errors but thecolor doesn't change any ideas ?

Member Avatar for jugosoft
0
360
Member Avatar for Netcode

How can one search for multiple items at once and display the result in a datagrid? for example, i want to search for multiple mobile numbers (in sql server database)at once and display the found numbers and their corresponding names.

Member Avatar for zx1
-1
1K
Member Avatar for chris evans

Hey guys! Im working on a login form that connects to an SQL 2008 database. i have created records in the table for users who can login. i however want a code snippet that matches the username and password entered with the records in the database. i have a rough …

Member Avatar for Netcode
1
8K
Member Avatar for obinimalyn

what are the modules do you prefer to do when you are creating a COMPUTER AIDED INSTRUCTION SYSTEM??

Member Avatar for obinimalyn
0
84

The End.