11,868 Topics

Member Avatar for
Member Avatar for ilmkidunya

hey Dear members i want to learn asp.net but i am little confuse which is best for beginner any easy is it VB or C#

Member Avatar for ilmkidunya
0
457
Member Avatar for thinkingofaname

hi im using the chart to make a graph the graph is generated through user input i was wondering about a couple of things 1. how to change the line thickness for an individual generated line or all of the lines 2. how to change the colour of an individual …

Member Avatar for thinkingofaname
0
177
Member Avatar for aishapot

I have a field in my tables where the guidance counselor would have to type in Notes about the student. For example, Alex is in Grade 1 and he have an offense wherein he pushed his classmate, that note will be saved in the database. And then when he turned …

Member Avatar for Reverend Jim
0
121
Member Avatar for alexnovice

hello., i just want to send data from PC to arduino through usb port., i searched the net but the result came up is through RS232 only but the latest model of computers dont have serial port anymore so i decided to use usb instead of Rs232.,is there anyone who …

Member Avatar for ChrisPadgham
0
106
Member Avatar for invisal

this function will calculate a string formula which support cos, sin, log, abs, mod, and example : [10*2+(2+3)]/(5 mod 4) and you will get the answer, and this function it really easy to plugin with you code.

Member Avatar for JoeyJoeC
1
303
Member Avatar for kchyn

I have code that is very computationally intensive and very SSE-capable. The vs2010 compiler only supports up to SSE2 (from what I remember) So my obvious choice is to switch to a compiler that supports SSE4. I don't want to write any extra parallelizing code, (I just want to enable …

Member Avatar for vijayan121
0
237
Member Avatar for vampshay

How many child command could be added to a Parent command? I already have one Parent and child relationship in my data environment but when I try to add another child, the data report will not print. My problem is that I need to incorporate three tables in that data …

Member Avatar for vampshay
0
465
Member Avatar for venomocity

Alright, I'm at it again, trying another version of my game. Sorry, it's been a while since I've been here and while I tried checking to see if anyone else had asked about this, I didn't see anything that was to the point. I'm trying to play an mp3 or …

Member Avatar for ChrisPadgham
0
335
Member Avatar for Ant70

Hi, I’m having difficulty with the GetForegroundWindow() API function and the .hWnd property. I want to check whether my application has the focus in the Windows environment and if it does, prevent an automatic time-out. I’m trying to do this by comparing the handle of the window that has the …

Member Avatar for Ant70
0
1K
Member Avatar for MaxRevenge

[COLOR="Green"]yo evryone. class 11 kids submit a comp project as olevels paper 2. im a few years away from 11 but iwud love to make a project write noe n get an idea n so make an awsum one in 11 after this experience. buti dont hav any idea. i …

-1
66
Member Avatar for aishapot

