Answer Questions
PB_SQL is it possible add a new line in a Datagrid C# ????
Hi, I’m trying to add a new line in a Datagrid C#, example: line1 121 2112 21 122112 line2 fsdf sdfss dd dddddd line3 ddd dddd ss sssdfss * Now I want add a new line between line1 and line2 like linea1 121 2112 21 122112 linea2 fsdf sdfss dd dddddd linea3 ddd dddd ss sssdfss * I want do this to add new data between line1 and line2. Anybody now how can i do it Thanks in advance. hi, you can do thi ...Show All
PeterPanTech Debug assertion failed: (unsigned)(c+1) <= 256, file isctype.c, line 68
I have compiled a debug version of Thunderbird using VC++ Express. I intermittently get the error in the Subject. When I kick into the debugger, the stack trace seems to indicate that the range check is actually failing in the _security_check_cookie() routine. Here's the stack trace: msvcr80d.dll!1023c92d() [Frames below may be incorrect and/or missing, no symbols loaded for msvcr80d.dll] msvcr80d.dll!1023cd81() > xpcom_core.dll ...Show All
alindblad Printing a form
After following the code found here to print a Windows Form I now have this Dim memoryImage As Bitmap Private Sub CaptureScreen() Dim myGraphics As Graphics = Me .CreateGraphics() Dim s As Size = Me .Size memoryImage = New Bitmap(s.Width, s.Height, myGraphics) Dim memoryGraphics As Graphics = Graphics.FromImage(memoryImage) memoryGraphics.CopyFromScreen( Me .Location.X, Me .Location.Y, 0, 0, s) End ...Show All
Pieter Germishuys New to VB 2005 - Getting a file...
I had previously been teaching myself VB 5, and written a good number of programs, one, a very LARGE program to track lottery numbers, wheeling, printing reports and everything. I pretty much knew what I was doing then, and had many books to back me up in the evnt I got stuck. But that was then. All my hard work from back then is useless in VB 2005. Now, I'm trying to learn VB2005 all over again, and it ain't pretty, as they say. I am only ...Show All
Doug M why is vb.net printing so difficult?
Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks Hi There args.Graphics.DrawString( "HelloWorld With A Printer" , New Font( "Arial" , 20, FontStyle.Bold), Brushes.Black, 150, 125) Is About Intuitive as a Princess Kissing a Frog..... Th ...Show All
Poprocks83 SQL problems and vs web developer
Hi People, hope to find some help. I am new to SQL and vs and currently have to develop a web project. Problem 1: I have created a project in vs web developer, connected it to a slq database located in a file system/rather than on the sql server. Initially, I have created my database with the desired fields and tables, however, after I used web tools in vs web develope ...Show All
orical23 How to create a sort of login?
Hello I want to make a program for certain people and I want it so that they need to enter a code the first time they run the program. The codes would need to be programmed into the program and a certain code would need to show certain info in the program ( for example: if someone entered code 12345 on the first startup the program would show 'welcome name'). If you need some extra explenation just ask. I would like to know how to do this. ...Show All
bass_player Installing Visual Web Developer problem
Whenever I try to install vwdsetup.exe, the progress bar gets about 3 quarters of the way across and then stops. I left it running for about 10 minutes to see if it was going to do something and it didn't. So I did Ctrl Alt Del and ended the setup.exe process (which was using about 90% CPU). The setup window disapeared, but the processes kept running, the only way to get rid of the process is to restart the computer. Is there a fix for this So ...Show All
Hern&#225;n Gatta How to assign a Null value?
There are times when this particular field MUST be blank or empty, how do you do that Declaration: Public m_TimePressWasStart As DateTime = Now.ToLocalTime This code won’t work: m_TimePressWasStop = System.DBNull.Value.ToString Neither this: m_TimePressWasStop = CDate (System.DBNull.Valu ...Show All
Amy Hagstrom Solutions mixing VB and Web Site projects
In early VS Studio 2003 i used to include VB libraries project with the web site projects to make easy last libraries maintenance in the web project that used them. But... how can i mix these two kind of project in VB o VWD IDEs now with 2005 express edition May be a stupid question but i dont find the way. TIA Rafa This technique also works in VS2005 but in the full prod ...Show All
mathieu.szablowski Some questions about limitations of Express Edition
1. i haven't been able to find resource view in Express Edition of VC++, is it there somwhere or not 2. Is there a place where i could compare all the different editions side by side somewhere 3. this quite doesn't belong here i guess, as it's about PSDK, but i'll ask it anyway, is it possible to develop applications to XP SP1 with the most recent version of PSDK (latest should be: WindowsR Server 2003 SP1 Platform SDK) and Express Edition of ...Show All
Irv Structure Vs Class
Can anyone describe the exact defrence between Class and Structure We can use bouth many times. When should we use a Class and when a Structure Pay attention to the video that Jelle van der Beek linked to: even though it drags on a little, it's quite good and mentions a big drawback of structures. Indeed, I've found the class capability of the framework extremely versatile. This video from Micros ...Show All
brianbutterfield Amazon-Enabled Movie Collection
Hello So far I am unable to find the web Update edition on the movie collection kit. Anyone has the link Thank you I am trying to download the the Updated Web Plus Edition of the My Movie Collection starter kit but I cannot find it on the Microsoft website. Would you happen to the url for that download Thanks, Fred Bernstein Hi SMAL, Glad to hear that you are trying out the Amazon-E ...Show All
Robert Bruckner Scorching SQL server from computer?
Hey all, Anyone know of a utility that scours SQL server from your box (not beta cleanup tool, tried that, errors out). I installed the Beta 1 a while back, then un-installed it, but there seems to be pieces left alive cuz the beta 2 fails to install saying in the log that a previous instance is present. There are no more items in Add/Remove programs to remove. I also at one point had MSDE installed as well. Any help would be appreci ...Show All
Marjorin Cant read from a database with vb 2005
I am trying to pull info from an access database and I get this message "Cannot start your application. The workgroup information file is missing or opened by another user",... I have it set to use the native jet engine to work with access databases then it asked for a username and password so I made them up and tested the connection - thats when I get this message. So does anyone know how I can get it to function I'm new to this stu ...Show All