Hello again! So now i can save the picture in the database, now i have to retrieve it. this is my code for the saving of the picture, [CODE]Dim ms As New MemoryStream() studentpic.Image.Save(ms, studentpic.Image.RawFormat) Dim arrImage() As Byte = ms.GetBuffer ms.Close() Dim strFilename As String = lblfilePath.Text.Substring(lblfilePath.Text.LastIndexOf("\")) Dim cnn …

Member Avatar for prathapsv3
0
3K
Member Avatar for vasim jada

dear frnds, i got vs 2008 proffessional edition i want to instal but unable and shows error report for temp file in local settings folder n

Member Avatar for vasim jada
-1
113
Member Avatar for newbie26

how can i filter records based on dates especially when the option is for weekly basis?? and then the report will be generated in crystal report. any query or syntax??? i badly need this.. tnx in advance.. im using vb6 and crsytal report 8 and my database is MYSQL

Member Avatar for newbie26
0
129
Member Avatar for roottybrian

Am trying to restore a MySQL database using the 'mysql -u root db < my_db' command. In vb's process.start. it gives me the default output you get when you type MySQL - help. Can someone tell me what's up. I guess it cannot see the < symbol. Regards.

Member Avatar for roottybrian
0
115
Member Avatar for bilal_fazlani

I saw the adobe pdf viewer control in vs2010 toolbox somewhere. and I thought it can be very useful. So I tried to add it. [url]http://img155.imageshack.us/img155/3349/choosetoolboxitems.jpg[/url] as I expected things are never simple for me, when I try to drag it to the form. there'a an error. [url]http://img214.imageshack.us/img214/8042/errorrp.jpg[/url] any idea …

Member Avatar for bilal_fazlani
0
2K
Member Avatar for nfowomola2

I developed a [B]pay roll[/B] [/B]application for my organization, I want to create a [B]monthly report for the employees but I want it inform of querying the database[/B](data file) to generate a report for two different months(like January and December)[COLOR="Red"]on a single report sheet[/COLOR], PLEASE HOW CAN I ACHIEVED THIS?

Member Avatar for ChrisPadgham
0
121
Member Avatar for supereng

I need a code to look in my C drive for specific folders. I want it to go through the first folder and keep drilling in all the subfolders until it hits a dead end, and then go back to second folder and do the same etc..., looking for any …

Member Avatar for ChrisPadgham
0
600
Member Avatar for Joe Shmoe

If I have an EXE file what command can I use to link a RES file into the EXE!? I have tried many different linker programs and can't figure out how to do this simple task with any of them.

Member Avatar for ChrisPadgham
0
66
Member Avatar for madhan

Hi - How do I open the xml file and xsl files in visual studio and run from there? I tried File - open file and opened both xml and xsl. but the play toolbar is disabled and have no idea how to run it. If I can add the …

Member Avatar for thines01
0
93
Member Avatar for violette

Hi guys. here's my problem. When there is Null values in the excel file, the macro will give me an error 'type mismatch'. Please have a look at my code. This code only works when there every field has value. it gives error if there is null value. [CODE] sqlStr …

Member Avatar for dspnhn
0
895
Member Avatar for dyahalifda

Hi all, it's me again. Currently I'm developing web-based information system using Microsoft Visual Studio 2010 Professional with VB language. I was doing fine with my work until several days ago. The web pages I've created work normally, but what makes me puzzled is that all user controls in the …

Member Avatar for dyahalifda
0
163
Member Avatar for aileengrace03

Private Sub Text5_Change() Dim ccs As Double Dim bal As Double Dim loss As Double Dim pcs As Double Dim bcs As Double Dim bgl, aa As Double Dim total As Double Dim a As Long Dim X, y, z As Integer X = 0 z = 0 a = …

Member Avatar for BitBlt
0
213
Member Avatar for Suirbachi

Hello all, I'm taking my first BASIC programming class this year, and for a final project, I'm trying to make a book-keeping log. What I want to have happen, is to open a list of books, highlight a book title, click the "check in" button and have the text change …

Member Avatar for BitBlt
0
278
Member Avatar for leutrim

please tell me how to creta a countdown timer in visual basic button1 (buton for start timer) labelsec(Sec lab) labelmin(min lab) labelhr(hours lab) txtsec(textbox for write sec) txtmin(textbox for write min) txthr(textbox for write hour) please tell me how to programming

Member Avatar for adam_k
0
334
Member Avatar for ara_tul87

I'm testing my application at Visual Studio 2005 at Symbol Motorola MC75, the problem is the application keep restarting after go to main screen.The application using something like this [URL="http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/51e09510-3d6e-42a6-bec0-a68ef9d7b947"]code[/URL]: [CODE][DllImport("coredll.dll", SetLastError=true)] private static extern bool KernelIoControl(int dwIoControlCode, byte[] inBuf, int inBufSize, byte[] outBuf, int outBufSize, ref int bytesReturned); private …

Member Avatar for fruitymo
0
155
Member Avatar for thing2

Hello, I am building a web browser with tab control using VB 2010. I have everything working good so now I want to have it save the browser tabs when I shut down the browser and have them re-opened when I run the browser again like Chrome or Firefox would …

Member Avatar for codeorder
0
565
Member Avatar for Abzz

[B]Hi can anybody help me plzz!! Right I calculate an equation in Form1 but how do I make the answer to the equation show up in a label on Form2?[/B]

Member Avatar for hkdani
0
61
Member Avatar for rgudgeon

I have a masterpage and a default page in a project in VS2010. I am trying to import a javascript file. If I import the .js file the project compiles and loads but the whole browser screen is blank. If I comment out the javascript import line the page displays …

Member Avatar for rgudgeon
0
177
Member Avatar for ykbks

Hey there! Im new here, well, as a member, but not as a viewer. anyways, i am making a vb project, novice one. i need to open a file located in d:\\Documents\\MB.accdb now, i would be very happy if i would get the code to open the file, not in …

Member Avatar for hkdani
-1
7K
Member Avatar for Patrick Gondwe

The End.